<!-- 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		= "100"		// WIDTH OF THE SIDEBAR IMAGES
var imageheight		= "70"		// HEIGHT OF THE SIDEBAR IMAGES
var spacerheight	= "11"		// SPACING BETWEEN IMAGES

var showimages1		= "yes"		// SHOW THE FIRST 4 IMAGES
var showimages2		= "no"		// SHOW THE SECOND 2 IMAGES
var slideshowlink	= "yes"		// SHOW SLIDESHOW LINK
var directorylink	= "yes"		// 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="../Customer_Pictures/main.php"><img src="../photography/picts/Client-proofs-Thumb.jpg" border="0" onmouseover="alert_msg(\'See Your Pictures\')" onmouseout="away()" width="'+imagewidth+'" height="'+imageheight+'"></a><br>');
document.write('</td></tr></table>');
document.write('<img src="picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');


document.write('<table cellpadding="0" cellspacing="0" border="0" class="imageborder"><tr><td>');
document.write('<a href="../photography/info.htm"><img src="../photography/picts/info_button.JPG" border="0" onmouseover="alert_msg(\'Learn About Photography\')" onmouseout="away()" width="'+imagewidth+'" height="'+imageheight+'"></a><br>');
document.write('</td></tr></table>');
document.write('<img src="picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');

document.write('<table cellpadding="0" cellspacing="0" border="0" class="imageborder"><tr><td>');
document.write('<a href="../photography/ServicesandPrices.htm"><img src="../photography/picts/Prices-Thumb.jpg" border="0" onmouseover="alert_msg(\'Check our Services and Prices\')" onmouseout="away()" width="'+imagewidth+'" height="'+imageheight+'"></a><br>');
document.write('</td></tr></table>');
document.write('<img src="picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');


document.write('<table cellpadding="0" cellspacing="0" border="0" class="imageborder"><tr><td>');
document.write('<a href="../photography/gallery.htm"><img src="../photography/picts/Photo-gallery-thumb.jpg" border="0" onmouseover="alert_msg(\'Visit our Picture Gallery\')" onmouseout="away()" width="'+imagewidth+'" height="'+imageheight+'"></a><br>');
document.write('</td></tr></table>');
document.write('<img src="picts/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="../photography/gallery5.htm"><img src="picts/front-pic5.jpg" border="0" onmouseover="alert_msg(\'View Gallery 5\')" onmouseout="away()" width="'+imagewidth+'" height="'+imageheight+'"></a><br>');
document.write('</td></tr></table>');
document.write('<img src="../photography/picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');


// COPY AND PASTE THIS FOUR LINE GROUP TO ADD ANOTHER GALLERY IMAGE LINK


document.write('<table cellpadding="0" cellspacing="0" border="0" class="imageborder"><tr><td>');
document.write('<a href="../photography/gallery6.htm"><img src="picts/front-pic6.jpg" border="0" onmouseover="alert_msg(\'View Gallery 6\')" onmouseout="away()" width="'+imagewidth+'" height="'+imageheight+'"></a><br>');
document.write('</td></tr></table>');
document.write('<img src="../photography/picts/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="../photography/picts/arrow.gif" HEIGHT="15" WIDTH="15" hspace="2"><br>');
document.write('</td><td>');
document.write('<span class="smalltitle"><a href="../photography/gallery.htm">GALLERY</a></span><br>');
document.write('</td></tr><tr><td>');
}
   if (slideshowlink == "yes") {
document.write('<img src="../photography/picts/arrow.gif" HEIGHT="15" WIDTH="15" hspace="2"><br>');
document.write('</td><td>');
document.write('<span class="smalltitle"><a href="javascript:popUpSlideshow(\'../photography/slideshow.htm\')">SLIDESHOW</a></span><br>');
}
   if (homelink == "yes") {
document.write('</td></tr><tr><td>');
document.write('<img src="../photography/picts/arrow.gif" HEIGHT="15" WIDTH="15" hspace="2"><br>');
document.write('</td><td>');
document.write('<span class="smalltitle"><a href="../photography/index.html">HOME</a></span><br>');
}
document.write('</td></tr></table>');
document.write('<!-- ARROW TABLE-->');


//  End -->
