function footer(){

var htmlcode = "";


htmlcode =   


  
"  <tr> " +
"    <td width='20' height='64'><img src='../img/empty.gif' width='1' height='1'></td> " +
"    <td width='855' valign='top'>  " +
"	  <table width='855'  border='0' cellpadding='0' cellspacing='0'> " +
"        <tr>  " +
"          <td width='19' height='16'><img src='../img/main_m_3.gif' width='19' height='16'></td> " +
"          <td width='823' height='16' bgcolor='#FFFFFF'><img src='../img/empty.gif' width='1' height='1'></td> " +
"          <td width='19' height='16'><img src='../img/main_m_4.gif' width='19' height='16'></td> " +
"        </tr> " +
"      </table> " +
"      <img src='../img/copyright.gif' width='580' height='64' border='0' usemap='#foot'> " +
"      </td> " +
"  </tr> " +

" <map name='foot'> " +
"   <area shape='rect' coords='142,7,186,27' href='../about/about_us.html'> " +
"   <area shape='rect' coords='193,8,258,28' href='../cafe_samack/location.php'> " +
"   <area shape='rect' coords='495,28,577,44' href='mailto:help@samack.com'> " +
"   <area shape='rect' coords='4,16,125,50' href='#'> " +
" </map> "

document.write(htmlcode);

}