function logintoggle(){
				
				$("div#hidelogin").show('slow');
				$("div#show-login").hide();
				

			}
function globalform(){
	
	
	if(document.globlogin.user.value=="" || document.globlogin.pass.value==""){
		alert("Please fill in the Username and Password.");
		return false;
	}
	
	
}