 
 var footer=
 '<table border="0" cellpadding="0" cellspacing="0">'+
'<tr>'+
'<td colspan="5" class="linegr"><img src="images/pix.gif" width="1" height="1" /></td>'+
'</tr>'+
'<tr>'+
'<td width="453" class="t_10dgr">Copyright © HarTech Technologies Ltd., 2008. All rights reserved.</td>'+
'<td width="1"><img src="images/general/line_foot.gif" width="1" height="24" /></td>'+
'<td width="90" align="center" class="t_10foot"><a href="sitemap.html" class="t_10foot">Site Map</a></td>'+
' <td width="1"><img src="images/general/line_foot.gif" width="1" height="24" /></td>'+
'<td width="70" align="center" class="t_10foot"><a href="Javascript:print1()" class="t_10foot">Print Page</a></td>'+
'</tr>'+
'</table>'

function print1() {
  if ( document.getElementById("picframe")) {
  var obj=document.getElementById("picframe")
  obj.parentNode.parentNode.parentNode.parentNode.style.display="none" ; }
  window.print() ;
  }
