// CTS kopmenu items 
// items komen op het scherm va links naar rechts..

function activate(imgName) {
if ( eval(imgName + "_on.complete") ) {
document.images[imgName].src = eval( imgName + "_on.src" );
}
}

function deactivate(imgName) {
if ( eval(imgName + "_off.complete") ) {
document.images[imgName].src = eval( imgName + "_off.src" );
}
}

<!--
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
//-->

var seal_off = new Image(); seal_off.src = "/images/pictures/products/homepage/sealhomeon.jpg";
var seal_on = new Image(); seal_on.src ="/images/pictures/products/homepage/sealhome.jpg";
var ponton_off = new Image(); ponton_off.src= "/images/pictures/products/homepage/pontonhomeon.jpg";
var ponton_on= new Image(); ponton_on.src= "/images/pictures/products/homepage/pontonhome.jpg";
var dome_off = new Image(); dome_off.src= "/images/pictures/products/homepage/domehome2on.jpg";
var dome_on = new Image(); dome_on.src= "/images/pictures/products/homepage/domehome2.jpg";
var ssl_off = new Image(); ssl_off.src="/images/pictures/products/homepage/sslhomeon.jpg";
var ssl_on = new Image(); ssl_on.src="/images/pictures/products/homepage/sslhome.jpg";
var dry_off =new Image(); dry_off.src="/images/pictures/products/homepage/drybreakon.jpg";
var dry_on = new Image(); dry_on.src="/images/pictures/products/homepage/drybreak.jpg";
var arch_off = new Image(); arch_off.src="/images/pictures/products/homepage/archhomeon.jpg";
var arch_on = new Image(); arch_on.src="/images/pictures/products/homepage/archhome.jpg";
var bulk_off = new Image(); bulk_off.src="/images/pictures/products/homepage/bulkhomeon.jpg";
var bulk_on = new Image(); bulk_on.src="/images/pictures/products/homepage/bulkhome.jpg";

