
/* Merged Plone Javascript file
 * This file is dynamically assembled from separate parts.
 * Some of these parts have 3rd party licenses or copyright information attached
 * Such information is valid for that section,
 * not for the entire composite file
 * originating files are separated by - filename.js -
 */

/* - esrf.js - */
// http://www.esrf.eu/portal_javascripts/esrf.js?original=1
function write(qui,ou,quoi){var lettre="mail"+"to:"+qui+"@"+ou+"?subject="+quoi
location=lettre}


/* - sf.js - */
// http://www.esrf.eu/portal_javascripts/sf.js?original=1
sfHover=function(){var sfEls=document.getElementById("portal-globalnav").getElementsByTagName("LI");for(var i=0;i<sfEls.length;i++){sfEls[i].onmouseover=function(){this.className+=" sfhover"}
sfEls[i].onmouseout=function(){this.className=this.className.replace(new RegExp(" sfhover\\b"),"")}}}
if(window.attachEvent) window.attachEvent("onload",sfHover);
