function Gpin_memLogin(RecUrl, goUrl) {
	    wWidth = 360;
	    wHight = 120;

	    wX = (window.screen.width - wWidth) / 2;
	    wY = (window.screen.height - wHight) / 2;
	    
	    // Request Page Call
	    var w = window.open("/GPIN/AuthRequest.asp?rslt="+RecUrl+"&gurl="+goUrl, "gPinLoginWin", "directories=no,toolbar=no,left="+wX+",top="+wY+",width="+wWidth+",height="+wHight);
	}

	function Gpin_mnChk(RecUrl, cnum, goUrl,is14Below) {
	    wWidth = 360;
	    wHight = 120;

	    wX = (window.screen.width - wWidth) / 2;
	    wY = (window.screen.height - wHight) / 2;
	    
	    // Request Page Call
	    var w = window.open("/GPIN/AuthRequest.asp?rslt="+RecUrl+"&cnum="+cnum+"&gurl="+goUrl+"&is14Below="+is14Below, "gPinLoginWin", "directories=no,toolbar=no,left="+wX+",top="+wY+",width="+wWidth+",height="+wHight);
	}
