function top_focus_image(){
document.write("<table width='779' height='171' border='0' cellpadding='0' cellspacing='0'>");
document.write("	<tr>");
document.write("      <td width='579' height='171'><img src='images/general/focus_img.jpg' height='171' width='579' border='0' usemap='#focus_img_map'></td>");
document.write("      <td width='200' height='171' backround='images/general/find_out_more.jpg'></td>");
document.write("	  <td width='200' height='171' backround='images/general/find_out_more.jpg'><img src='images/general/find_out_more.jpg' width='200' height='171'></td>");
document.write("    </tr>");
document.write("</table>");
document.write("<map name='focus_img_map'><area shape='rect' coords='7,151,103,169' href='src=../subpages/who_we_are'><area shape='rect' coords='104,151,195,169' href='#'><area shape='rect' coords='196,151,284,169' href='#'><area shape='rect' coords='285,151,371,169' href='#'></map>");
};