function doSignup () {
	parent.document.getElementById('bodyframe').setAttribute('src', 'frames/interface/signupframe.php');
	parent.window.location.hash="bodyiframe";
	//window.open('../interface/signupframe.php','mywindow','width=700,height=500,toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,copyhistory=yes,resizable=yes')
};
function afterSignup() {
	parent.document.getElementById('loginframe').setAttribute('src','frames/interface/login.php');	
};

function doForgotpass () {
	parent.window.location.hash="bodyiframe"; 
	parent.document.getElementById('bodyframe').setAttribute('src', 'frames/interface/lostpasswordframe.php');
	//window.open('../interface/lostpasswordframe.php','mywindow','width=700,height=500,toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,copyhistory=yes,resizable=yes')
};