function footer(tekija, pvm, leveys) {
 // var tekija = "&nbsp";
 var pvmx = pvm;
 if (pvmx == null)
   pvmx = "";
  var paiv = ";"
      paiv = "Päivitetty " + pvmx;
  paiv = paiv + "&nbsp;";
  var leveysx = leveys; // parseInt(propScreenWidth); // + parseInt("2");
  
//  var ff = "<table width='"+propScreenWidth+"' cellspacing='0' cellpadding='0' border='0'>\n";
  var ff = "<table width='"+leveysx+"' cellspacing='0' cellpadding='0' border='0'>\n";
  ff = ff + "<TD valign='bottom'  class='footer' Align='right' style='font-size: 10px;'>"+tekija+paiv+"</TD></TR></table>";
  
  return ff;
}

