bgcolor='#88B6E8';
bgcolorN='#A9C3DC';
bgcolorP='#C9D9E9';
bgcolorPU='#EDEDE1';
bgcolor2='#3B3B3B';
bgcolor3='#FF8400';
bgcolor4='#787878';
bgcolor5='#2935D0';


document.write('<style type="text/css">');
document.write('.popper { POSITION: absolute; VISIBILITY: hidden; z-index:3; margin-top:5;}')
document.write('#topgauche { position:absolute;  z-index:10; }')
document.write('A:hover.ejsmenu {color:#000000; text-decoration:none;}')
document.write('A.ejsmenu {color:#000000; text-decoration:none;}')
document.write('A.ejsmenu3 {color:#FFFFFF; text-decoration:none; font-weight: bold;}')
document.write('A.ejsmenu2 {color:#B7B7B7; text-decoration:none;}')
document.write('A.ejsmenu3 {color:#FD9B00; text-decoration:none;}')
document.write('A.ejsmenu33 {color:#ff0000; text-decoration:none; font-weight:bold;}')
document.write('A.ejsmenu333 {color:#E2ECFC; text-decoration:none;} ')
document.write('A.ejsmenu4 {color:#FFCC00; text-decoration:none;}')
document.write('A.ejsmenu5 {color:#FFffff; text-decoration:none; background-color: #999999;}')
 
document.write('</style>')
document.write('<div style="position:relative;height:25"><DIV class=popper id=topdeck></DIV>');




zlien = new Array;
zlien[0] = new Array;
zlien[1] = new Array;
zlien[2] = new Array;
zlien[3] = new Array;
zlien[4] = new Array;
zlien[5] = new Array;
zlien[6] = new Array;
zlien[7] = new Array;
zlien[8] = new Array;
zlien[9] = new Array;








zlien[2][0] = '<A href="ogs.php" CLASS=ejsmenu> > OGS</A>';
zlien[2][1] = '<A href="universita.php" CLASS=ejsmenu> > Università TS</A>';
zlien[2][2] = '<A href="universita-ferrara.php" CLASS=ejsmenu> > Università FE</A>';
zlien[2][3] = '<A href="eurekos-brochure.php" CLASS=ejsmenu> > Eurekos</A>';
zlien[2][4] = '<A href="arpa-brochure.php" CLASS=ejsmenu> > ARPA</A>';
zlien[2][5] = '<A href="Acque-Basso-Livenza-brochure.php" CLASS=ejsmenu> > ABL</A>';
zlien[2][6] = '<A href="Netherlands.php" CLASS=ejsmenu> > Netherlands Org.</A>';








var nava = (document.layers);
var dom = (document.getElementById);
var iex = (document.all);
if (nava) { skn = document.topdeck }
else if (dom) { skn = document.getElementById("topdeck").style }
else if (iex) { skn = topdeck.style }
skn.top = 24;

function pop(msg,pos)
{
skn.visibility = "hidden";
a=true
skn.left = pos;
var content ="<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0  WIDTH=120><TR><TD><TABLE WIDTH=100% BORDER=0 CELLPADDING=0 CELLSPACING=0 class=bordi>";
pass = 0
while (pass < msg.length)
	{
	content += "<TR><TD BGCOLOR="+bgcolorP+" onMouseOver=\"this.style.background='"+bgcolorP+"'\" onMouseOut=\"this.style.background='"+bgcolorP+"'\" HEIGHT=22><SPAN CLASS=MENU2>&nbsp;&nbsp;"+msg[pass]+"</SPAN></TD></TR>";
	pass++;
	}
content += "</TABLE></TD></TR></TABLE>";
if (nava)
  {
    skn.document.write(content);
	  skn.document.close();
	  skn.visibility = "visible";
  }
    else if (dom)
  {
	  document.getElementById("topdeck").innerHTML = content;
	  skn.visibility = "visible";
  }
    else if (iex)
  {
	  document.all("topdeck").innerHTML = content;
	  skn.visibility = "visible";
  }
}
function kill()
{
	skn.visibility = "hidden";
}
document.onclick = kill;
document.write('<DIV ID=topgauche><TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#ffffff WIDTH=347 ><TR><TD><TABLE CELLPADING=0 CELLSPACING=0 BORDER=0 WIDTH=347><TR>')

document.write('<TD WIDTH=73 height=25 CLASS=menu ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor+'\';pop(zlien[0],0)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A href="partner.php" CLASS=ejsmenu> > Partner</a></TD>')

document.write('<TD WIDTH=70 CLASS=menu ALIGN=center BGCOLOR='+bgcolorN+' onMouseOver="this.style.background=\''+bgcolorN+'\';pop(zlien[1],72)" onMouseOut="this.style.background=\''+bgcolorN+'\'"><A href="news.php" CLASS=ejsmenu> > News</a></TD>')

document.write('<TD WIDTH=86 CLASS=menu ALIGN=center BGCOLOR='+bgcolorP+' onMouseOver="this.style.background=\''+bgcolorP+'\';pop(zlien[2],148)" onMouseOut="this.style.background=\''+bgcolorP+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[2],130)" href=# CLASS=ejsmenu> > Compiti</a></TD>')

document.write('<TD WIDTH=110 CLASS=menu ALIGN=center BGCOLOR='+bgcolorPU+' onMouseOver="this.style.background=\''+bgcolorPU+'\';pop(zlien[9],230)" onMouseOut="this.style.background=\''+bgcolorPU+'\'"><A  href="pubblicazioni.php" CLASS=ejsmenu> > Pubblicazioni</a></TD>')
document.write('</TR></TABLE></TD></TR></TABLE></DIV></div>')



