<!-- 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 AREA



var imagewidth		= "200"		// WIDTH OF THE SIDEBAR IMAGES
var imageheight		= "36"		// HEIGHT OF THE SIDEBAR IMAGES
var spacerheight	= "4"		// SPACING BETWEEN IMAGES
var showgallery		= "yes"		// SHOW GALLERIES IMAGE TEXT
var showmap		= "no"		// SHOW SITE MAP LINK
var sidealign		= "left"	// ALIGN SIDEBAR - left | center | right
var sidebarwidth	= "220"		// SIDEBAR WIDTH (edit css also)





document.write('<table cellpadding="0" cellspacing="0" border="0" width="100%"><tr><td align="'+sidealign+'">');
document.write('<table cellpadding="0" cellspacing="0" border="0"><tr><td valign="top">');
	if (showgallery == "yes") 
	{document.write('<img src="images/navFlourish.png" border="0" width="49" height="491"><br>');
	}
	else {document.write('<img src="images/spacer.gif" border="0" width="4" height="300"><br>');
	}
document.write('</td><td valign="top">');




// START THUMBNAILS 1

document.write('<img src="images/spacer.gif" width="5" height="30"><br>');


document.write('<a href="portfolio/corporate" target="_blank"><img src="images/nav_Corp-OUT.png" border="0" class="SideNav" alt="Corporate Photography by Abigail Harman" onmouseover="this.src=\'images/nav_Corp-OVER.png\'" onmouseout="this.src=\'images/nav_Corp-OUT.png\'"></a><br>');

document.write('<img src="images/spacer.gif" width="5" height="'+spacerheight+'"><br>');

document.write('<a href="portfolio/commercial" target="_blank"><img src="images/nav_Comm-OUT.png" border="0" class="SideNav" alt="Commercial Photography by Abigail Harman" onmouseover="this.src=\'images/nav_Comm-OVER.png\'" onmouseout="this.src=\'images/nav_Comm-OUT.png\'"></a><br>');

document.write('<img src="images/spacer.gif" width="5" height="'+spacerheight+'"><br>');

document.write('<a href="portfolio/events" target="_blank"><img src="images/nav_Evnt-OUT.png" border="0" class="SideNav" alt="Event Photography by Abigail Harman" onmouseover="this.src=\'images/nav_Evnt-OVER.png\'" onmouseout="this.src=\'images/nav_Evnt-OUT.png\'"></a><br>');

document.write('<img src="images/spacer.gif" width="5" height="'+spacerheight+'"><br>');

document.write('<a href="portfolio/portrait" target="_blank"><img src="images/nav_Port-OUT.png" border="0" class="SideNav" alt="Portrait Photography by Abigail Harman" onmouseover="this.src=\'images/nav_Port-OVER.png\'" onmouseout="this.src=\'images/nav_Port-OUT.png\'"></a><br>');

document.write('<img src="images/spacer.gif" width="5" height="'+spacerheight+'"><br>');

document.write('<a href="portfolio/weddings" target="_blank"><img src="images/nav_Weds-OUT.png" border="0" class="SideNav" alt="Wedding Photography by Abigail Harman" onmouseover="this.src=\'images/nav_Weds-OVER.png\'" onmouseout="this.src=\'images/nav_Weds-OUT.png\'"></a><br>');

document.write('<img src="images/spacer.gif" width="5" height="'+spacerheight+'"><br>');

document.write('<a href="portfolio/family" target="_blank"><img src="images/nav_Fmly-OUT.png" border="0" class="SideNav" alt="Family Photography by Abigail Harman" onmouseover="this.src=\'images/nav_Fmly-OVER.png\'" onmouseout="this.src=\'images/nav_Fmly-OUT.png\'"></a><br>');

document.write('<img src="images/spacer.gif" width="5" height="'+spacerheight+'"><br>');

document.write('<a href="portfolio/fineart" target="_blank"><img src="images/nav_4Fun-OUT.png" border="0" class="SideNav" alt="Art Photography by Abigail Harman" onmouseover="this.src=\'images/nav_4Fun-OVER.png\'" onmouseout="this.src=\'images/nav_4Fun-OUT.png\'"></a><br>');

document.write('<img src="images/spacer.gif" width="5" height="'+spacerheight+'"><br>');




// START SITEMAP LINK


	if (showmap == "yes") {
	document.write('<a href="site_map.htm"><img src="images/map-off.gif" border="0" alt="Site Map" onmouseover="this.src=\'images/map-on.gif\'" onmouseout="this.src=\'images/map-off.gif\'"></a><br>');
	}


document.write('</td></tr></table>');
document.write('<img src="images/spacer.gif" border="0" width="'+sidebarwidth+'" height="5"><br>');
document.write('</td></tr></table>');


//  End -->
