<!-- Begin

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

var showTop	= "yes"		// SHOW MENU TOP IMAGE
var showBot1	= "yes"		// SHOW MENU BOTTOM IMAGE
var showBot2	= "yes"		// SHOW MENU BOTTOM LINES


document.write('<DIV id="menu" class="printhide">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="75"><tr><td>');
   if (showTop == "yes") {
document.write('<img src="picts/menu-top.gif" width="154" height="75" class="menutrans"></a><br>');
}
else {
document.write('<img src="picts/spacer.gif" width="154" height="1"></a><br>');
}


// START MENU LINKS


document.write('</td></tr><tr><td onClick="location.href=\'index.html\';" onmouseover="this.className=\'menuon\'" onmouseout="this.className=\'menu\'" class="menu">');
document.write('MAIN MENU<br>');



document.write('</td></tr><tr><td onClick="location.href=\'us.htm\';" onmouseover="this.className=\'menuon\'" onmouseout="this.className=\'menu\'" class="menu">');
document.write('business<br>');

document.write('</td></tr><tr><td onClick="location.href=\'http://www.movef.com\';" onmouseover="this.className=\'menuon\'" onmouseout="this.className=\'menu\'" class="menu">');
document.write('MoveF.com beta<br>');



document.write('</td></tr><tr><td onClick="location.href=\'sound-1.htm\';" onmouseover="this.className=\'menuon\'" onmouseout="this.className=\'menu\'" class="menu">');
document.write('<font size="3">jukebox<br>');



document.write('</td></tr><tr><td onClick="location.href=\'cd.htm\';" onmouseover="this.className=\'menuon\'" onmouseout="this.className=\'menu\'" class="menu">');
document.write('<font size="3">MAS cell tones<br>');

document.write('</td></tr><tr><td onClick="location.href=\'mixdraft.htm\';" onmouseover="this.className=\'menuon\'" onmouseout="this.className=\'menu\'" class="menu">');
document.write('<font size="3">mixtape FYI<br>');





document.write('</td></tr><tr><td onClick="location.href=\'service.htm\';" onmouseover="this.className=\'menuon\'" onmouseout="this.className=\'menu\'" class="menu">');
document.write('<font size="3">Spot Advertise<br>');



document.write('</td></tr><tr><td onClick="location.href=\'gallery-1.htm\';" onmouseover="this.className=\'menuon\'" onmouseout="this.className=\'menu\'" class="menu">');
document.write('<font size="3">Artwork<br>');



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




document.write('</td></tr><tr><td onClick="location.href=\'contact.htm\';" onmouseover="this.className=\'menuon\'" onmouseout="this.className=\'menu\'" class="menu">');
document.write('<font size="3">Contact Us<br>');



document.write('</td></tr><tr><td onClick="location.href=\'indexbeta.html\';" onmouseover="this.className=\'menuon\'" onmouseout="this.className=\'menu\'" class="menu">');
document.write('<font size="3">Home<br>');



document.write('</td></tr><tr><td>');
   if (showBot1 == "yes") {
document.write('<a href="strandrate_card.pdf"><img src="picts/bikesgirls.gif" width="154" height="150" border=0 alt="Strand Theatre Rate Card and Contract"></a><br>');
}
   if (showBot2 == "yes") {
document.write('<img src="picts/menu-bottom-2.gif" width="154" height="34"></a><br>');
}
document.write('<img src="picts/spacer.gif" width="10" height="1"></a><br>');
document.write('</td></tr></table></DIV>');

//  End -->
