function authshow() {
	if (document.getElementById('auth').style.display=="none")
	document.getElementById('auth').style.display="block";
	else
	document.getElementById('auth').style.display="none";
	return false;
}



    
var timer = null;
var	idd=0;
    function PopUp(PopUpUrl){
    var ScreenWidth=window.screen.width;
    var ScreenHeight=window.screen.height;
    var movefromedge=0;
    placementx=(ScreenWidth/2)-((360)/2);
    placementy=(ScreenHeight/2)-((380)/2);
    WinPop=window.open(PopUpUrl,"","width=360,height=220,toolbar=0,location=0,directories=0,status=0,scrollbars=0,menubar=0,resizable=0,left="+placementx+",top="+placementy+",screenX="+placementx+",screenY="+placementy+",");
   }
    function popupBig(PopUpUrl,name){
    var ScreenWidth=window.screen.width;
    var ScreenHeight=window.screen.height;
    var movefromedge=0;
    placementx=(ScreenWidth/2)-((700)/2);
    placementy=(ScreenHeight/2)-((450)/2);
    WinPop=window.open(PopUpUrl+"?pop=1","","width=700,height=450,toolbar=0,location=0,directories=0,status=0,scrollbars=0,menubar=0,resizable=0,left="+placementx+",top="+placementy+",screenX="+placementx+",screenY="+placementy+",");
   }

