function logIn(form) {
switch (document.lform.login.value)
{
case "pritchard030710":
document.lform.action="Albums/100703Pritchard/index.htm";
break;
case "fielder090710":
document.lform.action="Albums/100709Fielder/index.htm";
break;
case "barnes100710":
document.lform.action="Albums/100710Barnes/index.htm";
break;
case "slaughter":
document.lform.action="Albums/Slaughter/index.htm";
break;
case "evernden11072010":
document.lform.action="Albums/100711Evernden/index.htm";
break;
case "chabaani":
document.lform.action="Albums/090620Chabaani.htm";
break;
case "klobucher040610":
document.lform.action="Albums/100604Klobucher/index.htm";
break;
case "phillips260610":
document.lform.action="Albums/100626Phillips/index.htm";
break;
case "black190610":
document.lform.action="Albums/100619Black/index.htm";
break;
case "hughes190610":
document.lform.action="Albums/100619Hughes/index.htm";
break;
case "cornick120610":
document.lform.action="Albums/100612Cornick/index.htm";
break;
case "roberts040610":
document.lform.action="Albums/100604Roberts/index.htm";
break;
case "williams220510":
document.lform.action="Albums/100522Williams/index.htm";
break;
case "trickett290510":
document.lform.action="Albums/100529Trickett/index.htm";
break;
case "pugh290510":
document.lform.action="Albums/100529Pugh/index.htm";
break;
case "mcgrath220510":
document.lform.action="Albums/100522Mcgrath/index.htm";
break;
case "sliwinski230510":
document.lform.action="Albums/100523Sliwinski/index.htm";
break;
case "mckenzie030510":
document.lform.action="Albums/100503McKenzie/index.htm";
break;
case "bennett020510":
document.lform.action="Albums/100502Bennett/index.htm";
break;
case "bloomer040510":
document.lform.action="Albums/100504Bloomer/index.htm";
break;
case "spedding020510":
document.lform.action="Albums/100502Spedding/index.htm";
break;
case "williams100429":
document.lform.action="Albums/100429Williams/index.htm";
break;
case "hartnell23042010":
document.lform.action="Login/100423Hartnell.htm";
break;
case "mcmillan":
document.lform.action="Albums/100327McMillan/index.htm";
break;
case "bailey":
document.lform.action="Login/100227Bailey.htm";
break;
case "bronk":
document.lform.action="Login/100220Bronk.htm";
break;
case "griffin":
document.lform.action="Login/090801Griffin.htm";
break;
break;
default : alert("Sorry. Invalid Name or your gallery has expired.\nPlease remember the gallery name needs to be in lower case.")
}
}