	function ForgotPW(){
		width=375;
		height=200;
		winLeft = Math.round((screen.width-width)/2);
		winTop = Math.round((screen.height-height-200)/2); 
		window.open('/open/forgotPW.aspx','FPW','height='+height+',width='+width+',top='+winTop+',left='+winLeft+',resizable=no,scrollbars=yes,status=no,titlebar=no');
	}
	
	function UpdatePW(){
		width=450;
		height=200;
		winLeft = Math.round((screen.width-width)/2);
		winTop = Math.round((screen.height-height-200)/2); 
		window.open('/member/UpdatePW.aspx','FPW','height='+height+',width='+width+',top='+winTop+',left='+winLeft+',resizable=no,scrollbars=yes,status=no,titlebar=no');
	}
