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

document.write('<a href="landscape2.html">Page 2</a>');
document.write('&nbsp;|&nbsp;');

document.write('<a href="landscape3.html">Page 3</a>');
document.write('&nbsp;|&nbsp;');

document.write('<a href="landscape4.html">Page 4</a>');
document.write('&nbsp;|&nbsp;');

document.write('<a href="landscape5.html">Page 5</a>');
document.write('&nbsp;|&nbsp;');


document.write('<a href="landscape6.html">Page 6</a>');
document.write('&nbsp;|&nbsp;');


document.write('<a href="landscape7.html">Page 7</a>');
document.write('&nbsp;|&nbsp;');

document.write('<a href="landscape8.html">Page 8</a>');
document.write('&nbsp;|&nbsp;');

document.write('<a href="landscape9.html">Page 9</a>');
document.write('&nbsp;|&nbsp;');

document.write('<a href="landscape10.html">Page 10</a>');
document.write('&nbsp;|&nbsp;');

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

// END -->
