function header(caller, leveys) { 
  var pic = "../kuvat/header70_1002xx.jpg";
//  var logo = "../kuvat/logo600.jpg";
//  var logob = "../kuvat/logo600b.jpg";
//  var nlmerkki = "../kuvat/nlmerkki300.gif";
  if (caller=="index.html") {
        pic = "kuvat/header70_1002xx.jpg";
//        logo = "kuvat/logo600.jpg";
//        logob = "kuvat/logo600b.jpg";
//        nlmerkki = "kuvat/nlmerkki300.gif";
         }
var leveysPlus = leveys; //parseInt(propScreenWidth); // + parseInt("2");
         
var hea = "<TABLE WIDTH='"+propScreenWidth+"' BORDER='0' CELLPADDING='0' CELLSPACING='0'>";
//    hea = hea + "<TR><TD WIDTH='"+leveysPlus+"' background='" + pic + "'  height='70' align='left'  style='color: #992222; background-repeat: no-repeat;' class='otsikko'  title ='timohukkanen.fi'>";
    hea = hea + "<TR><TD WIDTH='"+leveysPlus+"' height='70' align='left'  style='color: #992222; background-repeat: no-repeat;' class='otsikko'  title ='timohukkanen.fi'>";
    hea = hea + "<br>timohukkanen.fi";
    hea = hea + "</TD></TR></TABLE>";
  return hea;
}


