
function GetPage(URL)
{
	
	if (URL !="none")
	window.parent.location=URL;
}


function openpage(sURL, mwidth, mheight){


   var wind= window.open(sURL, 'NewWindow', 'width=' + mwidth + ',height=' + mheight + ',scrollbars=yes,resizable=yes');
   wind.focus();

}