document.write ("<table width='172' cellpadding='0' cellspacing='0' border='0'>");

<!-- Home -->
document.write ("<tr>");
if(document.URL.indexOf("index")>0)
{
  document.write ("<td class='redbackground' height='22'><div class='rednavcopy'><img src='images/trans.gif' width='15' height='1' alt=''>Home</div></td>");
}
else
{
  document.write ("<td class='greybackground' height='22'><img src='images/trans.gif' width='15' height='1' alt=''><a href='index.html' class='leftnavlink'>Home</a></td>");
}
document.write ("</tr>");
document.write ("<tr><td bgcolor='#E6EEF1'><img src='images/trans.gif' width='1' height='1' alt=''></td></tr>");
<!-- Home End -->

<!-- speakers -->
document.write ("<tr>");
if(document.URL.indexOf("speakers")>0)
{
  document.write ("<td class='redbackground' height='22'><div class='rednavcopy'><img src='images/trans.gif' width='8' height='1' alt='' align='left'>Presenters</div></td>");
}
else
{
  document.write ("<td class='greybackground' height='22'><img src='images/trans.gif' width='15' height='1' alt=''><a href='speakers.html' class='leftnavlink'>Presenters</td>");
}
document.write ("</tr>");
document.write ("<tr><td bgcolor='#E6EEF1'><img src='images/trans.gif' width='1' height='1' alt=''></td></tr>");
<!-- speakers End -->

<!-- schedule -->
document.write ("<tr>");
if(document.URL.indexOf("schedule")>0)
{
  document.write ("<td class='redbackground' height='22'><div class='rednavcopy'><img src='images/trans.gif' width='8' height='1' alt='' align='left'>Schedule</div></td>");
}
else
{
  document.write ("<td class='greybackground' height='22'><img src='images/trans.gif' width='15' height='1' alt=''><a href='schedule.html' class='leftnavlink'>Schedule</td>");
}
document.write ("</tr>");
document.write ("<tr><td bgcolor='#E6EEF1'><img src='images/trans.gif' width='1' height='1' alt=''></td></tr>");
<!-- schedule End -->

<!-- Related Links -->
document.write ("<tr>");
if(document.URL.indexOf("relate")>0)
{
  document.write ("<td class='redbackground' height='22'><div class='rednavcopy'><img src='images/trans.gif' width='15' height='1' alt=''>Related Links</div></td>");
}
else
{
  document.write ("<td class='greybackground' height='22'><img src='images/trans.gif' width='15' height='1' alt=''><a href='relate.html' class='leftnavlink'>Related Links</a></td>");
}
document.write ("</tr>");
document.write ("<tr><td bgcolor='#E6EEF1'><img src='images/trans.gif' width='1' height='1' alt=''></td></tr>");
<!--Related Links End -->

<!-- Contact Us -->
document.write ("<tr>");
if(document.URL.indexOf("contact")>0)
{
  document.write ("<td class='redbackground' height='22'><div class='rednavcopy'><img src='images/trans.gif' width='15' height='1' alt=''>Contact Us</div></td>");
}
else
{
  document.write ("<td class='greybackground' height='22'><img src='images/trans.gif' width='15' height='1' alt=''><a href='contact.html' class='leftnavlink'>Contact Us</a></td>");
}
document.write ("</tr>");
document.write ("<tr><td bgcolor='#E6EEF1'><img src='images/trans.gif' width='1' height='1' alt=''></td></tr>");
<!--Contact Us End -->

<!-- End -->

document.write ("<tr><td bgcolor='#E6EEF1'><img src='images/trans.gif' width='1' height='1' alt=''></td></tr>");
document.write ("<tr><td><img src='images/left_nav_gradient.gif' width='172' height='90' alt=''></td></tr>");
//document.write ("<tr><td bgcolor='#818789'><img src='images/trans.gif' width='1' height='1' alt=''></td></tr>");
document.write ("</table>");
