<!-- 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="52" height="52" 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


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


document.write('</td><td>');
document.write('<input type="button" value="Google Adsense" onClick="parent.location=\'video2.htm\'" class="button-gallery" onmouseover="this.className=\'buttonon-gallery\'" onmouseout="this.className=\'button-gallery\'">');


document.write('</td><td>');
document.write('<input type="button" value="Google SEO" onClick="parent.location=\'video3.htm\'" class="button-gallery" onmouseover="this.className=\'buttonon-gallery\'" onmouseout="this.className=\'button-gallery\'">');


document.write('</td><td>');
document.write('<input type="button" value="Google Developer" onClick="parent.location=\'video4.htm\'" class="button-gallery" onmouseover="this.className=\'buttonon-gallery\'" onmouseout="this.className=\'button-gallery\'">');

document.write('</td><td>');
document.write('<input type="button" value="Google Partner" onClick="parent.location=\'video5.htm\'" 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.html\'" 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 -->