<!--
//document.domain="interpolis.nl";
var scrwidth 	= screen.width;

if (sectie == 'par') iSectie = 'prive';
else iSectie = 'zakelijk';

function setBottom() {
   if (document.readyState=="complete") {
       try {
           pb = parent.bottom.document;
           pbl = pb.location;
           //goodUrl = pbl.protocol + '//' + pbl.host + '/html/' + iSectie + '/bottomframe.html' 
           //goodUrl = pbl.protocol + '//www.interpolis.nl/html/' + iSectie + '/bottomframe.html'            
           if (pbl.href != goodUrl){
               pbl.replace(goodUrl)
           }	 
       } catch(err) {
           timer = setTimeout("setBottom()",1);
       } 
   }
}
function setBottomNS6() {
   try {
       pb = parent.bottom.document;
       pbl = pb.location;
       //goodUrl = pbl.protocol + '//' + pbl.host + '/html/' + iSectie + '/bottomframe.html' 
       //goodUrl = pbl.protocol + '//www.interpolis.nl/html/' + iSectie + '/bottomframe.html'     
       if (pbl.href != goodUrl){
           pbl.replace(goodUrl)
       }       
   } catch(err) {
       timer = setTimeout("setBottomNS6()",1);
   }
}
if (browser.ie) document.onreadystatechange=setBottom;
else setBottomNS6();

/*
if (scrwidth > 1024) {
	scrwidth = 1024;
}

if (scrwidth == 1024) {
	document.write('<link rel="stylesheet" type="text/css" href="/css/'+sectie+'/general1024.css">\n');
} else if (scrwidth == 800) {
	document.write('<link rel="stylesheet" type="text/css" href="/css/'+sectie+'/general800.css">\n');
} else if (scrwidth < 800){
	document.write('<link rel="stylesheet" type="text/css" href="/css/'+sectie+'/general800.css">\n');
}
*/
// altijd 1024 !!!
document.write('<link rel="stylesheet" type="text/css" href="/css/par/general1024.css">\n');

//-->
