onload=function () {
var divhoff = document.getElementById("top-secondary").offsetHeight;
var divh = document.getElementById("wrapper-top").offsetHeight;
divh = divh - divhoff;
// alert(divh +"px");
document.getElementById("bilder").style.height= divh + "px"; 
}


