function head()
{
document.writeln('<table cellSpacing=0 cellPadding=0 width=770 border=0>');
document.writeln('<tr><td><IMG height="80" src="imgs/ogt_rotate.gif" width="100%"></td></tr>');
document.writeln('</table>');
document.writeln('<div style="DISPLAY: block; POSITION: absolute; TOP: 5px">');
document.writeln('<table cellSpacing="0" cellPadding="0" width="770" border="0">');
document.writeln('<tr><td align="center" width="100"><IMG height="70" src="imgs/omega_logo.gif" width="70"></td>');
document.writeln('<td align="center" height="70"><IMG src="imgs/ogt.gif"></td></tr>');
document.writeln('</table>');
document.writeln('</div>');
document.writeln('<table height="24" width="770" bgColor="#6699ff">');
document.writeln('<tr>');
document.writeln('<td noWrap align="center" width="38" bgColor="#0033cc"><A class="top" href="default.htm">HOME</A></td>');
document.writeln('<td noWrap align="center" width="100" bgColor="#0033cc"><A class="top" href="tours.htm">TOUR PACKAGES</A></td>');
document.writeln('<td noWrap align="center" width="47" bgColor="#0033cc"><A class="top" href="cruises.htm">CRUISES</A></td>');
document.writeln('<td noWrap align="center" width="40" bgColor="#0033cc"><A class="top" href="Visa.htm">VISA</A></td>');
document.writeln('<td noWrap align="center" width="105" bgColor="#0033cc"><A class="top" href="airline.htm">AIRLINES SEARCH</A></td>');
document.writeln('<td noWrap align="center" width="44" bgColor="#0033cc"><A class="top" href="hotels.htm">HOTELS</A></td>');
document.writeln('<td noWrap align="center" width="111" bgColor="#0033cc"><A class="top" href="download_forms.htm">DOWNLOAD FORMS</A></td>');
document.writeln('<td noWrap align="center" width="60" bgColor="#0033cc"><A class="top" href="about.htm">ABOUT US</A></td>');
document.writeln('<td noWrap align="center" width="81" bgColor="#0033cc"><A class="top" href="help.htm">CONTACT US</A></td>');
document.writeln('<td noWrap align="center" width="57" bgColor="#0033cc"><A class="top" href="ogt_cn.htm">CHINESE</A></td>');
document.writeln('</tr>');
document.writeln('</table>');
}

function foot()
{
document.writeln('<tr>');
document.writeln('<td align="center" colSpan="2"><font class="text3">');
document.writeln('<hr>');
document.writeln('Copyright since 2003 All Rights Reserved.</font>');
document.writeln('<br><font class="text3"><a class="link1" href="http://www.omegaco.com">Omega International Group, Inc.</a></font><br>');
document.writeln('<font class="text3"><A class="link1" href="general_terms_and_conditions.htm" target="_new">');
document.writeln('General Terms and Conditions</A> | <A class="link1" href="terms_of_use.htm" target="_new">Terms of Use</A></font></td>');
document.writeln('</tr>');
}