<!-- Begin MENU



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





var showback	= "yes"		// SHOW BACK BUTTON ON LEFT

var topspace	= "6"		// VIDEO MENU TO SPACE





document.write('<img src="picts/spacer.gif" width="10" height="'+topspace+'"></a><br>');



document.write('<div class="printhide"><table cellpadding="0" cellspacing="2" border="0" width="100%"><tr><td>&nbsp;<br>');

   if (showback == "yes") {

document.write('<div id="backbutton">');

document.write('<a href="javascript:history.go(-1)"><img src="picts/galleryoff-back.gif" border="0" width="42" height="42" onmouseover="this.src=\'picts/galleryon-back.gif\'" onmouseout="this.src=\'picts/galleryoff-back.gif\'"></a><br>');

document.write('</div>');

}

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

document.write('<form style="margin: 0px"><table cellpadding="1" cellspacing="0" border="0" width="1%"><tr><td width="1">');

document.write('<img src="picts/spacer.gif" width="1" height="10"></a><br>');









// START VIDEO LINKS - BUTTONS





document.write('</td><td>');

document.write('<input type="button" value="Promo" onClick="parent.location=\'video1.php\'" class="button-gallery" onmouseover="this.className=\'buttonon-gallery\'" onmouseout="this.className=\'button-gallery\'">');





document.write('</td><td>');

document.write('<input type="button" value="Video 2" onClick="parent.location=\'video2.php\'" class="button-gallery" onmouseover="this.className=\'buttonon-gallery\'" onmouseout="this.className=\'button-gallery\'">');





document.write('</td><td>');

document.write('<input type="button" value="Video 3" onClick="parent.location=\'video3.php\'" class="button-gallery" onmouseover="this.className=\'buttonon-gallery\'" onmouseout="this.className=\'button-gallery\'">');





document.write('</td><td>');

document.write('<input type="button" value="Video 4" onClick="parent.location=\'video4.php\'" class="button-gallery" onmouseover="this.className=\'buttonon-gallery\'" onmouseout="this.className=\'button-gallery\'">');





document.write('</td><td>');

document.write('<input type="button" value="Home" onClick="parent.location=\'index.php\'" class="button-gallery" onmouseover="this.className=\'buttonon-gallery\'" onmouseout="this.className=\'button-gallery\'">');







// END LINKS









document.write('</td></tr></table></form>');

document.write('</td><td width="1">');

document.write('<img src="picts/spacer.gif" width="1" height="10"></a><br>');

document.write('</td></tr></table></div>');





//  End -->
