<!-- Begin

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

// GALLERY MENU LINKS



var topspacing		= "2"		// NUDGE PRODUCTS MENU DOWN
var bottomspacing	= "20"		// SPACING UNDER PRODUCT MENU


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

document.write('|&nbsp;');



document.write('<a href="2008Orlando.htm">Orlando</a>');
document.write('&nbsp;|&nbsp;');


document.write('<a href="2008Gainesville.htm">Gainesville</a>');
document.write('&nbsp;|&nbsp;');


document.write('<a href="http://www.shaolinwahnamwest.com/grandmasterwong.html" target="_blank">Long Beach</a>');
document.write('&nbsp;|&nbsp;');


document.write('<a href="http://www.grandmasterwong.com" target="_blank">New York</a>');
document.write('&nbsp;|&nbsp;');



// SLIDESHOW LINK

//document.write('<a href="slideshow.htm">Slideshow</a>');
//document.write('&nbsp;|&nbsp;');





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

// END -->