<!--This script belongs to MAILnSEARCH.com. Do not Copy-->

function checkhomepage(){
   mnsHome = oHomePage.isHomePage(location.href);
   if (!mnsHome)
      oHomePage.setHomePage(location.href);
}

function popUp(URL) {
day = new Date();id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=450,height=350,left = 175,top = 50');");
}

function maximise(){
	top.window.moveTo(0,0);
	if (document.all) {
	top.window.resizeTo(screen.availWidth,screen.availHeight);
	}
	else if (document.layers||document.getElementById) {
	if (top.window.outerHeight < screen.availHeight||top.window.outerWidth < screen.availWidth){
	top.window.outerHeight = screen.availHeight;
	top.window.outerWidth = screen.availWidth;
	}
	}
}
