function PopWidnow(url_pop)
    {
     var PopWidth=450;
     var PopHeight=500;
     var PopLeft = (window.screen.width-PopWidth)/2;
     var PopTop = (window.screen.height-PopHeight)/2;
     InID=window.open(url_pop.href,'InID','toolbar=no,status=no,menubar=no,location=no,directories=no,resizable=no,scrollbars=yes,width='+PopWidth+',height='+PopHeight+',top='+PopTop+',left='+PopLeft);
	 InID.focus();
     }
function Getrefererurl(myLink,windowName) {
	var windowprops = "height=350,width=500,location=no,"+"scrollbars=yes,menubar=no,toolbar=no,resizable=yes";
	var site =  myLink;
	var url  = site + "?refererurl=" + window.location;popup = window.open(url,"MenuPopup",windowprops);popup.focus();
	}	 
	 

