function topnav(){
var str=""
str+="<table width=780 cellpadding=0 cellspacing=0 border=0>";
str+="<tr>";
str+="<td align=center>";
str+="<table width=776 cellpadding=0  cellspacing=0 border=0>";
str+="<tr><td width=213 rowspan=2><a href=index.html><img src=images/logo.gif width=170 height=58 border=0></a></td>";
str+="<td width=278 rowspan=2 valign=top></td>";
str+="<td>";
str+="<img src=images/home.gif width=83 height=33 border=0 usemap=#home><img src=images/sitemap.gif width=95 height=33 border=0 usemap=#site><img src=images/contactus.gif width=107 height=33 border=0 usemap=#contact>";
str+="</td>";
str+="<map name=home><area shape=rect coords='15,16,60,27' href=index.html></map>"; 
str+="<map name=site><area shape=rect coords='13,16,71,29' href=sitemap.html></map>";
str+="<map name=contact><area shape=rect coords='13,18,86,27' href=contactus.html></map>"; 
str+="<tr><td width=285>&nbsp;</td></tr>";
str+="</table>";
str+="</td>";
str+="<map name=topnav>";
str+="<area shape=rect coords=5,5,165,50 href=index.html>";
str+="<area shape=rect coords=505,15,555,30 href=index.html>";
str+="<area shape=rect coords=588,15,648,30 href=sitemap.html>";
str+="<area shape=rect coords=680,15,758,30 href=contactus.html>";
str+="</map>";
str+="</tr>";
str+="<tr>";
str+="<td align=center>";
str+="<table width=776 cellpadding=0  cellspacing=0 border=0>";
str+="<tr><td background=images/top.gif width=100% height=31><DIV id=main name=main>";
str+="<DIV id=navTop>";
str+="<UL id=nav>";
str+="<LI><IMG class=first height=1 src=images/spacer.gif width=10 border=0></LI>";
str+="<LI><A href=etravelPlatform.html><IMG class=first height=25 src=images/xtp.gif width=154 border=0></A></LI>";
str+="<LI><A href=travelsuppliers.html><IMG class=first height=25 src=images/solutions.gif width=87 border=0></A>"; 
str+="<UL id=nav1>";
str+="<LI><A href=travelsuppliers.html>&nbsp;Travel Suppliers</A></LI>";
str+="<LI><A href=travelagencies.html>&nbsp;Travel Agencies</A></LI>";
str+="<LI><A href=touroperators.html>&nbsp;Tour Operators</A></LI>";
str+="</UL>";
str+="</LI>";
str+="<LI><A href=global.html><IMG height=25 src=images/global.gif width=121 border=0></A></LI>";
str+="<LI><A href=partners.html><IMG height=25 src=images/partners.gif width=81 border=0></A></LI>";
str+="<LI><A href=clientlist.html><IMG height=25 src=images/clients.gif width=73 border=0></A>"; 
str+="<UL id=nav2>";
str+="<LI><A href=clientlist.html>&nbsp;Client List</A></LI>";
str+="<LI><A href=casestudies.html>&nbsp;Case Studies</A></LI>";
str+="<LI><A href=testimonials.html>&nbsp;Testimonials</A></LI>";
str+="</UL>";
str+="</LI>";
str+="<LI><A href=overview.html><IMG height=25 src=images/about.gif width=83 border=0></A>";
str+="<UL id=nav3>";
str+="<LI><A href=overview.html>&nbsp;Company Overview</A></LI>";
str+="<LI><A href=team.html>&nbsp;Management Team</A></LI>";
str+="<LI><A href=news.html>&nbsp;News & Events</A></LI>";
str+="<LI><A href=careers.html>&nbsp;Careers</A></LI>";
str+="</UL>";
str+="</LI>";
str+="</UL></DIV></DIV></td>";
str+="</tr>";
str+="</table></td>";
str+="</tr>";
str+="</table>";

document.write(str);
}