<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'


// ONLY USE lowercase FOR ALL OPTIONS


// CHANGE ANY OF THESE VARIABLES FOR THE SIDEBAR


var imagewidth		= "78"		// WIDTH OF THE SIDEBAR IMAGES
var imageheight		= "100"		// HEIGHT OF THE SIDEBAR IMAGES
var spacerheight	= "11"		// SPACING BETWEEN IMAGES

var showimages1		= "yes"		// SHOW THE FIRST 3 IMAGES
var showimages2		= "yes"		// SHOW THE SECOND 3 IMAGES
var slideshowlink	= "no"		// SHOW SLIDESHOW LINK
var directorylink	= "no"		// SHOW LINK TO DIRECTORY
var homelink		= "no"		// SHOW A LINK TO THE HOMEPAGE


	
   if (showimages1 == "yes") {

document.write('<table cellpadding="0" cellspacing="0" border="0" class="imageborder"><tr><td>');
document.write('<a href="misc1/gallery1.htm"><img src="../../../images/gallery/gallery1.jpg" border="0" onmouseover="alert_msg(\'View Gallery 1\')" onmouseout="away()" width="'+imagewidth+'" height="'+imageheight+'"></a><br>');
document.write('</td></tr></table>');
document.write('<img src="template_files/spacer.gif" width="5" height="'+spacerheight+'"><br>');


document.write('<table cellpadding="0" cellspacing="0" border="0" class="imageborder"><tr><td>');
document.write('<a href="misc2/gallery1.htm"><img src="../../../images/gallery/gallery2.jpg" border="0" onmouseover="alert_msg(\'View Gallery 2\')" onmouseout="away()" width="'+imagewidth+'" height="'+imageheight+'"></a><br>');
document.write('</td></tr></table>');
document.write('<img src="template_files/spacer.gif" width="5" height="'+spacerheight+'"><br>');


document.write('<table cellpadding="0" cellspacing="0" border="0" class="imageborder"><tr><td>');
document.write('<a href="misc3/gallery1.htm"><img src="../../../images/gallery/gallery3.jpg" border="0" onmouseover="alert_msg(\'View Gallery 3\')" onmouseout="away()" width="'+imagewidth+'" height="'+imageheight+'"></a><br>');
document.write('</td></tr></table>');
document.write('<img src="template_files/spacer.gif" width="5" height="'+spacerheight+'"><br>');


document.write('<table cellpadding="0" cellspacing="0" border="0" class="imageborder"><tr><td>');
document.write('<a href="thief/gallery1.htm"><img src="../../../images/gallery/thief.jpg" border="0" onmouseover="alert_msg(\'View The Theif of Always Gallery\')" onmouseout="away()" width="'+imagewidth+'" height="'+imageheight+'"></a><br>');
document.write('</td></tr></table>');
document.write('<img src="template_files/spacer.gif" width="5" height="'+spacerheight+'"><br>');

}
   if (showimages2 == "yes") {

document.write('<table cellpadding="0" cellspacing="0" border="0" class="imageborder"><tr><td>');
document.write('<a href="flesh/gallery1.htm"><img src="../../../images/gallery/flesh.jpg" border="0" onmouseover="alert_msg(\'View The One Flesh Gallery (1997)\')" onmouseout="away()" width="'+imagewidth+'" height="'+imageheight+'"></a><br>');
document.write('</td></tr></table>');
document.write('<img src="template_files/spacer.gif" width="5" height="'+spacerheight+'"><br>');


document.write('<table cellpadding="0" cellspacing="0" border="0" class="imageborder"><tr><td>');
document.write('<a href="weird/gallery1.htm"><img src="../../../images/gallery/weird.jpg" border="0" onmouseover="alert_msg(\'View The Weird & The Wicked Gallery (1998)\')" onmouseout="away()" width="'+imagewidth+'" height="'+imageheight+'"></a><br>');
document.write('</td></tr></table>');
document.write('<img src="template_files/spacer.gif" width="5" height="'+spacerheight+'"><br>');


document.write('<table cellpadding="0" cellspacing="0" border="0" class="imageborder"><tr><td>');
document.write('<a href="visions/gallery1.htm"><img src="../../../images/gallery/visions.jpg" border="0" onmouseover="alert_msg(\'View The Visions of Heaven & Hell... and then some Gallery (2005)\')" onmouseout="away()" width="'+imagewidth+'" height="'+imageheight+'"></a><br>');
document.write('</td></tr></table>');
document.write('<img src="template_files/spacer.gif" width="5" height="'+spacerheight+'"><br>');



} // DO NOT DELETE THIS LINE


document.write('<!-- ARROW TABLE-->');
document.write('<TABLE cellpadding=0 cellspacing=0 border=0><tr><td>');
   if (directorylink == "yes") {
document.write('<img src="template_files/arrow.gif" HEIGHT="15" WIDTH="15" hspace="2"><br>');
document.write('</td><td>');
document.write('<span class="smalltitle"><a href="../gall.html">GALLERY ENTRANCE</a></span><br>');
document.write('</td></tr><tr><td>');
}
   if (slideshowlink == "yes") {
document.write('<img src="template_files/arrow.gif" HEIGHT="15" WIDTH="15" hspace="2"><br>');
document.write('</td><td>');
document.write('<span class="smalltitle"><a href="javascript:popUpSlideshow(\'slideshow.htm\')">SLIDESHOW</a></span><br>');
}
   if (homelink == "yes") {
document.write('</td></tr><tr><td>');
document.write('<img src="template_files/arrow.gif" HEIGHT="15" WIDTH="15" hspace="2"><br>');
document.write('</td><td>');
document.write('<span class="smalltitle"><a href="index.html">HOME</a></span><br>');
}
document.write('</td></tr></table>');
document.write('<!-- ARROW TABLE-->');


//  End -->
