<!-- Begin MENU

// NOTE: If you use a ' add a slash before it like this \'


var showback	= "no"		// 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

http://www.youtube.com/watch?v=_FM8d26ay5o

d


// 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 -->