function writeMap(){
	var $output ='<map name="main_menu_map" id="main_menu_map">                                                            	'
  $output +='  <area shape="rect" coords="238,64,277,99" href="index.html" alt="Home" />                                '
  $output +='  <area shape="rect" coords="279,64,347,99" href="services.html" alt="Services" />                         '
  $output +='  <area shape="rect" coords="349,66,463,100" href="client_resources.html" alt="Client Resources" />        '
  $output +='  <area shape="rect" coords="464,65,579,103" href="it_manager_tools.html" alt="IT Manager Tools" />        '
	$output +='	<area shape="rect" coords="584,66,642,102" href="partners.html" alt="Clients" />                          '
  $output +='  <area shape="rect" coords="651,65,788,100" href="clients.html" alt="Clients" />                          '
  $output +='  <area shape="rect" coords="580,49,635,66" href="about_us.html" alt="About Us" />                         '
  $output +='  <area shape="rect" coords="640,48,712,65" href="contact_us.html" alt="Contact Us" />                     '
  $output +='</map>	                                                                                                    '
	
	return $output;
}