﻿//This file contains Javascript functions that are used across the whole site.
//Should be included in all MasterPages

function modelessWin(url,mWidth,mHeight){
    eval('window.open(url,"","statusbar=no, resizable=yes,width='+(mWidth+=15)+',height='+(mHeight+=15)+'")');
}




