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

var showimages		= "yes"		// SHOW THE SIX IMAGES
var slideshowlink	= "yes"		// SHOW SLIDESHOW LINK
var directorylink	= "yes"		// SHOW LINK TO DIRECTORY
var homelink		= "no"		// SHOW A LINK TO THE HOMEPAGE


	
   if (showimages == "yes") {

document.write('<table cellpadding="0" cellspacing="0" border="0" class="imageborder"><tr><td>');
document.write('<a href="edibleidaho.html"><img src="picts/front1.jpg" border="0" onmouseover="alert_msg(\'Edible Idaho Series\')" 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="newsite/foodfotos/index.html" target="_blank"><img src="picts/front2.jpg" border="0" onmouseover="alert_msg(\'Food 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="http://www.idahostatesman.com/dining/" target="_blank"><img src="picts/front3.jpg" border="0" onmouseover="alert_msg(\'Restaurant Reviews\')" 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="radio.html"><img src="picts/front4.jpg" border="0" onmouseover="alert_msg(\'Radio Shows\')" 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="writing.html"><img src="picts/front5.jpg" border="0" onmouseover="alert_msg(\'Magazine Articles\')" 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>');


// 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="photo-production-scouting/"><img src="picts/front6.jpg" border="0" onmouseover="alert_msg(\'Photo Production &amp; Scouting\')" 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>');




} // DO NOT DELETE THIS LINE




//  End -->