function VerifCode()
{
if (document.codeForm.code.value == "boaz")
{
parent.menu.location.href="D_cors.html";
}
else
{
window.document.location.href="badpassw.html";
}
}
