<!-- 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="CARTgallery1.htm">1</a>');
document.write('&nbsp;|&nbsp;');





document.write('<a href="CARTgallery2.htm">2</a>');
document.write('&nbsp;|&nbsp;');



// COPY THE NEXT 2 LINES AND PASTE TO ADD ANOTHER PRODUCT LINK

document.write('<a href="CARTgallery3.htm">3</a>');
document.write('&nbsp;|&nbsp;');

document.write('<a href="CARTgallery4.htm">4</a>');
document.write('&nbsp;|&nbsp;');


document.write('<a href="CARTgallery5.htm">5</a>');
document.write('&nbsp;|&nbsp;');

document.write('<a href="CARTgallery6.htm">6</a>');
document.write('&nbsp;|&nbsp;');

document.write('<a href="CARTgallery7.htm">7</a>');
document.write('&nbsp;|&nbsp;');

document.write('<a href="CARTgallery8.htm">8</a>');
document.write('&nbsp;|&nbsp;');

document.write('<a href="CARTgallery9.htm">9</a>');
document.write('&nbsp;|&nbsp;');

document.write('<a href="CARTgallery10.htm">10</a>');
document.write('&nbsp;|&nbsp;');

document.write('<a href="CARTgallery11.htm">11</a>');
document.write('&nbsp;|&nbsp;');

document.write('<a href="CARTgallery12.htm">12</a>');
document.write('&nbsp;|&nbsp;');

document.write('<a href="CARTgallery13.htm">13</a>');
document.write('&nbsp;|&nbsp;');

document.write('<a href="CARTgallery14.htm">14</a>');
document.write('&nbsp;|&nbsp;');

document.write('<a href="CARTgallery15.htm">15</a>');
document.write('&nbsp;|&nbsp;');

document.write('<a href="CARTgallery16.htm">16</a>');
document.write('&nbsp;|&nbsp;');

document.write('<a href="CARTgallery17.htm">17</a>');
document.write('&nbsp;|&nbsp;');

document.write('<a href="CARTgallery18.htm">18</a>');
document.write('&nbsp;|&nbsp;');

document.write('<a href="CARTgallery19.htm">19</a>');
document.write('&nbsp;|&nbsp;');

document.write('<a href="CARTgallery20.htm">20</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 -->