<!-- 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="store_machines.html">Machines</a>');
document.write('&nbsp;|&nbsp;');


document.write('<a href="store_ultrasonics.html">Ultrasonics</a>');
document.write('&nbsp;|&nbsp;');


// COPY THE NEXT 2 LINES AND PASTE TO ADD ANOTHER PRODUCT LINK


document.write('<a href="store_grips.html">Grips</a>');
document.write('&nbsp;|&nbsp;');

document.write('<a href="store_tips.html">Tips</a>');
document.write('&nbsp;|&nbsp;');

document.write('<a href="store_combinations.html">Combinations</a>');
document.write('&nbsp;|&nbsp;');

document.write('<a href="store_power_supply.html">Power Supplies</a>');
document.write('&nbsp;|&nbsp;');

document.write('<a href="store_accessories.html">Accessories</a>');
document.write('&nbsp;|&nbsp;');

document.write('<a href="store_gloves.html">Gloves</a>');
document.write('&nbsp;|&nbsp;');

document.write('<a href="store_supplies.html">Supplies</a>');
document.write('&nbsp;|&nbsp;');



// SLIDESHOW LINK WAS DELETED - SEE ORIGINAL CODE FOR EXAMPLE


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

// END -->