document.write('<table border="0" cellpadding="0" cellspacing="0" width="100%" class="header" height="95">');
document.write('<tr>');
document.write('<td>');
//Main Menu
document.write('<div id="header" class="top">');
document.write('<ul>');
document.write('<li><a href="index.html">Home</a></li>');
document.write('<li><a rel="dropmenu1_b" href="products.html">Products</a></li>');
document.write('<li><a href="quote.html">Get a Quote</a></li>');
document.write('<li><a href="http://www.farmers.com/file_a_claim.html"target="_blank">File a Claim</a></li>');
document.write('<li><a href="http://www.farmersagent.com/spore" target="_blank">Pay Your Bill</a></li>');
document.write('<li><a href="newsletter.html">Newsletter</a></li>');
document.write('<li><a rel="dropmenu1_a" href="free_reports.html">Free Reports</a></li>');
document.write('<li><a href="contact_us.html">Contact Us</a></li>');
document.write('<div align="center"><br>Call today: 316-721-4746 | <a href="mailto:steve@stevepore.com"><img src="images/email.png" border="0"></a>steve@stevepore.com</div>');
document.write('</ul> ');
document.write('</div>');
//Products drop down menu
document.write('<div id="dropmenu1_b" class="dropmenudiv_b">');
document.write('<a href="auto_insurance.html">Auto</a>');
document.write('<a href="boat_insurance.html">Boat</a>');
document.write('<a href="business_insurance.html">Business</a>');
document.write('<a href="flood_insurance.html">Flood</a>');
document.write('<a href="life_insurance.html">Life</a>');
document.write('<a href="home_insurance.html">Home</a>');
document.write('<a href="motorcycle_insurance.html">Motorcycle</a>');
document.write('<a href="recreational.html">Recreational</a>');
document.write('</div>');

//Reports drop down menu
document.write('<div id="dropmenu1_a" class="dropmenudiv_b">');
document.write('<a href="auto_reports.html">Auto</a>');
document.write('<a href="business_reports.html">Business</a>');
document.write('<a href="home_reports.html">Home</a>');
document.write('<a href="life_reports.html">Life</a>');
document.write('</div>');
	 
//Table for search box	 
document.write('<table align="right" border="0" cellpadding="0" cellspacing="0">');
document.write('<tr>');
document.write('<td colspan="1" style="text-align: right; font-family: Arial,Helvetica,sans-serif; font-size: 7.5pt; vertical-align: top;">');
document.write('<form style="margin: 4px 0px 0px;"');
document.write('action="http://search.freefind.com/find.html" method="get"');
document.write('accept-charset="utf-8" target="_self"> <input name="si"');
document.write('value="70521589" type="hidden"> <input name="pid" value="r"');
document.write('type="hidden"> <input name="n" value="0" type="hidden"> <input');
document.write('name="_charset_" value="" type="hidden"> <input name="bcd" value="&divide;"');
document.write('type="hidden"> <input name="query" size="15" type="text">');
document.write('<input value="Search" type="submit"> </form>');
document.write('</td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td colspan="2" rowspan="1" style="text-align: left; font-family: Arial,Helvetica,sans-serif; font-size: 7.5pt; padding-top: 4px;">');
document.write('<div style="text-align: right;"> <a style="text-decoration: none; color: black;" href="http://www.freefind.com/" target="_blank">site search by freefind</a>');
document.write('</div>');
document.write('</td>');
document.write('</tr>');
document.write('</table>');
// End of table for search box 	
document.write('</td>');
document.write('</tr>');
document.write('</table>');

