// JavaScript Document
function top_menu()
{
var str="";
str+="<div id='logo'><a href='index.php'><img src='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='index.php'>Home</a></div><div style='float:left; padding-left:29px;'><a href='http://hrgp.co/FormEditor/ViewPublicFormEditor.aspx?GuestID=MTIx&PosID=MA==&FormID=MTcxMA==&OrgID=MjY1&CndID=MA==&Ltype=Pbl' target='new'>Employment</a></div><div style='float:left; padding-left:29px;'><a href='faq.html'>FAQ</a></div><div style='float:left; padding-left:29px;'><a href='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='about.php'>About Us</a></li>";
str+="<li><a href='resendential.php'> Residential Pest Management </a></li>";
str+="<li><a href='commercial.php'>Commercial Pest Management </a></li>";
str+="<li><a href='pest_prevention.html'>Pest Prevention Tips</a></li>";
str+="<li><a href='greenpest.php'>Green Pest Management </a></li>";
str+="<li><a href='links.html'>Links & Affliations</a></li>";
str+="<li><a href='bug.html'>Insect Identification</a></li>";
str+="<li><a href='coupons.html'>Coupons and Specials</a></li>";
str+="</ul>";		
// str+="<br/><img src='images/pestalert.png' />";
str+="</div>";
document.write(str);
}


function bottom()
{
var str="";
str+="<div id='footer'><div id='footertext'><a href='index.php'>Home</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href='about.php'>About Us</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href='resendential.php'>Residential Pest Management</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href='commercial.php'>Commercial Pest Management</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href='pest_prevention.html'>Pest Prevention Tips</a><br/><a href='application.php'>Green Pest Management</a>&nbsp;&nbsp;|&nbsp;&nbsp;";
str+="<a href='links.html'>Links & Affliations</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href='bug.html'>Insect Identification</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href='http://hrgp.co/FormEditor/ViewPublicFormEditor.aspx?GuestID=MTIx&PosID=MA==&FormID=MTcxMA==&OrgID=MjY1&CndID=MA==&Ltype=Pbl' target='new'>Employment</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href='faq.html'>FAQ</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href='testimonials.php'>Testimonials</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href='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);
}
