document.write("<head>")
document.write("<meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'>")
document.write("<title>Menu</title>")
document.write("<style type='text/css'>")
document.write("<!--")
document.write("body {")
document.write("	background-color: #6e8291;")
document.write("}")
document.write("-->")
document.write("</style>")

document.write("<style>")
document.write("<!--")
document.write(".popup       { color: #0000FF; cursor: hand; }")
document.write("-->")
document.write("</style>")

document.write("<script type='text/javascript'>")

document.write("function makewhat()")
document.write("{")
document.write("window.open('../what.html','blank','toolbar=no,width=620,height=600,scrollbars=yes')")
document.write("}")


document.write("function mouseOverHome()")
document.write("{")
document.write("document.home.src ='../images/home_ov.gif'")
document.write("}")
document.write("function mouseOutHome()")
document.write("{")
document.write("document.home.src ='../images/home.gif'")
document.write("}")

document.write("function mouseOverAbout()")
document.write("{")
document.write("document.about.src ='../images/about_ov.gif'")
document.write("}")
document.write("function mouseOutAbout()")
document.write("{")
document.write("document.about.src ='../images/about.gif'")
document.write("}")


document.write("function mouseOverProgram()")
document.write("{")
document.write("document.program.src ='../images/program_ov.gif'")
document.write("}")
document.write("function mouseOutProgram()")
document.write("{")
document.write("document.program.src ='../images/program.gif'")
document.write("}")

document.write("function mouseOverService()")
document.write("{")
document.write("document.service.src ='../images/service_ov.gif'")
document.write("}")
document.write("function mouseOutService()")
document.write("{")
document.write("document.service.src ='../images/service.gif'")
document.write("}")

document.write("function mouseOverContact()")
document.write("{")
document.write("document.contact.src ='../images/contact_ov.gif'")
document.write("}")
document.write("function mouseOutContact()")
document.write("{")
document.write("document.contact.src ='../images/contact.gif'")
document.write("}")

document.write("function mouseOverWhat()")
document.write("{")
document.write("document.what.src ='../images/what_ov.gif'")
document.write("}")
document.write("function mouseOutWhat()")
document.write("{")
document.write("document.what.src ='../images/what.gif'")
document.write("}")

document.write("function mouseOverFaq()")
document.write("{")
document.write("document.faq.src ='../images/faq_ov.gif'")
document.write("}")
document.write("function mouseOutFaq()")
document.write("{")
document.write("document.faq.src ='../images/faq.gif'")
document.write("}")



document.write("</script>")
document.write("</head>")

document.write("<body>")
document.write("<table width='780' height='30' border='0' align='center' cellpadding='0' cellspacing='0' bgcolor='#FFFFFF'>")
document.write("  <tr>")
document.write("    <td>")
document.write("      <table width='100%'  border='0' align='center' cellpadding='0' cellspacing='0' bgcolor='003264'>")
document.write("        <tr> ")

document.write(" <table width='100%' height='100%' border='0' cellpadding='0' cellspacing='0'>")
document.write("            <tr>")
document.write("              <td><div align='left'><img src='../images/logo1.gif' width='379' height='83'></div></td>")
document.write("             <td valign='bottom' bgcolor='#FFFFFF'>")
document.write("<div align='right'>")
document.write("<img src='../images/split.gif' width='8' height='17'>")
document.write("			  <a href='en_contact.html' target='_self'")
document.write("onmouseover='mouseOverContact()'")
document.write("onmouseout='mouseOutContact()'> ")
document.write("<img border='0' alt='contact' src='../images/contact.gif' name='contact' width='131' height='17'></a> ")
document.write("<img src='../images/split.gif' width='8' height='17'>")

document.write("<span class='popup' onClick='makewhat()'>")
document.write("              <a href='#'")
document.write("onmouseover='mouseOverWhat()'")
document.write("onmouseout='mouseOutWhat()'> ")
document.write("<img border='0' alt='what' src='../images/what.gif' name='what' width='111' height='17' >")
document.write("</a>")
document.write("</span>")

document.write("<img src='../images/split.gif' width='8' height='17'>")
document.write("              <a href='en_faq.html' target='_self'")
document.write("onmouseover='mouseOverFaq()'")
document.write("onmouseout='mouseOutFaq()'> ")
document.write("<img border='0' alt='faq' src='../images/faq.gif' name='faq' width='56' height='17'></a> ")
document.write("<img src='../images/split.gif' width='8' height='17'>")
document.write("            </div>")
document.write("               </td>")
document.write("           </tr>")
document.write("         </table>")
document.write("       </tr>")
document.write("        <tr> ")
document.write("          <td height='50' bgcolor='003264'> ")

document.write("<div align='left'>")            
document.write("            <table width='615' border='0' align='left' cellpadding='0' cellspacing='0'>")
document.write("			 <tr>")

document.write("<td width='159'><div align='center'>")
document.write("<a href='en_home.html' target='_self'")
document.write("onmouseover='mouseOverHome()'")
document.write("onmouseout='mouseOutHome()'> <img border='0' alt='home' src='../images/home.gif' name='home' width='69' height='30' /></a> ")
document.write("</div></td>")

document.write("<td width='203'>")
document.write("            <a href='en_about.html' target='_self'")
document.write("onmouseover='mouseOverAbout()'")
document.write("onmouseout='mouseOutAbout()'> <img border='0' alt='about' src='../images/about.gif' name='about' width='133' height='30' /></a> ")

document.write("<td width='287'>")
document.write("            <a href='en_esl.html' target='_self'")
document.write("onmouseover='mouseOverProgram()'")
document.write("onmouseout='mouseOutProgram()'> <img border='0' alt='program' src='../images/program.gif' name='program' width='217' height='30' /></a> ")
document.write("</td>")

document.write("<td width='246'>")
document.write("            <a href='en_facilities.html' target='_self'")
document.write("onmouseover='mouseOverService()'")
document.write("onmouseout='mouseOutService()'> <img border='0' alt='service' src='../images/service.gif' name='service' width='111' height='30' /></a>")
document.write("</td>")

document.write("			</tr>")
document.write("			</table>")
document.write("</div")


document.write("</td>")
document.write("        </tr>")
document.write("      </table>")
document.write("    </td>")
document.write("  </tr>")
document.write("</table>")
document.write("</body>")
