var tools=new Array(
new Array("Food and Beverage","eeat.htm"),
new Array("Confernece","emeeting.htm"),
new Array("Entertainment","eamuse.htm"),
new Array("Reservation","sole.asp"),
new Array("Business center","ecommer.htm"),
new Array("About us","ebusi.htm"),
new Array("Accommodation","eflat.htm"),
new Array("Home","/")
)

document.writeln('<style type="text/css"><!--')
document.write('.bar { font-family: "ËÎÌå"; font-size: 10.5pt; color: #ffffff; text-decoration: none; font-weight: bold}')
document.writeln('--></style>')
document.write('<TABLE cellSpacing=0 cellPadding=0 width=775 border=0>')
document.write('  <TBODY> ')
document.write('  <TR> ')
document.write('    <TD><IMG height=1 src="images/eindex/xSHIM.gif" width=83 border=0></TD>')
document.write('    <TD><IMG height=1 src="images/eindex/xSHIM.gif" width=215 border=0></TD>')
document.write('    <TD><IMG height=1 src="images/eindex/xSHIM.gif" width=82 border=0></TD>')
document.write('    <TD><IMG height=1 src="images/eindex/xSHIM.gif" width=85 border=0></TD>')
document.write('    <TD><IMG height=1 src="images/eindex/xSHIM.gif" width=75 border=0></TD>')
document.write('    <TD><IMG height=1 src="images/eindex/xSHIM.gif" width=73 border=0></TD>')
document.write('    <TD><IMG height=1 src="images/eindex/xSHIM.gif" width=41 border=0></TD>')
document.write('    <TD><IMG height=1 src="images/eindex/xSHIM.gif" width=39 border=0></TD>')
document.write('    <TD><IMG height=1 src="images/eindex/xSHIM.gif" width=82 border=0></TD>')
document.write('    <TD><IMG height=1 src="images/eindex/xSHIM.gif" width=1 border=0></TD>')
document.write('  </TR>')
document.write('  <TR vAlign=top> ')
document.write('    <TD rowSpan=2><IMG height=65 src="images/eindex/xplaza_top_r1_c01.jpg" width=83 border=0 name=plaza_top_r1_c01></TD>')
document.write('    <TD rowSpan=2><IMG height=65 src="images/eindex/xplaza_top_r1_c02.jpg" width=215 border=0 name=plaza_top_r1_c02></TD>')
document.write('    <TD colSpan=7><img height=31 src="images/eindex/xplaza_top_r1_c03.gif" width=338 border=0 name=plaza_top_r1_c03><IMG height=31 src="images/eindex/xplaza_top_r1_c08.jpg" width=121 border=0 name=plaza_top_r1_c08></TD>')
document.write('    <TD><IMG height=31 src="images/eindex/xSHIM.gif" width=1 border=0></TD>')
document.write('  </TR>')
document.write('  <TR vAlign=top> ')
document.write('    <TD colspan="7"> ')
document.write('      <table width="460" border="1" cellspacing="0" cellpadding="0" class="bar">')
document.write('        <tr> ')
for (var i=0;i<tools.length;i++)
{
 if(i!=4)
 {
  document.writeln('    <td align="center"><font face="ËÎÌå" size="-1"><b class="bar"><a style="COLOR: #ffffff; TEXT-DECORATION: none" href='+tools[i][1]+' class="bar">'+tools[i][0]+'</a></b></font></td>')
 }
else
 {
  document.writeln('          <tr> ')
  document.writeln('    <td align="center"><a style="COLOR: #ffffff; TEXT-DECORATION: none" href='+tools[i][1]+' class="bar">'+tools[i][0]+'</a></td>')
 }

}
document.write('        </tr></tr>')
document.write('      </table>')
document.write('    </TD>')
document.write('  </TR>')
document.write('  </TBODY> ')
document.write('</TABLE>')