function openmydoc(nomedoc)  
{ //circolari e fax Define arbitrary function to run desired DHTML Window widget codes
	ajaxwin=dhtmlwindow.open("ajaxbox", "iframe", nomedoc, nomedoc, "left=192;top=100;width=620px,height=400px,center=0,resize=0,scrolling=0");
}
function openmynews(nomedoc)
{ //newsletter Define arbitrary function to run desired DHTML Window widget codes
	ajaxwin=dhtmlwindow.open("ajaxbox", "iframe", nomedoc, nomedoc, "left=530;top=200;width=700px,height=600px,center=0,resize=0,scrolling=0");
}
function openmyricerca(nomedoc)
{ // ricerca Define arbitrary function to run desired DHTML Window widget codes
	ajaxwin=dhtmlwindow.open("ajaxbox", "iframe", nomedoc, nomedoc, "left=550;top=20;width=700px,height=750px,center=0,resize=1,scrolling=0");
}
function openmyecm(nomedoc)
{ // ricerca Define arbitrary function to run desired DHTML Window widget codes
	ajaxwin=dhtmlwindow.open("ajaxbox", "iframe", nomedoc, nomedoc, "left=450;top=20;width=700px,height=750px,center=0,resize=1,scrolling=0");
}
function openmytabfu(nomedoc)
{ // ricerca Define arbitrary function to run desired DHTML Window widget codes
	ajaxwin=dhtmlwindow.open("ajaxbox", "iframe", nomedoc, nomedoc, "left=240;top=260;width=570px,height=700px,center=0,resize=0,scrolling=0");
}
function openmyintrahome(nomedoc)
{ // ricerca Define arbitrary function to run desired DHTML Window widget codes
	ajaxwin=dhtmlwindow.open("ajaxbox", "iframe", nomedoc, nomedoc, "left=240;top=260;width=570px,height=600px,center=1,resize=0,scrolling=0");
}
function toggleMe(a){
  var e=document.getElementById(a);
  if(!e)return true;
  if(e.style.display=="none"){
    e.style.display="block"
  } else {
    e.style.display="none"
  }
  return true;
}
