/* Promaid JavaScript Document */ 
function fntop()
{
	var str="";
	str+="<tr>";
	str+="<td height='6' bgcolor='#3435AE' colspan='2'></td>";
	str+="</tr>";
	str+="<tr>";
	str+="<td colspan='2'><img src='images/top_banner_right.jpg' width='285' height='159' alt='' border='0'><img src='images/top_banner_middle.gif' alt='' width='274' height='159' border='0' usemap='#Menu'><img src='images/top_banner_left.jpg' width='221' height='159' alt='' border='0'></td>";
	str+="</tr>";
	str+="<tr>";
	str+="<td height='20' class='menu_bg' colspan='2'>";
	str+="<center><a href='index.html' class='menu'>Home</a>";
	str+="&nbsp;&nbsp;&nbsp; | &nbsp;&nbsp;&nbsp;<a href='our_services.html' class='menu'>Our Services</a>";
	str+="&nbsp;&nbsp;&nbsp; | &nbsp;&nbsp;&nbsp;<a href='request_quote.php' class='menu'>Request a Quote</a>";
	str+="&nbsp;&nbsp;&nbsp; | &nbsp;&nbsp;&nbsp;<a href='faq.html' class='menu'>FAQs</a>";
	str+="&nbsp;&nbsp;&nbsp; | &nbsp;&nbsp;&nbsp;<a href='about_us.html' class='menu'>About Us</a>";
	str+="&nbsp;&nbsp;&nbsp; | &nbsp;&nbsp;&nbsp;<a href='join_team.html' class='menu'>Join Our Team</a>";
	str+="&nbsp;&nbsp;&nbsp; | &nbsp;&nbsp;&nbsp;<a href='contact_us.php' class='menu'>Contact Us</a></center>";
	str+="</td>";
	str+="</tr>";
	str+="<map name='Menu'>";
	str+="<area shape='rect' coords='38,12,184,27' href='residential_cleaning.html'>";
	str+="<area shape='rect' coords='38,36,188,50' href='one_time_cleaning.html'>";
	str+="<area shape='rect' coords='38,60,145,75' href='team_cleaning.html'>";
	str+="<area shape='rect' coords='38,85,251,100' href='move_in_cleaning.html'>";
	str+="<area shape='rect' coords='38,106,243,123' href='post_cleaning.html'>";
	str+="<area shape='rect' coords='38,130,148,146' href='office_cleaning.html'>";
	str+="</map>";
	document.write(str);
}
		
function fnbottom()
{
	var str="";
	str+="<tr>";
	str+="<td height='20' class='bottom_bg' colspan='2'>";
	str+="<table width='100%' cellpadding='0' cellspacing='0' border='0'>";
	str+="<tr>";
	str+="<td> &nbsp;  &nbsp; <img src='images/btm_image.jpg' width='97' height='45' alt='' border='0'></td>";
	str+="<td align='center'><b class='td_white3'>Affordable - Reliable - Convenient</b></td>";
	str+="<td align='right' style='padding-right:10px;'><font class='td_white'>© 2007, ProMaid. <br><div style='float:right'>Another <a href='http://www.web50.com' target='_blank' class='web'>Web50.com</a> Solution!</div></font></td>";
	str+="</tr>";
	str+="</table> ";
	str+="</td>";
	str+="</tr>";
	document.write(str);
}
	
function inner_fnbottom()
{
	var str="";
	str+="<td colspan='2' align='right' bgcolor='#ffffff'><img src='images/bottom_design.gif' width='25' height=18' border='0'></td>";
	str+="<tr>";
	str+="<td height='20' class='bottom_bg' colspan='2'>";
	str+="<table width='100%' cellpadding='0' cellspacing='0' border='0'>";
	str+="<tr>";
	str+="<td> &nbsp;  &nbsp; <img src='images/btm_image.jpg' width='97' height='45' alt='' border='0'></td>";
	str+="<td align='center'><b class='td_white3'>Affordable - Reliable - Convenient</b></td>";
	str+="<td align='right' style='padding-right:10px;'><font class='td_white'>© 2007, ProMaid. <br><div style='float:right'>Another <a href='http://www.web50.com' target='_blank' class='web'>Web50.com</a> Solution!</div></font></td>";
	str+="</tr>";
	str+="</table> ";
	str+="</td>";
	str+="</tr>";
	document.write(str);
}
	
	

