// JavaScript Document
function chpass()
{
	var popup
	popup = window.open("chpass.php","ChangePassword","width=400,height=400,top=250,left=350,resizable=no,menubar=no,location=no");
	popup.focus()
}

function forgot()
{
	var popup
	popup = window.open("forgot.php","forgot","width=270,height=210,top=250,left=350,resizable=no,menubar=no,location=no");
	popup.focus()
}