function doSifr() {
  var futura = {
    src: '/afbeeldingen/newsgothic.swf'
  }
  sIFR.activate(futura);
  sIFR.replace(futura, {
    selector: 'h2'
    ,css: [
      '.sIFR-root { font-weight: bold; letter-spacing: 0.5; color: #008FD4; font-size: 22px; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #CCCCCC; }'
    ]
	,wmode: 'transparent'
  });
  sIFR.replace(futura, {
    selector: 'h3.productname'
    ,css: [
      '.sIFR-root { font-weight: bold; color: #008FD4; font-size: 13px; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #CCCCCC; }'
    ]
	,wmode: 'transparent'
  });
  sIFR.replace(futura, {
    selector: '.square-box h1'
    ,css: [
      '.sIFR-root { font-weight: bold; letter-spacing: 0.2; color: #ffffff; font-size: 15px; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #CCCCCC; }'
    ]
	,wmode: 'transparent'
  });
}

function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=1,width=550,height=400');");
}
