

var color		= "000000"	// HEADER BACKGROUND COLOR
var bordertop		= "000000"	// TOP BORDER COLOR
var borderbot		= "000000"	// BOTTOM BORDER COLOR
var flashheight		= "90"		// HEIGHT OF THE FLASH (IN PIXELS)
var flashwidth		= "800"		// WIDTH OF THE FLASH (IN PIXELS)
var headerheight	= "90"		// OVERALL HEADER HEIGHT
var botM		= "0"		// HEADER BOTTOM MARGIN
var topM		= "0"		// HEADER TOP MARGIN
var borderthk		= "1"		// BORDER THICKNESS





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="index.html"><img src="picts/logo.gif" width="800" height="90" alt="Artesano Contracting" border="0"');
document.write('</td></tr></table>');

