function pass() {


if (prompt(" Please enter your password"," ")=="dealer2009"){
	window.location="dealer1.htm";
	}else{
	window.location="dealer2.htm";
	}
}
 

 	
 	
	


