function forgotpassword1(){
	leftVal = (screen.width-500) / 2;
	topVal = (screen.height-220) / 2;
	newWindow = window.open('forgotpass-assoc.php', 'WinName', 'width=600,height=400,left='+leftVal+',top='+topVal);
}
function forgotpassword2(){
	leftVal = (screen.width-500) / 2;
	topVal = (screen.height-220) / 2;
	newWindow = window.open('forgotpass-client.php', 'WinName', 'width=600,height=400,left='+leftVal+',top='+topVal);
}
function forgotpassword3(){
	leftVal = (screen.width-500) / 2;
	topVal = (screen.height-220) / 2;
	newWindow = window.open('forgotpass-trans.php', 'WinName', 'width=600,height=400,left='+leftVal+',top='+topVal);
}
