function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

// JavaScript Document for the Expandible Text on the Page
//Author: Matteo Caleffi @ laegolas.com 
// Info: info@laegolas.com

function outliner() {
  var child = document.all[event.srcElement.getAttribute("child", false)];
  if (null != child)
    child.className = child.className == "vuoto" ?"espandile" : "vuoto";
}

