window.onload = function ()
{
	//add script calls here
}


function popUpMs(src, name, width, height)
{
	window.open(src, name, "dependent=yes,scrollbars=yes,toolbar=no,directories=no,menubar=no,resizable=yes,location=no,status=no,width=" + width + ",height=" + height);
}
