function top_focus_image(){
document.write("<table width='684' height='154' border='0' cellpadding='0' cellspacing='0'>");
document.write("	<tr>");
document.write("      <td width='687' height='154' background='images/general/hdr_default_focus_img.gif'><img src='images/general/hdr_current_focus_img.jpg' width='684' height='155' usemap='#Map' border='0'></td>");
document.write("    </tr>");
document.write("</table>");
document.write("<map name='Map'><area shape='rect' coords='10,131,60,147' href='index.php'></map>");
}