aTitoli=new Array("descrizione", "/clienti/", "prodotti", 1, "servizi", 2, "download", "/clienti/downloads/");

aMenu1=new Array(
	220,
	"Esempi", "/clienti/prodotti.php",
	"Database fotografico", "/clienti/albumfoto/",	
	"Questionari On Line", "/clienti/questionari/",
	"Portale Web per enti di formazione", "/clienti/webcontent/",
	"Gestionale Pelliccerie", "/clienti/prodotti.php#pellicce" 
	);

aMenu2=new Array(
	170,
	"Esempi", "/clienti/servizi.php",	
	"Cluster High Availability", "/clienti/cluster/",
	"Fax Server", "/clienti/servizi.php#fax"	
	);

forecolor="#339933";
backcolor="#005000";
gap=7;
bullet="/img/pallag.gif";
mnuclass="topbar";

// controllo dynamic HTML del browser
dhtml="";
if (document.layers) dhtml="N4";
if (document.all) dhtml="IE";	
if (document.getElementById)
	{
	dhtml="DOM";
	if (window.addEventListener) dhtml="GE";
	}
document.write("\n<SCRIPT SRC=\/inc\/menu" + dhtml + ".js><\/SCRIPT>\n");	

function View(img, w, h)
{ 
if (window.view) view.close(); 
if (navigator.appName=="Netscape") { w+=8; h+=8; }
else { w+=4; h+=4; }
view=window.open("", "", "width="+w+",height="+h);
view.document.write("<HTML><BODY LEFTMARGIN=0 TOPMARGIN=0><CENTER><IMG SRC="+img+"></CENTER></BODY></HTML>");
}