<!-- Begin



// 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">DVDs and Videos</a>');
document.write('&nbsp;|&nbsp;');





document.write('<a href="CARTgallery2.htm">Aulis Books</a>');
document.write('&nbsp;|&nbsp;');







document.write('<a href="CARTgallery3.htm">Other Publications</a>');
document.write('&nbsp;|&nbsp;');





// SLIDESHOW LINK removed







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

// END -->