<!-- 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		= "448762"	// HEADER BACKGROUND COLOR
var bordertop		= "448762"	// TOP BORDER COLOR
var borderbot		= "006600"	// BOTTOM BORDER COLOR
var flashheight		= "90"		// HEIGHT OF THE FLASH (IN PIXELS)
var flashwidth		= "750"		// 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
var menuside	= "left"		// MENU SIDE | left, right or center
var menuspace	= "25"			// MENU END SPACING






// 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('<div class="printhide"><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="left" valign="middle" height="100%">');
document.write('<img src="picts/staticheader.jpg">');
document.write('</td></tr><tr><td>');

document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%" class="menubackground"><tr><td align="'+menuside+'">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0"><tr><td width="'+menuspace+'">');
document.write('<img src="picts/spacer.gif" width="'+menuspace+'" height="5"></a><br>');



// COPY THE NEXT TWO LINES AND PASTE ABOVE THIS LINE TO ADD A BUTTON



document.write('</td><td>');
document.write('<a href="index.html" class="menu">Home</a>');


document.write('</td><td>');
document.write('<a href="order.htm" class="menu">Buy Now</a>');


document.write('</td><td>');
document.write('<a href="aboutxzuber.htm" class="menu">About Xzuber</a>');


document.write('</td><td>');
document.write('<a href="howItWorks.htm" class="menu">How It Works</a>');


document.write('</td><td>');
document.write('<a href="testimonials.htm" class="menu">Testimonials</a>');


//document.write('</td><td>');
//document.write('<a href="aboutus.htm" class="menu">About Us</a>');


document.write('</td><td>');
document.write('<a href="contact.php" class="menu">Contact</a>');


document.write('</td><td>');
document.write('<a href="application.htm" class="menu">Application Instructions</a>');


document.write('</td><td>');
document.write('<a href="links.php" class="menu">Links</a>');


document.write('</td><td>');
document.write('<a href="commercial.htm" class="menu">TV Commercial</a>');



// END LINKS



document.write('</td></tr></table>');
document.write('</td><td width="'+menuspace+'">');
document.write('<img src="picts/spacer.gif" width="'+menuspace+'" height="5"></a><br>');
document.write('</td></tr></table>');



document.write('</td></tr></table>');
//  End -->
