<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

// THESE ARE SIDEBAR OPTIONS YOU CAN TURN ON AND OFF


var showimage_1		= "no"		// SHOW SIDEBAR IMAGE
var showarea_1		= "no"		// SHOW THE 1ST PARAGRAPH
var showarea_2		= "no"		// SHOW THE 2ND PARAGRAPH
var links		= "no"		// SHOW SAMPLE LINKS IN THE SIDEBAR

var showtitle		= "no"		// SHOW GALLERY TITLE AS TEXT
var showtitleG		= "no"		// SHOW GALLERY TITLE AS IMAGE (sidebar_galleries.gif)
var showthumbs_1	= "no"		// SHOW 1st GROUP OF GALLERY THUMBNAILS
var showthumbs_2	= "no"		// SHOW 2nd GROUP OF GALLERY THUMBNAILS
var showthumbs_3	= "no"		// SHOW 2nd GROUP OF GALLERY THUMBNAILS


// FLASH CHANGER OPTIONS

var showsflash		= "yes"		// SHOW FLASH IMAGE CHANGER
var flashwC		= "200"		// WIDTH OF THE FLASH CHANGER
var flashhC		= "133"		// HEIGHT OF THE FLASH CHANGER
var flashborderC	= "000000"	// FLASH CHANGER BORDER COLOR

var movedown		= "45"		// SIDEBAR SPACE FROM TOP




document.write('<img src="picts/spacer.gif" height="'+movedown+'" width="130"><br>');
document.write('<TABLE cellpadding="2" cellspacing="0" width="100%" border="0" class="smalltext"><tr><td valign="top" align="center">');



// FLASH IMAGE CHANGER

   if (showsflash == "yes") {
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" style="border: #'+flashborderC+' 1px solid;"><tr><td>');
document.write('<IFRAME name="FlashFrame" src="flash/image_changer.htm" width="'+flashwC+'" height="'+flashhC+'" frameborder="0" scrolling="no"></IFRAME><br>');
document.write('</td></tr></table>');
document.write('<br><br>');
}











// 1st TEXT AREA


   if (showarea_1 == "yes") {

document.write('<fieldset style=" text-align:center; width:640px; padding: 5px;" class="smalltext"><legend>');
document.write('<span class="subtitle">Paul Durham - Heritage Photography</span></legend>');

document.write('<br>Paul Durham specializes in landscape and travel photography with an emphasis on the American West, Ireland and historic and heritage resources. <br><br>Black and white imagery is often employed to convey the light, drama and the sense of place of these special areas. <br><br> Please on the image above to enter our online gallery. <br> ');

document.write('</fieldset>');
document.write('<br><br><br>');
}

// END 1st TEXT AREA










// SIDEBAR IMAGE AREA

if (showimage_1 == "yes") 




// 2nd TEXT AREA


   if (showarea_2 == "yes") {

document.write('<fieldset style=" text-align:left; width:180px; padding: 5px;" class="smalltext"><legend>');
document.write('<span class="subtitle">Your Notes:</span></legend>');

document.write('Paul Durham specializes in landscape and travel photography with an emphasis on the American West, Ireland and historic resources. Black and white imagery is often employed to convey the light, drama and the sense of place of these special areas. ');

document.write('</fieldset>');
document.write('<br><br><br>');
}

// END 2nd TEXT AREA










// SAMPLE LINKS AREA
   if (links == "yes") 




{

document.write('<fieldset style=" text-align:center; width:180px; padding: 5px;" class="smalltext"><legend>');
document.write('<span class="subtitle">Gallery Links:</span></legend>');



document.write('<br><a HREF="gallery.htm"><img src="picts/latest work.jpg" alt="Paul Durham latest work photos" width=150 height=20 border=0></a><br><br>'); 

document.write('<a HREF="gallery2.htm"><img src="picts/travel.jpg" alt="Paul Durham travel photos" width=150 height=20 border=0></a><br><br>'); 

document.write('<a HREF="gallery3.htm"><img src="picts/outdoor and landscapes.jpg" alt="Paul Durham outdoor and landscape photos" width=150 height=20 border=0></a><br><br>'); 

document.write('<a HREF="gallery4.htm"><img src="picts/west.jpg" alt="Paul Durham amwerican west and national parks photos" width=150 height=20 border=0></a><br><br>'); 

document.write('<a HREF="gallery5.htm"><img src="picts/ireland.jpg" alt="Paul Durham photos if Ireland" width=150 height=20 border=0></a><br><br>'); 

document.write('<a HREF="gallery3.htm"><img src="picts/b&w.jpg" alt="Paul Durham black and white photos" width=150 height=20 border=0></a><br><br>'); 

document.write('<a HREF="gallery7.htm"><img src="picts/people.jpg" alt="Paul Durham images of people" width=150 height=20 border=0></a><br><br>'); 

document.write('<a HREF="gallery8.htm"><img src="picts/stock gallery.jpg" alt="Paul Durham Garrett Stock gallery" width=150 height=20 border=0></a><br><br>'); 

document.write('<a HREF="gallery8.htm"><img src="picts/patterns.jpg" alt="Paul Durham patterns gallery" width=150 height=20 border=0></a><br><br>'); 





document.write('</fieldset>');
document.write('<br><br><br>');
}
// SAMPLE LINKS AREA












document.write('</td></tr></table>');
//  End -->
