function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function preloadImages(){
	MM_preloadImages('/images/nav/he/home-hi.png','/images/nav/he/about-hi.png','/images/nav/he/eilat-hi.png','/images/nav/he/programme-hi.png','/images/nav/he/artists-hi.png','/images/nav/he/tickets-hi.png','/images/nav/he/sponsors-hi.png','/images/nav/he/contact-hi.png','/images/page/lionways-hi.png')
}

function unhideEmail(a,sx,dm,nm,ihtml){
	document.getElementById(a).href='mai' + 'lto:' + nm + String.fromCharCode(64) + dm  + String.fromCharCode(46) + sx;
	if (ihtml){
		document.getElementById(a).innerHTML=nm + String.fromCharCode(64) + dm  + String.fromCharCode(46) + sx;
	}
}
function hideEmail(a,ihtml){
	document.getElementById(a).href='javascript:;';
	if (ihtml)
		document.getElementById(a).innerHTML=ihtml;
}