// Open table.
   document.write("<tr bgcolor=#b38f91 style='background-attachment: fixed; background-repeat: repeat' background=/graphics/back_B38F91.gif><td colspan=3>")
   document.write("<table bgcolor=#b38f91 style='background-attachment: fixed; background-repeat: repeat' background=/graphics/back_B38F91.gif border=0 width=100%><tr>")
// Left section.
   document.write("<td align=left valign=bottom width=180>")
// Last Modyfied
   var lastmod = new Date(document.lastModified)
   if (lastmod == undefined)
       {
       lastmod = "Unknown"
       }
   else
       {
       var lastmod = ((lastmod.getUTCMonth()<9)?"0":"")+(lastmod.getUTCMonth()+1)+((lastmod.getUTCDate()<10)?"/0":"/")+lastmod.getUTCDate()+"/"+lastmod.getUTCFullYear()+", "+((lastmod.getUTCHours()<10)?"0":"")+lastmod.getUTCHours()+((lastmod.getUTCMinutes()<10)?":0":":")+lastmod.getUTCMinutes()+((lastmod.getUTCSeconds()<10)?":0":":")+lastmod.getUTCSeconds()
       }
   document.write("<font color=white size=2><b>")
   document.write("&nbsp;&nbsp;&nbsp;Last Modified:<br>&nbsp;&nbsp;&nbsp;"+lastmod)
   document.write("</b></font><br>")
// Copyright notice.
   var copyright = new Date()
   document.write("<font color=#531C21 size=2><b>&nbsp;&nbsp;&nbsp;&copy; "+copyright.getFullYear()+" ME-NET</b></font></td>")
// This page.
   document.write("<td valign=bottom align=left><font color=#ffff0c size=2><b>This page:</b></font> <a href="+document.location.href+"><font color=#ffff0c size=2><b>"+document.location.href+"</b></font></a><br>")
// Previous page.
   document.write("<font color=#ffff0c size=2><b>Previous page:</b></font> <a href="+document.referrer+"><font color=#ffff0c size=2><b>"+document.referrer+"</b></font></a><br>")
// Obsolete links.
   document.write("<font color=#ffff0c size=2><b>Please report obsolete links to: <a href=/javascript/feedback_en.htm><font color=#ffff0c><b>webmaster&nbsp;@&nbsp;me-net.combidom.com</b></font></a></b></font>")
// End table.
   document.write("</td></tr>")
   document.write("</table>")
   document.write("</td><td align=left valign=top>")
// Server logo.
   document.write("<table border=0><tr><td align=left valign=top>")
   // Find path.
   // Replace function.
   function replace(string,text,by) {
   var strLength = string.length, txtLength = text.length;
   if ((strLength == 0) || (txtLength == 0)) return string;
   var i = string.indexOf(text);
   if ((!i) && (text != string.substring(0,txtLength))) return string;
   if (i == -1) return string;
   var newstr = string.substring(0,i) + by;
   if (i+txtLength < strLength)
   newstr +=
   replace(string.substring(i+txtLength,strLength),text,by);
   return newstr;
   }
   // Compute path.
   var path = document.location.pathname
   var path = replace(path,'/public_html/me-net','')
// Figures.
   document.write("<div style='position:relative;top:0px;left:0px'>")
   document.write("<img src=http://www.me-net.combidom.com/graphics/logo_file_ftp.gif height=16 width=16 border=0>")
   document.write("<div style='position:absolute;top:0px;left:17px'>")
   document.write("<img src=http://www.me-net.combidom.com/graphics/logo_http_txt.gif height=16 width=16 border=0>")
   document.write("</div>")
// Left top option (file).
   document.write("<div style='position:absolute;top:0px;left:0px'>")
   document.write("<a title='file server' href=ftp://combidom@localhost.localdomain/public_html/me-net"+path+">")
   document.write("<img src=http://www.me-net.combidom.com/graphics/transparent.gif height=8 width=16 border=0>")
   document.write("</a>")
   document.write("</div>")
// Left bottom option (ftp).
   document.write("<div style='position:absolute;top:9px;left:0px'>")
   document.write("<a title='ftp server'   href=ftp://combidom@ftp.dds.nl/public_html/me-net"+path+">")
   document.write("<img src=http://www.me-net.combidom.com/graphics/transparent.gif height=8 width=16 border=0>")
   document.write("</a>")
   document.write("</div>")
// Right top option (http).
   document.write("<div style='position:absolute;top:0px;left:17px'>")
   document.write("<a title='http server'  href=http://www.me-net.combidom.com"+path+">")
   document.write("<img src=http://www.me-net.combidom.com/graphics/transparent.gif height=8 width=16 border=0>")
   document.write("</a>")
   document.write("</div>")
// Right bottom option (txt).
   document.write("<div style='position:absolute;top:9px;left:17px'>")
   document.write("<a title='hypertext source' href=view-source:"+document.location.href+">")
   document.write("<img src=http://www.me-net.combidom.com/graphics/transparent.gif height=8 width=16 border=0>")
   document.write("</a>")
   document.write("</div>")
// End.
   document.write("</div>")
   document.write("</td></tr>")
   document.write("</table>")
   document.write("</td></tr>")
