﻿
var URL = "http://www.rememberthenightonline.com";


document.writeln('<div id="mainMenuBar">');
document.writeln('<table height="21" border="0" cellpadding="0" cellspacing="0">');
document.writeln('<tbody>');
document.writeln('<tr>');
document.writeln('<td class="leftMenu"  style="width: 75px">');
document.writeln('<ul id="nav1">');
document.writeln('<li style="width: 75px; height: 21px"><a href="' + URL + '\//index.htm">&nbsp;Home</a>');
document.writeln('<ul style="width: 150px; position: absolute; top: 21px">');
document.writeln('<li><a href="' + URL + '\/DJs.htm">About the DJs</a>');
document.writeln('<li><a href="' + URL + '\/Equipment.htm">Equipment</a>');
document.writeln('<li><a href="' + URL + '\/MusicDatabase.htm">Music List</a>');
document.writeln('<li><a href="' + URL + '\/RequestInfo.htm">Request Information</a>');
document.writeln('<li><a href="' + URL + '\/Availability.htm">Check Availability</a>');
document.writeln('<li><a href="' + URL + '\/ClientLogin.htm">Client Login</a>');
document.writeln('<li><a href="' + URL + '\/MakePayment.htm">Make A Payment</a>');
document.writeln('</ul>');
document.writeln('</li>');
document.writeln('</ul>');
document.writeln('</td>');
document.writeln('<td class="leftMenu" style="width: 75px">');
document.writeln('<ul id="nav2">');
document.writeln('<li style="width: 75px; height: 21px"><a href="' + URL + '\//Weddings/index.htm">Weddings</a>');
document.writeln('<ul style="width: 150px; position: absolute; top: 21px">');
document.writeln('<li><a href="' + URL + '\/Weddings/FAQs.htm">FAQs</a>');
document.writeln('<li><a href="' + URL + '\/Weddings/Photos.htm">Photos</a>');
document.writeln('<li><a href="' + URL + '\/Weddings/EventPlanner.htm">Event Planner</a>');
document.writeln('<li><a href="' + URL + '\/Weddings/Links.htm">Links</a>');
document.writeln('<li><a href="' + URL + '\/Weddings/Testimonials.htm">Testimonials</a></li>');
document.writeln('<li><a href="' + URL + '\/Weddings/Pricing.htm">Packages and Pricing</a>');
document.writeln('<li><a href="' + URL + '\/Weddings/BridalShows.htm">Bridal Shows</a>');
document.writeln('<li><a href="' + URL + '\/Weddings/UpcomingEvents.htm">Upcoming Events</a>');
document.writeln('<li><a href="' + URL + '\/Weddings/AdditionalServices.htm">Additional Services</a>');
document.writeln('<li><a href="' + URL + '\/RequestInfo.htm">Request Information</a>');
document.writeln('</ul>');
document.writeln('</li>');
document.writeln('</ul>');
document.writeln('</td>');
document.writeln('<td class="leftMenu" style="width: 120px">');
document.writeln('<ul id="nav3">');
document.writeln('<li style="width: 120px; height: 21px"><a href="' + URL + '\//Charity/index.htm">Charitable Events</a>');
document.writeln('<ul style="width: 150px; position: absolute; top: 21px">');
document.writeln('<li><a href="' + URL + '\/Charity/FAQs.htm">FAQs</a>');
document.writeln('<li><a href="' + URL + '\/Charity/Photos.htm">Photos</a>');
document.writeln('<li><a href="' + URL + '\/Charity/Testimonials.htm">Testimonials</a>');
document.writeln('<li><a href="' + URL + '\/Charity/Pricing.htm">Packages and Pricing</a>');
document.writeln('<li><a href="' + URL + '\/Charity/UpcomingEvents.htm">Upcoming Events</a>');
document.writeln('<li><a href="' + URL + '\/RequestInfo.htm">Request Information</a>');
document.writeln('</ul>');
document.writeln('</li>');
document.writeln('</ul>');
document.writeln('</td>');
document.writeln('<td class="leftMenu" style="width: 120px">');
document.writeln('<ul id="nav4">');
document.writeln('<li style="width: 120px; height: 21px"><a href="' + URL + '\//Corporate/index.htm">Corporate Events</a>');
document.writeln('<ul style="width: 150px; position: absolute; top: 21px">');
document.writeln('<li><a href="' + URL + '\/Corporate/FAQs.htm">FAQs</a>');
document.writeln('<li><a href="' + URL + '\/Corporate/Photos.htm">Photos</a>');
document.writeln('<li><a href="' + URL + '\/Corporate/Testimonials.htm">Testimonials</a>');
document.writeln('<li><a href="' + URL + '\/Corporate/Pricing.htm">Packages and Pricing</a>');
document.writeln('<li><a href="' + URL + '\/Corporate/UpcomingEvents.htm">Upcoming Events</a>');
document.writeln('<li><a href="' + URL + '\/RequestInfo.htm">Request Information</a>');
document.writeln('</ul>');
document.writeln('</li>');
document.writeln('</ul>');
document.writeln('</td>');
document.writeln('<td class="leftMenu" style="width: 175px">');
document.writeln('<ul id="nav5">');
document.writeln('<li style="width: 175px; height: 21px"><a href="' + URL + '\//UT/index.htm">UT Fraternities/Sororities</a>');
document.writeln('<ul style="width: 150px; position: absolute; top: 21px">');
document.writeln('<li><a href="' + URL + '\/UT/FAQs.htm">FAQs</a>');
document.writeln('<li><a href="' + URL + '\/UT/Photos.htm">Photos</a>');
document.writeln('<li><a href="' + URL + '\/UT/Testimonials.htm">Testimonials</a>');
document.writeln('<li><a href="' + URL + '\/UT/Pricing.htm">Packages and Pricing</a>');
document.writeln('<li><a href="' + URL + '\/UT/UpcomingEvents.htm">Upcoming Events</a>');
document.writeln('<li><a href="' + URL + '\/RequestInfo.htm">Request Information</a>');
document.writeln('</ul>');
document.writeln('</li>');
document.writeln('</ul>');
document.writeln('</td>');
document.writeln('</tr>');
document.writeln('</tbody>');
document.writeln('</table>');
document.writeln('</div>');
