// JavaScript Document
var isIE4 = document.all ? 1 : 0;
var isW3C = document.getElementById ? 1 : 0;
var isIE6 = document.documentElement  && document.documentElement.clientHeight ? 1 : 0;  <!-- for explorer on PC window height -->
	
function writeNavMenu() {
	document.writeln("<table border='0' cellspacing='0' cellpadding='0'>");
	document.writeln("<tr><td colspan=2><img src='images/spacer.gif' border='0' width='1' height='8'></td></tr>");
	if (thisSection != 'welcome'){ 
		document.writeln("<tr><td class='navon' colspan=2>");
		document.writeln("<a href='index.html' class='navon'>Welcome</a>");
		document.writeln("</td></tr>");
	}else{
		document.writeln("<tr><td class='navoff' colspan=2>");
		document.writeln("Welcome");
		document.writeln("</td></tr>");
	}
	document.writeln("<tr><td colspan=2><img src='images/spacer.gif' border='0' width='1' height='12'></td></tr>");
	
	document.writeln("<tr><td class='navon' colspan=2>About the Millstein Center</td></tr>");
	if (thisSection != 'about'){ 
		document.writeln("<tr><td><img src='images/spacer.gif' border='0' width='12' height='18'></td><td class='navon' valign='bottom'>");
		document.writeln("<a href='about.html' class='navon'>About the Center</a>");
		document.writeln("</td></tr>");
	}else{
		document.writeln("<tr><td><img src='images/spacer.gif' border='0' width='12' height='18'></td><td class='navoff' valign='bottom'>");
		document.writeln("About the Center");
		document.writeln("</td></tr>");
	}
	if (thisSection != 'board'){ 
		document.writeln("<tr><td><img src='images/spacer.gif' border='0' width='12' height='18'></td><td class='navon' valign='bottom'>");
		document.writeln("<a href='board.html' class='navon'>Advisory Board</a>");
		document.writeln("</td></tr>");
	}else{
		document.writeln("<tr><td><img src='images/spacer.gif' border='0' width='12' height='18'></td><td class='navoff' valign='bottom'>");
		document.writeln("Advisory Board");
		document.writeln("</td></tr>");
	}
	if (thisSection != 'affiliated'){ 
		document.writeln("<tr><td><img src='images/spacer.gif' border='0' width='12' height='18'></td><td class='navon' valign='bottom'>");
		document.writeln("<a href='affiliated.html' class='navon'>Affiliated Faculty & Fellows</a>");
		document.writeln("</td></tr>");
	}else{
		document.writeln("<tr><td><img src='images/spacer.gif' border='0' width='12' height='18'></td><td class='navoff' valign='bottom'>");
		document.writeln("Affiliated Faculty & Fellows");
		document.writeln("</td></tr>");
	}
	if (thisSection != 'administration'){ 
		document.writeln("<tr><td><img src='images/spacer.gif' border='0' width='12' height='18'></td><td class='navon' valign='bottom'>");
		document.writeln("<a href='administration.html' class='navon'>Administration</a>");
		document.writeln("</td></tr>");
	}else{
		document.writeln("<tr><td><img src='images/spacer.gif' border='0' width='12' height='18'></td><td class='navoff' valign='bottom'>");
		document.writeln("Administration");
		document.writeln("</td></tr>");
	}
	
	document.writeln("<tr><td colspan=2><img src='images/spacer.gif' border='0' width='1' height='12'></td></tr>");
	
	document.writeln("<tr><td class='navon' colspan=2>Conference Program</td></tr>");
	if (thisSection != 'glance'){ 
		document.writeln("<tr><td><img src='images/spacer.gif' border='0' width='12' height='18'></td><td class='navon' valign='bottom'>");
		document.writeln("<a href='glance.html' class='navon'>At-A-Glance</a>");
		document.writeln("</td></tr>");
	}else{
		document.writeln("<tr><td><img src='images/spacer.gif' border='0' width='12' height='18'></td><td class='navoff' valign='bottom'>");
		document.writeln("At-A-Glance");
		document.writeln("</td></tr>");
	}
	if (thisSection != 'full'){ 
		document.writeln("<tr><td><img src='images/spacer.gif' border='0' width='12' height='18'></td><td class='navon' valign='bottom'>");
		document.writeln("<a href='full.html' class='navon'>Full Program</a>");
		document.writeln("</td></tr>");
	}else{
		document.writeln("<tr><td><img src='images/spacer.gif' border='0' width='12' height='18'></td><td class='navoff' valign='bottom'>");
		document.writeln("Full Program");
		document.writeln("</td></tr>");
	}
	if (thisSection != 'bios'){ 
		document.writeln("<tr><td><img src='images/spacer.gif' border='0' width='12' height='18'></td><td class='navon' valign='bottom'>");
		document.writeln("<a href='bios.html' class='navon'>Moderators &amp; Discussants</a>");
		document.writeln("</td></tr>");
	}else{
		document.writeln("<tr><td><img src='images/spacer.gif' border='0' width='12' height='18'></td><td class='navoff' valign='bottom'>");
		document.writeln("Moderators &amp; Discussants");
		document.writeln("</td></tr>");
	}
	
	
	if (thisSection != 'material'){ 
		document.writeln("<tr><td><img src='images/spacer.gif' border='0' width='12' height='18'></td><td class='navon' valign='bottom'>");
		document.writeln("<a href='material.html' class='navon'>Reading Materials</a>");
		document.writeln("</td></tr>");
	}else{
		document.writeln("<tr><td><img src='images/spacer.gif' border='0' width='12' height='18'></td><td class='navoff' valign='bottom'>");
		document.writeln("Reading Materials");
		document.writeln("</td></tr>");
	}
	
	document.writeln("<tr><td colspan=2><img src='images/spacer.gif' border='0' width='1' height='12'></td></tr>");
	if (thisSection != 'info'){ 
		document.writeln("<tr><td class='navon' valign='bottom' colspan=2>");
		document.writeln("<a href='info.html' class='navon'>General Information</a>");
		document.writeln("</td></tr>");
	}else{
		document.writeln("<tr><td class='navoff' valign='bottom' colspan=2>");
		document.writeln("General Information");
		document.writeln("</td></tr>");
	}
	document.writeln("<tr><td><img src='images/spacer.gif' border='0' width='12' height='18'></td><td class='navon' valign='bottom'>");
	document.writeln("<a href='info.html#location' class='navon'>Location</a>");
	document.writeln("</td></tr>");
	
	document.writeln("<tr><td><img src='images/spacer.gif' border='0' width='12' height='18'></td><td class='navon' valign='bottom'>");
	document.writeln("<a href='info.html#directions' class='navon'>Directions</a>");
	document.writeln("</td></tr>");
	
	document.writeln("<tr><td><img src='images/spacer.gif' border='0' width='12' height='18'></td><td class='navon' valign='bottom'>");
	document.writeln("<a href='info.html#parking' class='navon'>Parking</a>");
	document.writeln("</td></tr>");
	
	document.writeln("<tr><td><img src='images/spacer.gif' border='0' width='12' height='18'></td><td class='navon' valign='bottom'>");
	document.writeln("<a href='info.html#train' class='navon'>Directions by Train and Plane</a>");
	document.writeln("</td></tr>");
	
	
	document.writeln("<tr><td colspan=2><img src='images/spacer.gif' border='0' width='1' height='12'></td></tr>");
	
	if (thisSection != 'reception'){ 
		document.writeln("<tr><td class='navon' valign='bottom' colspan=2>");
		document.writeln("<a href='reception.html' class='navon'>Forum Cocktail Reception &amp; Dinner</a>");
		document.writeln("</td></tr>");
	}else{
		document.writeln("<tr><td class='navoff' valign='bottom' colspan=2>");
		document.writeln("Forum Cocktail Reception &amp; Dinner");
		document.writeln("</td></tr>");
	}
	
	document.writeln("<tr><td colspan=2><img src='images/spacer.gif' border='0' width='1' height='12'></td></tr>");
	
	if (thisSection != 'accommodations'){ 
		document.writeln("<tr><td class='navon' valign='bottom' colspan=2>");
		document.writeln("<a href='accommodations.html' class='navon'>Accommodations</a>");
		document.writeln("</td></tr>");
	}else{
		document.writeln("<tr><td class='navoff' valign='bottom' colspan=2>");
		document.writeln("Accommodations");
		document.writeln("</td></tr>");
	}
	
	document.writeln("<tr><td colspan=2><img src='images/spacer.gif' border='0' width='1' height='12'></td></tr>");
	
	if (thisSection != 'sponsors'){ 
		document.writeln("<tr><td class='navon' valign='bottom' colspan=2>");
		document.writeln("<a href='sponsors.html' class='navon'>Sponsors and Partners</a>");
		document.writeln("</td></tr>");
	}else{
		document.writeln("<tr><td class='navoff' valign='bottom' colspan=2>");
		document.writeln("Sponsors and Partners");
		document.writeln("</td></tr>");
	}
	
	document.writeln("<tr><td colspan=2><img src='images/spacer.gif' border='0' width='1' height='12'></td></tr>");
	
	if (thisSection != 'registration'){ 
		document.writeln("<tr><td class='navon' valign='bottom' colspan=2>");
		document.writeln("<a href='registration.html' class='navon'>Registration</a>");
		document.writeln("</td></tr>");
	}else{
		document.writeln("<tr><td class='navoff' valign='bottom' colspan=2>");
		document.writeln("Registration");
		document.writeln("</td></tr>");
	}
	
	document.writeln("<tr><td colspan=2><img src='images/spacer.gif' border='0' width='1' height='12'></td></tr>");
	
	if (thisSection != 'rising'){ 
		document.writeln("<tr><td class='navon' valign='bottom' colspan=2>");
		document.writeln("<a href='rising.html' class='navon'>Rising Stars Nomination</a>");
		document.writeln("</td></tr>");
	}else{
		document.writeln("<tr><td class='navoff' valign='bottom' colspan=2>");
		document.writeln("Rising Stars Nomination");
		document.writeln("</td></tr>");
	}
	
	document.writeln("<tr><td colspan=2><img src='images/spacer.gif' border='0' width='1' height='12'></td></tr>");
	
	if (thisSection != 'local'){ 
		document.writeln("<tr><td class='navon' valign='bottom' colspan=2>");
		document.writeln("<a href='local.html' class='navon'>Local Interests &amp; Tours</a>");
		document.writeln("</td></tr>");
	}else{
		document.writeln("<tr><td class='navoff' valign='bottom' colspan=2>");
		document.writeln("Local Interests &amp; Tours");
		document.writeln("</td></tr>");
	}
	
	document.writeln("<tr><td colspan=2><img src='images/spacer.gif' border='0' width='1' height='12'></td></tr>");
	
	if (thisSection != 'contact'){ 
		document.writeln("<tr><td class='navon' valign='bottom' colspan=2>");
		document.writeln("<a href='contact.html' class='navon'>Contact</a>");
		document.writeln("</td></tr>");
	}else{
		document.writeln("<tr><td class='navoff' valign='bottom' colspan=2>");
		document.writeln("Contact");
		document.writeln("</td></tr>");
	}
	
	document.writeln("<tr><td colspan=2><img src='images/spacer.gif' border='0' width='1' height='10'></td></tr>");
	
	document.writeln("</table>");
}