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



var menuside		= "left"	// MENU SIDE | left | right | center



document.write('<table cellpadding="0" cellspacing="0" border="0" width="100%" class="menutable printhide"><td valign="top" align="'+menuside+'">');
document.write('<table cellpadding="0" cellspacing="0" border="0"><tr><td valign="top">');


document.write('<a href="gallery-bona.htm" class="menu">Bona Products</a>');
document.write('</td><td valign="top">');


document.write('<a href="gallery-treatex.htm" class="menu">Treatex Products</a>');
document.write('</td><td valign="top">');



document.write('<a href="wood-floor-video.htm" class="menu">Floor Care Video</a>');
document.write('</td><td valign="top">');



document.write('<a href="wood-floor-installation-1.htm" class="menu">Installations</a>');
document.write('</td><td valign="top">');


document.write('<a href="contact.htm" class="menu">Contact</a>');
document.write('</td><td valign="top">');


document.write('<a href="index.html" class="menu">Home</a>');


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



//  End -->
