<!-- 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		= "F3EFE6"	// 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		= "1"		// BORDER THICKNESS

var logolink		= "index.htm"	// PAGE TO LINK THE LOGO TO




// 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



document.write('<table cellpadding="0" cellspacing="0" border="0" width="100%" style="background-color: #'+color+'; BORDER-BOTTOM: #'+borderbot+' '+borderthk+'px solid; height: '+headerheight+'px; margin-top: '+topM+'px; margin-bottom: '+botM+'px;"><tr>');
document.write('<td width="50%" align="center" valign="middle">');

document.write('<table align="center" cellpadding="0" cellspacing="0" border="0">');
document.write('<tr><td align="right" valign="bottom">');
document.write('Toll Free: <span class="phonetitle">1-800-282-1684</span><br>');

document.write('Local: <span class="phonetitle">1-850-215-TECH<BR></span>');
document.write('<span class="phonetitle">8324<br></span>');

document.write('Fax: <span class="phonetitle">1-850-215-8326<BR></span>');

document.write('<BR>E-mail:&nbsp;');

document.write('<A HREF="mailto:hitechmarine@knology.net">hitechmarine@knology.net</a><br><br>');

document.write('<A class="url" HREF="http://www.aluminumboattrailer.com">AluminumBoatTrailer.com</a><br>');
document.write('</td></tr></table>');


document.write('</td>');
document.write('<td width="248" align="center" valign="middle">');
document.write('<a href="'+logolink+'"><img src="picts/hitechlogo2.gif" width="248" height="125" border="0"></a><br>');
document.write('</td>');
document.write('<td width="50%" align="center" valign="bottom">');

document.write('<span class="phonetitle">');

document.write('HI-TECH MARINE, INC.');

document.write('</span><br>');

document.write('1833 N East Avenue<br>');

document.write('Panama City, FL 32405<br><br><br>');

document.write('<h1><font color="#0001F8">Offering the </font><font color="#039804"><i>Very Best</i></font><font color="#0001F8"> in Aluminum Boat Trailers</font></h1>');


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

//  End -->