function hohe(){
//alert (document.body.offsetHeight);
var sh = document.body.offsetHeight;
if(sh < 500){

document.getElementById("container").style.top = "0Px";
document.getElementById("container").style.margin = "0Px -417px";
}


}