<!-- Begin
// NOTE: If you use a ' add a slash before it like this \'

// GALLERY MENU LINKS


var topspacing		= "10"		// NUDGE GALLERY MENU DOWN
var sidewidth		= "150"		// GALLERY SIDEBAR WIDTH


document.write('<img src="picts/spacer.gif" height="'+topspacing+'" width="'+sidewidth+'"><br>');
document.write('<div class="page-splits" style="width: 110px;"></div>');
document.write('<span class="subtitle">');

document.write('Galleries:<br>');

document.write('</span>');
document.write('<div class="page-splits" style="width: 110px;"></div>');



// SLIDESHOW

document.write('<a href="slideshow.htm"><img src="picts/slideshow-off.jpg" border="0" onmouseover="this.src=\'picts/slideshow-on.jpg\'" onmouseout="this.src=\'picts/slideshow-off.jpg\'" width="110" height="100" alt="View Slideshow"><br>');
document.write('<br>');



document.write('<a href="profile-exchanges.html"><img src="gallery/gallery1-1.jpg" border="0" class="Galborder Gbordmargin" width="75" height="50"><br>');
document.write('Gallery One</a><br>');



document.write('<a href="gallery2.htm"><img src="gallery/gallery2-1.jpg" border="0" class="Galborder Gbordmargin" width="75" height="50"><br>');
document.write('Gallery Two</a><br>');



// COPY THE NEXT 2 LINES AND PASTE TO ADD ANOTHER GALLERY IMAGE






document.write('<br>');
document.write('<div class="page-splits" style="width: 110px;"></div>');
document.write('<img src="picts/spacer.gif" height="1" width="125" border="0" alt="image"><br>');


// END -->

