// JavaScript Document

if (navigator.appName == "Microsoft Internet Explorer"){
document.write("<table width='800' border='0' cellspacing='0' cellpadding='0' height='26'><tr><td width='65' align='center'><a href='http://www.theasianbanker.com' target='_blank' class='navhome'>Home</a></td><td width='89' align='center'><a href='http://www.asianbankerforums.com' target='_blank' class='nav'>Calendar</a></td>                <td width='115' align='center'><a href='index.php' class='nav'>Summit 2007</a></td>                <td width='91' align='center'><a href='speakers.php' class='nav'>Speakers</a></td>                <td width='100' align='center'><a href='media.php' class='nav'>Media</a></td>                <td width='160' align='center'><a href='Sponsors.php' class='nav'>Sponsors/Exhibitors</a></td>				<td width='90' align='center'><a href='Partners.php' class='nav'>Partners</a></td><td width='90' align='center'><a href='contactus.php' class='nav'>Contact Us</a></td>              </tr>            </table>")
}
else {
document.write("<table width='800' border='0' cellspacing='0' cellpadding='0' height='26'><tr> <td width='65' align='center'><a href='http://www.theasianbanker.com' target='_blank' class='navhome'>&nbsp; Home &nbsp;&nbsp;</a></td><td width='89' align='center'><a href='http://www.asianbankerforums.com' target='_blank' class='nav'>&nbsp;&nbsp; Calendar &nbsp;&nbsp;</a></td><td width='115' align='center'><a href='index.php' class='nav'>&nbsp;&nbsp; Summit 2007 &nbsp;&nbsp;</a></td><td width='91' align='center'><a href='speakers.php' class='nav'>&nbsp;&nbsp; Speakers &nbsp;&nbsp;</a></td><td width='100' align='center'><a href='media.php' class='nav'>&nbsp; &nbsp; &nbsp;&nbsp; Media &nbsp;&nbsp; &nbsp; &nbsp;</a></td><td width='160' align='center'><a href='Sponsors.php' class='nav'>&nbsp; &nbsp; Sponsors/Exhibitors &nbsp; &nbsp;</a></td><td width='90' align='center'><a href='Partners.php' class='nav'>&nbsp; &nbsp; Partners &nbsp;&nbsp;</a></td><td width='90' align='center'><a href='contactus.php' class='nav'>&nbsp; Contact Us &nbsp;</a></td></tr></table>")
}