
/* 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 -
 */

/* - clouseau_trigger.js - */
// http://www.id3alspleen.it/portal_javascripts/clouseau_trigger.js?original=1
function showClouseau(context){var footer=document.getElementById("region-content").nextSibling;var wrapper=document.getElementById("region-content").parentNode;var div=document.createElement("div");var iframe=document.createElement("iframe");var existing=document.getElementById("clouseau_iframe");if(existing){wrapper.removeChild(existing)} else{div.id="clouseau_iframe";iframe.src="clouseau_minimal?context="+context;iframe.style.width="100%";iframe.style.height="800px";div.appendChild(iframe);wrapper.insertBefore(div,footer);wrapper.focus()}}

/* - id3alspleen.js - */
// http://www.id3alspleen.it/portal_javascripts/id3alspleen.js?original=1
var last_menu="";var sto="";
function mostra_menu(obj){var menu=document.getElementById(obj.id+"-menu");chiudi_menu();if(menu==null){}
else{menu.style.display="block";last_menu=obj.id;menu.style.width=(obj.clientWidth-20)+"px";sto=setTimeout("chiudi_menu()",5000)}}
function ferma_menu(){if(sto!=""){clearTimeout(sto);sto=""}}
function chiudi_menu(){ferma_menu();if(last_menu!=""){document.getElementById(last_menu+"-menu").style.display="none";last_menu=""}}

