var LayoutObj = new LayOut();
window.onresize = setLayout;
window.onload = vindueLoad;


function setLayout(){
//centrer indholdslaget p siden
LayoutObj.resizeElement("content",0);
LayoutObj.resizeElement("pageContent",215);
LayoutObj.centrerElementVandret("content");
LayoutObj.centrerElement("loadingLag");
var sp = new StoerrelserOgPlacering();
sp.visElement("content");
//alert("ok")
}

function vindueLoad(){
setLayout();
var sp = new StoerrelserOgPlacering();
sp.skjulElement("loadingLag");

//if(content.filters[0].Apply() &&  content.filters[0].Play()) content.filters[0].Apply();
//opdaterFlash();
//if(content.filters[0].Apply() &&  content.filters[0].Play() ) content.filters[0].Play();
}


function vindueUnLoad(){
var sp = new StoerrelserOgPlacering();
sp.visElement("loadingLag");

//if(content.filters[0].Apply() &&  content.filters[0].Play()) {
//content.filters[0].Duration = 0.1;
//content.filters[0].Apply();
//}

sp.skjulElement("content");
//if(content.filters[0].Play()) content.filters[0].Play();
}