function RecPass()
{
		
	lpos = screen.availWidth / 2  - 375;
	tpos = screen.availHeight / 2 - 200;
		
	w = window.open( "/RecoverPassword/", "recpass", "width=750,height=400,status=no,toolbar=no,menubar=no,left=" + lpos + ",top=" + tpos );
	window.w.focus();
	//if( window.event != null )
		window.event.returnValue = false;
	return false;
}
