﻿<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

// USE lowercase FOR ALL OPTIONS ONLY

var showimage1		= "no"		//  SHOW FIRST SIDEBAR IMAGE
var showimage2		= "yes"		//  SHOW SECOND SIDEBAR IMAGE
var linkstop 		= "no" 		//  START LINKS AT THE VERY TOP


document.write('<DIV id="menulocation">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="154"><tr><td class="menutrans">');
   if (linkstop == "no") {
document.write('<img src="pcs/menu-top.gif" width="154" height="70"><br>');
}



// START LINKS //

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="index.html" class="menu">UPCOMING EVENTS</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="past.html" class="menu">PAST EVENTS</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="tickets.html" class="menu">BOOK YOUR TICKETS</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="singles.html" class="menu">Singles Events</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="dinedark.html" class="menu">Dining in the Dark</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="gallery.html" class="menu">Photo Gallery</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="news.html" class="menu">M factor in the News</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="media.html" class="menu">Media Releases</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="test.html" class="menu">Testimonials</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="story.html" class="menu">Dating Success Stories</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="about.html" class="menu">About Us</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="team.html" class="menu">Meet the Team</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="manage.html" class="menu">Let Us Manage your Event</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="links.html" class="menu">Recommended Links</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="contact.html" class="menu">Contact Us</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="contact.html" class="menu">Sign Up for updates</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="xtreme/xtreme.html" class="menu">Xtreme Rhythm dance</a>');


// COPY AND PASTE THE NEXT TWO LINES TOO ADD A NEW LINK






// END LINKS //



document.write('</td></tr><tr><td>');
document.write('<img src="pcs/menu-bottom.gif" width="154" height="34"><br>');

document.write('</td></tr><tr><td align="center">');


// START MENU IMAGES


   if (showimage1 == "yes") {
document.write('<br><br><a href="gallery.html"<img src="pcs/menupc1.jpg" width="139" height="216" border="0"></a><br><br><br><br>');
}
   if (showimage2 == "yes") {
document.write('<br><br><a href="contact.html"<img src="pcs/menupc2.gif" width="105" height="261" border="0"></a><br><br><br><br>');
}
document.write('<a href="index.html"</td></tr></table></DIV>');

//  End -->