//CBRC footer. Copyright Jan Larsen, IMM, 2002
//end of main
foothtml="</td></tr>"
foothtml+="<tr><td><img height=12 width=1 src="+space+"></td></tr>"
foothtml+="</table>"
foothtml+="</td></tr></table>"
foothtml+="</td>"
foothtml+="<td><img width="+linewidth+" height=1 src="+space+"></td>"
foothtml+="</tr>"
foothtml+="<tr><td class=bgblack colspan=7><img width="+parseInt(160+2*linewidth)+" height="+linewidth+" src=\""+wwwroot+"images/black.gif\"><img width=6 height="+linewidth+" src=\""+wwwroot+"images/white.gif\"><img width="+parseInt(pagewidth-160-2*linewidth-6)+" height="+linewidth+" src=\""+wwwroot+"images/black.gif\"></td></tr>"
foothtml+="</table>"
foothtml+="<img height=6 width=1 src="+space+">"

//footer
foothtml+="<table class=bgblack width="+pagewidth+" cellpadding="+linewidth+" cellspacing=0 border=0>"
foothtml+="<tr><td align=center valign=middle>"
foothtml+="<table class=bglightgrey width="+parseInt(pagewidth-2*linewidth)+" cellpadding=0 cellspacing=0 border=0>"
foothtml+="<tr><td align=center>"
foothtml+="<table width="+parseInt(pagewidth-2*linewidth-12)+" height=20 cellpadding=0 cellspacing=0 border=0>"
foothtml+="<tr><td width="+parseInt((pagewidth-2*linewidth-12)/2)+" align=left><span class=foot>Modified: "+lastmodified
foothtml+="</span></td>"
foothtml+="<td width="+parseInt((pagewidth-2*linewidth-12)/2+1)+" align=right><span class=foot>Contact: <a href=\"mailto:"+maintainedbyemail+"\" class=footer OnMouseOver=\"status='Mail to';return true;\" OnMouseOut=\"status='';return true;\">"+maintainedbyemail+"</a></span></td></tr>"
foothtml+="</table>"
foothtml+="</td></tr>"
foothtml+="</table>"
foothtml+="</td></tr>"
foothtml+="</table>"

