
function doLogin(){
	newwindow = window.open('login_popup.php', 'loginwindow', 'height=280,width=300');
	newwindow.focus();
}
