function FullscreenLoad(){
if (window.screen){
var hori=screen.availWidth;
var verti=screen.availHeight;
window.open('http://www.sirikollandsrud.com/doc1.htm','volleKanne','width='+hori+',height='+verti+',fullscreen=1,scrollbars=1,left='+(0)+',top='+(0));
}
}

