<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

// USE lowercase FOR ALL OPTIONS ONLY

var showimage1		= "yes"		//  SHOW FIRST SIDEBAR IMAGE
var showimage2		= "yes"		//  SHOW SECOND SIDEBAR IMAGE
var showimage3		= "yes"		//  SHOW SECOND SIDEBAR IMAGE
var showimage4		= "no"		//  SHOW SECOND SIDEBAR IMAGE
var linkstop 		= "no" 		//  START LINKS AT THE VERY TOP


document.write('<DIV id="menulocation">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="154"><tr><td class="menutrans">');
   if (linkstop == "no") {
document.write('<img src="picts/menu-top.gif" width="154" height="70"><br>');
}



// START LINKS //

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="index.html" class="menu">Fuel Saving Tips</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="CalculateMPG.htm" class="menu">Calculate Your MPG</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="Ethos-Fuel-Reformulator.htm" class="menu">Fuel ReFormulator</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="Diesel_Fuel.htm" class="menu">Treat Diesel Fuel</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="faqs.htm" class="menu">EthosFR FAQs</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="contact.htm" class="menu">Contact Us</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="links/index.html" class="menu">Resource Links</a>');



// COPY AND PASTE THE NEXT TWO LINES TOO ADD A NEW LINK

// Google Search bar
// document.write('<TABLE cellpadding="0" cellspacing="3" border="0" bgcolor="#F0F0F0"><tr><td colspan="2">')
// document.write('<span style="color:blue">G</span><span style="color:red">o</span><span style="color:orange">o</span><span style="color:blue">g</span><span style="color:green">l</span><span style="color:red">e</span> Search<br>')
// document.write('</td></tr><tr><td align="left">')
// document.write('<form action="http://www.google.com/search" name="f" target="_blank" style="margin: 0px">')
// document.write('<input type="hidden" name="any selected">')
// document.write('<input size="15" name="q" value="" class="shadeform" style="width:125px"> <input type="submit" value="Go!" name="btnG"><br>')
// document.write('</form>')
// document.write('</td></tr></table>')




// END LINKS //



document.write('</td></tr><tr><td>');
document.write('<img src="picts/menu-bottom.gif" width="154" height="34"><br>');

document.write('</td></tr><tr><td align="center">');


// START MENU IMAGES


   if (showimage1 == "yes") {
document.write('<br><br><a target="_blank" href="http://www.usapetstoday.com/petfoodcomparisons.htm"><img src="images/comparepetfood1.gif" width="141" height="173" border="1"></a><br><br><br>');
}
   if (showimage2 == "yes") {
document.write('<a target="_blank" href="http://www.fishoildirect.com/fishoilcapsules.htm"><img border="1" src="images/sealogix_fish_oil_capsules150x300a.gif" width="142" height="284"></a><br><br><br>');
}
	if (showimage3 == "yes") {
document.write('<a target="_blank" href="http://www.super-food-nutrition.com/nuriche_live.html"><img border="1" src="images/Live_300g_bg.gif" width="142" height="219"></a><br><br><br>');
}
	if (showimage4 == "yes") {
document.write('<img src="picts/gasgaugenew.jpg" width="140" height="140" border="0"></a><br><br>');
}


document.write('</td></tr><tr><td align="center">');


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

//  End -->