document.write('<table width="100%" border="0" cellpadding="0" cellspacing="0" class="header">');
document.write('	<tr>');
document.write('		<td width="100%" align="right" class="MenuBg">');			
document.write('		<table border="0" cellpadding="0" cellspacing="0" class="Menu" id="Menu">');
document.write('		<tr>');
document.write('			<td><a href="index.htm" target="_self">Home</a></td>');
document.write('			<td id="schedule"><a href="events_schedule.htm" target="_self">Events Schedule</a></td>');
document.write('			<td><a href="sponsor_chapters.htm" target="_self">Sponsor Chapters</a></td>');
document.write('			<td><a href="map.htm" target="_self">Map</a></td>');
document.write('			<td><a href="accommodations.htm" target="_self">Accommodations</a></td>');
document.write('			<td><a href="register.php" target="_self">Vendor Registration</a></td>');
document.write('		</tr>');
document.write('		</table>');
document.write('		</td>');
document.write('	</tr>');
document.write('</table>');
