// JavaScript Document function mOn(obj) { var ext = obj.src.substr((obj.src.length-3),obj.src.length) if(obj.src.indexOf('__o.'+ext)==-1) { obj.src = obj.src.replace('.'+ext,'__o.'+ext) } } function mOff(obj) { var ext = obj.src.substr((obj.src.length-3),obj.src.length) obj.src = obj.src.replace('__o.'+ext,'.'+ext) } function initSIFR() { if(typeof sIFR == "function"){ // header big, black sIFR.replaceElement(named( { sSelector:"h1", sFlashSrc:"http://www.friendshygiene.nl/flash/h1.swf", sColor:"#000000", sLinkColor:"#000000", sHoverColor:"#c1c1c1", sWmode:"transparent", nPaddingTop:0, nPaddingBottom:0, sFlashVars:"textalign=left&offsetTop=0" } )); }; } function openOverlay(title,url,width,height) { GB_showCenter(title, url, /* optional */ height, width) }