<!-- Begin HEADER OPTIONS CODE

// ONLY USE lowercase FOR ALL OPTIONS

// CHANGE ANY OF THESE VARIABLES TO "no" OR "yes" TO TURN AN OPTION OFF OR ON




//var color		= "000000"	// HEADER BACKGROUND COLOR
//var bordertop		= "000000"	// TOP BORDER COLOR
//var borderbot		= "000000"	// BOTTOM BORDER COLOR

var color		= "000000"	// HEADER BACKGROUND COLOR
var bordertop		= "000000"	// TOP BORDER COLOR
var borderbot		= "000000"	// BOTTOM BORDER COLOR


var headerheight	= "45"		// OVERALL HEADER HEIGHT
var botM		= "0"		// HEADER BOTTOM MARGIN
var topM		= "0"		// HEADER TOP MARGIN
var borderthk		= "0"		// BORDER THICKNESS

var logolink		= "gallery.htm"	// PAGE TO LINK THE LOGO TO

var use_logo	= 'no'


// COPYRIGHT 2007 © Allwebco Design Corporation
// Unauthorized use or sale of this script is strictly prohibited by law

// YOU DO NOT NEED TO EDIT BELOW THIS LINE

if use_logo = 'yes' {

document.write('<table cellpadding="0" cellspacing="0" border="0" width="100%" style="background-color: #'+color+'; BORDER-TOP: #'+bordertop+' '+borderthk+'px solid; BORDER-BOTTOM: #'+borderbot+' '+borderthk+'px solid; height: '+headerheight+'px; margin-top: '+topM+'px; margin-bottom: '+botM+'px;"><tr><td align="center" valign="middle">');
document.write('<a href="'+logolink+'"><img src="picts/logo.jpg" border="0"></a><br>');
document.write('</td></tr></table>');
}
//  End -->