function whereTo()
{
var magic_word = prompt("What is the password?","********");
if(magic_word == "artwork"){window.location = "acp_ftp_upload.html";}
else{window.location = "incorrect1.htm";}
}

