<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'



var pop_full		= "no"		// FULL SCREEN OR POPUP VIEW MODE



// COPYRIGHT 2004 © Allwebco Design Corporation
// Unauthorized use or sale of this script is strictly prohibited by law

// START SIDEBAR IMAGES



//document.write('<TABLE cellpadding="0" cellspacing="0" border="0" bordercolor="#000000" class="imageborder"><tr><td>');
//document.write('<a href=gallery4.asp><img src="picts/front-pic4.jpg" border="0" onmouseover="alert_msg(\'View Gallery\')" onmouseout="away()"></a><br>');
//document.write('</td></tr></table>');

//document.write('<br>');

//document.write('<TABLE cellpadding="0" cellspacing="0" border="0" bordercolor="#000000" class="imageborder"><tr><td>');
//document.write('<a href=gallery5.asp><img src="picts/front-pic5.jpg" border="0" onmouseover="alert_msg(\'View Gallery\')" onmouseout="away()"></a><br>');
//document.write('</td></tr></table>');

//document.write('<br>');

//document.write('<TABLE cellpadding="0" cellspacing="0" border="0" bordercolor="#000000" class="imageborder"><tr><td>');
//document.write('<a href=gallery6.asp><img src="picts/front-pic6.jpg" border="0" onmouseover="alert_msg(\'View Gallery\')" onmouseout="away()"></a><br>');
//document.write('</td></tr></table>');

//document.write('<br>');

document.write('<!-- ARROW TABLE BEGIN -->');
document.write('<TABLE cellpadding=0 cellspacing=0 border=0><tr><td>');
document.write('<img src="picts/arrow.gif" HEIGHT=16 WIDTH=15 hspace="2"><br>');
document.write('</td><td>');
document.write('<span class="smalltitle"><a href=gallery.asp>DIRECTORY</a></span><br>');
document.write('</td></tr><tr><td>');
document.write('<img src="picts/arrow.gif" HEIGHT=16 WIDTH=15 hspace="2"><br>');
document.write('</td><td>');
   if (pop_full == "no") {
document.write('<span class="smalltitle"><a href=javascript:popUpSlideshow(\'slideshow.txt\')>SLIDESHOW</a></span><br>');
}
   if (pop_full == "yes") {
document.write('<span class="smalltitle"><a href="slideshow.txt") target="_blank">SLIDESHOW</a></span><br>');
}
document.write('</td></tr></table>');
document.write('<!-- ARROW TABLE END -->');

// I ADDED THE FOLLOWING LINES FOR SLOW CONNECTION WARNING
//document.write('<TABLE cellpadding=0 cellspacing=0 border="0" width="150" class="menulinks">');
//document.write('<tr><td ALIGN=left VALIGN=center height="22">');
//document.write('<img src="picts/spacer.gif" HEIGHT=5 WIDTH=15>(may not work well with slow connections)<br>');
//document.write('</tr></table>');


//  End -->