
function item(txt,nam,typ,siz){
 var qty1="secs";
 var qty2="secs";
 if(typ==null){typ="pdf"}
 if(typ=="pdf"){frm="PDF"} else if (typ=="doc"){frm="Word"} else if (typ=="txt"){frm="Text"} else if (typ=="pps"){frm="Powerpoint"} else if (typ=="ppt"){frm="Powerpoint"}
 dur1=Math.ceil(siz/50)+5;
 if(dur1>59){
  qty1="mins";
  dur1=(Math.ceil(dur1/6))/10
 }
 dur2=Math.ceil(siz/3);
 if(dur2>59){
  qty2="mins";
  dur2=(Math.ceil(dur2/6))/10
 }
 document.write("<tr><td><a target=_blank href=",nam,".",typ,"><img src=../common/oliveblip.gif border=0></a></td>")
 document.write("<td><font face=arial size=+1><a target=_blank href=",nam,".",typ,">",txt,"</a></td></tr>")
 document.write("<tr><td>&nbsp;</td><td><font face=arial size=-1>",frm," format - ",siz,"KB file - ",dur1," ",qty1," broadband - ",dur2," ",qty2," dialup <BR></td></tr>")
}

function hedr(txt,pth){
 if(pth==null){pth=""}
 document.write("<center><table width=95% border=0><tr>")
 
 document.write("<td width=15% align=left><a href=",pth,"common/building.jpg target=blank><IMG SRC=",pth,"common/buildingt.jpg border=1></a></td>")
 
 document.write("<td width=15% align=left><a href=",pth,"common/gardenf.jpg target=blank><IMG SRC=",pth,"common/gardenft.jpg border=1></a></td>")
 
 document.write("<td align=center>")
 if(txt==null)document.write("<IMG SRC=",pth,"common/logo6.gif>")
 else{
  if(txt.length>=14){siz=3}else{siz=4}
  document.write("<font face=arial size=+",siz," color=#008000><b>",txt,"</b></font>")
 }
 document.write("</td>")
 
 document.write("<td width=15% align=right><a href=",pth,"common/Childrens_Garden.jpg target=blank><IMG SRC=",pth,"common/Childrens_Gardent.jpg border=1></a></td>")
 
 document.write("<td width=15% align=right><a href=",pth,"common/griefsign.jpg target=blank><IMG SRC=",pth,"common/griefsignt.jpg border=1></a></td>")
 
 document.write("</tr></table><br></center>")
}
