<!-- 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 headerheight	= "132"		// OVERALL HEADER HEIGHT
var botM		= "0"		// HEADER BOTTOM MARGIN
var topM		= "0"		// HEADER TOP MARGIN
var borderthk		= "1"		// BORDER THICKNESS
var logolink		= "index.html"	// PAGE TO LINK THE LOGO TO
var logolink2		= "contact.htm"	// PAGE TO LINK THE LOGO TO



// COPYRIGHT 2008 © Allwebco Design Corporation
// Unauthorized use or sale of this script is strictly prohibited by law

// YOU DO NOT NEED TO EDIT BELOW THIS LINE


document.write('<table cellpadding="0" cellspacing="0" border="0" width="1000px" style="background-color: #'+color+'; height: '+headerheight+'px; margin-top: '+topM+'px; margin-bottom: '+botM+'px;">');


document.write('<tr><td width="140px" align="left" valign="middle">');
document.write('<a href="'+logolink2+'"><img src="picts/photoshoottelephone.jpg" border="0"></a>');
document.write('</td>');

document.write('<td width="760px" align="center" valign="top">');
document.write('<a href="'+logolink+'"><img src="picts/photoshoot.jpg" border="0"></a>');
document.write('</td>');

document.write('<td width="100px" align="left" valign="middle">');
document.write('<a href="'+logolink2+'"><img src="picts/photoshoottelephone.jpg" border="0"></a>');
document.write('</td></tr>');

document.write('</table>');

//  End -->
