// JavaScript Document
function top_menu()
{
var str="";
str+="<div id='logo'><a href='http://" + window.location.hostname + "/index.php'><img src='http://" + window.location.hostname + "/images/logo.jpg' width='266' height='73' title='American Pest Solution' border='0'/></a></div>";
str+="<div id='menu'><div style='float:left; padding-left:29px;'><a href='http://" + window.location.hostname + "/index.php'>Home</a></div><div style='float:left; padding-left:29px;'><a href='http://www.hrgp.co/5dc36a28-021a-4a76-91b8-3fb7600ca64f.aspx' target='new'>Employment</a></div><div style='float:left; padding-left:29px;'><a href='http://" + window.location.hostname + "/faq.html'>FAQ</a></div><div style='float:left; padding-left:29px;'><a href='http://" + window.location.hostname + "/contact.php'>Contact Us</a></div><div style='float:left; padding-left:29px;'><a href='http://customeraccess.413pestfree.com/myaccount/default.asp'>Customer Login</a></div></div>";
document.write(str);
}


function left_menu()
{
var str="";
str+="<div id='menuarea'>";
str+="<ul>";
str+="<li><a href='http://" + window.location.hostname + "/about.php'>About Us</a></li>";
str+="<li><a href='http://" + window.location.hostname + "/resendential.php'> Residential Pest Management </a></li>";
str+="<li><a href='http://" + window.location.hostname + "/commercial.php'>Commercial Pest Management </a></li>";
str+="<li><a href='http://" + window.location.hostname + "/pest_prevention.html'>Pest Prevention Tips</a></li>";
str+="<li><a href='http://" + window.location.hostname + "/greenpest.php'>Green Pest Management </a></li>";
str+="<li><a href='http://" + window.location.hostname + "/links.html'>Links & Affliations</a></li>";
str+="<li><a href='http://" + window.location.hostname + "/bug.html'>Insect Identification</a></li>";
str+="<li><a href='http://" + window.location.hostname + "/coupons.html'>Coupons and Specials</a></li>";
str+="</ul>";		
// str+="<br/><img src='http://" + window.location.hostname + "/images/pestalert.png' />";
str+="</div>";
document.write(str);
}


function bottom()
{
var str="";
str+="<div id='footer'><div id='footertext'><a href='http://" + window.location.hostname + "/index.php'>Home</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href='http://" + window.location.hostname + "/about.php'>About Us</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href='http://" + window.location.hostname + "/resendential.php'>Residential Pest Management</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href='http://" + window.location.hostname + "/commercial.php'>Commercial Pest Management</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href='pest_prevention.html'>Pest Prevention Tips</a><br/><a href='http://" + window.location.hostname + "/application.php'>Green Pest Management</a>&nbsp;&nbsp;|&nbsp;&nbsp;";
str+="<a href='links.html'>Links & Affliations</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href='http://" + window.location.hostname + "/bug.html'>Insect Identification</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href='http://www.hrgp.co/5dc36a28-021a-4a76-91b8-3fb7600ca64f.aspx' target='new'>Employment</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href='http://" + window.location.hostname + "/faq.html'>FAQ</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href='http://" + window.location.hostname + "/testimonials.php'>Testimonials</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href='http://" + window.location.hostname + "/contact.php'>Contact Us</a>";
str+="<br><div style='padding-top:7px;'><b>&copy; 2010 American Pest Solutions. INC, all rights reserved.</b>&nbsp;&nbsp; &nbsp;<font color='#666' face='Arial'size=1>Managed by: <a href='http://www.remagine.com'><font color='#666'>REMAGINE, LLC</font></a></font></div>";
str+="</div></div>";
document.write(str);
}

