window.onerror	= null;

NS4 	= (document.layers) ? 1 : 0;
IE4 	= (document.all) ? 1 : 0;
ver4 	= (NS4 || IE4) ? 1 : 0;   
isMac 	= (navigator.appVersion.indexOf("Mac") != -1) ? 1 : 0;
isMenu 	= (NS4 || (IE4 && !isMac)) ? 1 : 0;

function popUp(){return};
function popDown(){return};
function startIt(){return};

function menuReset(){return};
function setimg(){return};

if (!ver4) event = null;

if (isMenu) {

	  isFrames 	= false;  		// using frameset?

          menuWidth 	= 120;
          childOverlap 	= 50;
          childOffset 	= 3;

          perCentOver 	= null;
          secondsVisible= .5;

          borWid 	= 1;
							
	  if (NS4) {

              fntCol 	= "black";
              fntSiz 	= "9";

	  } else {

              fntCol 	= "black";
              fntSiz 	= "8";

	  }

          fntBold 	= 1;
          fntSty 	= 1;
          fntFam 	= "Verdana";

	  	  fntBold 	= false;
          fntItal 	= false;

	  	  borCol 	= "black"

          borSty 	= "outset";

          linHgt 	= "normal";

          backCol 	= "#edf2f7";

	  if (NS4) {

          	overCol = "#d92645";
			
	  } else {

          	overCol = "#d92645";
			
	  } 

          overFnt 	= "white";

          imgSrc 	= "immagini/banner.gif";
          imgSiz 	= 7;

	  separator     = 1;
	  separatorCol  = "Red";
	  itemPad       = 1;  // pixel value          


}

if (isMenu) {

  document.write("<SCRIPT LANGUAGE='JavaScript1.2' SRC='menudef.js'><\/SCRIPT>");
  document.write("<SCRIPT LANGUAGE='JavaScript1.2' SRC='menus.js'><\/SCRIPT>");

}
//

