<!-- 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		= "#660000"	// HEADER BACKGROUND COLOR
var flashheight		= "50"		// HEIGHT OF THE FLASH (IN PIXELS) (and adjust the menu.js)
var flashwidth		= "750"		// WIDTH OF THE FLASH (IN PIXELS) (and adjust the menu.js)
var stripes	 	= "yes"		// SHOW STRIPE UNDER THE FLASH
var stripeheight	= "10"		// HEIGHT OF THE STRIPE

// YOU DO NOT NEED TO EDIT BELOW THIS LINE

document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%" background="images/menu-background.jpg" BGCOLOR="#'+color+'"><tr><td ALIGN="LEFT" height="20">');

document.write('</td><td align="right"><a href="index.html"><img src="../images/it.gif" border="no" width="25" height="17" alt="Italian Flag" /> &nbsp; </a><a href="index-en.html"><img src="../images/usa.gif" width="25" height="17" border="no" alt="American Flag" /> &nbsp; </a> <a href="index-fr.html"><img src="../images/france.gif" width="25" height="17" border="0" alt="French Flag"> &nbsp; </a> <a href="template-sp.html"><img src="../images/spain.gif" width="25" height="17" border="0" alt="Spanish Flag"> &nbsp; </a> <IMG SRC="images/spacer.gif" height="17" width="50" /> </td></tr></table>');

   if (stripes == "yes") {
document.write('<span class="printhide">');
document.write('<img src="images/stretchbar-brown.jpg" width="100%" height="'+stripeheight+'"><br>');
document.write('</span>');
}

//  End -->
