function popWin(x, y)
{window.open(x,y,'resizable=yes,scrollbars=yes,width=550,height=840');
self.name="met_main";

}

	function popWindow(url){
		window.open(url,"_blank",'resizable=yes,scrollbars=yes,width=550,height=840');
	}
	function popAdvancedWindow(url){
		window.open(url , "_blank", "resizable=yes,scrollbars=yes,width=800,height=900");
	}


function MM_displayStatusMsg(msgStr) { //v1.0
  status=msgStr;
  document.MM_returnValue = true;
}
