function whereTo()
{

var password=prompt("Please enter your sales rep password below.","type password here")

if (password == "HEADPRO")
{
location="salesreporder.html"
}
else
{
alert("Sorry, that is not a valid password.")
}
}