<!--
    //alert("Qui dentro"); 

    //alert(lang);
    browserName = navigator.appName;

    browserVer = parseInt(navigator.appVersion);

    if(browserName=="Netscape" && browserVer >= 3) ver = "yes";

    else ver = "yes";

    if(ver == "yes") 
    {
//rivedere; il button di base dipende dalla pagine nella quale siamo

	url = document.location;

	//alert("url " + url);


    }




function active(imgName, bgColor)
{

	//alert(imgName);
	if (ver == "yes") 
	{

		//alert("Qui");
		btn = document.getElementById(imgName);
		//btn.bgColor = "#99CCFF";
		btn.bgColor = bgColor;

	}
}


/*
function inactive(imgName, bgColor)
{
	//alert(imgName);
	if (ver == "yes") 
	{

		//alert("Qui2");
		btn = document.getElementById(imgName);
		//alert("---" + btn.bgColor);
		//btn.bgColor = "#3300FF";
		btn.bgColor = bgColor;

	}

}
*/

//-->
