function ForgotPassword(site_area) {
	var editurl = '/_forgot_pass.php?site_area=' + site_area;
	var editWin = window.open(editurl,'forgotpass','width=400,height=150');
	editWin.focus();
}

