                // Initialise the vars
                var menu00, menu01;            
                // Initialise the effects
                window.onload = function() { 
				menu00 = new fx.Height('argomento00', {duration: 400});
				menu01 = new fx.Height('argomento01', {duration: 400});
				}
//function HideShow(id) { // DOM3 = IE5, NS6
//if (document.getElementById) {
//	if(document.getElementById(id).style.display == "none"){ document.getElementById(id).style.display = 'block'; } else document.getElementById(id).style.display = 'none'; }
//	else {
//		if(document.layers){
//			if(document.id.display == "none"){ document.id.display = 'block'; } else document.id.display = 'none'; }
//		else {
//			if(document.all.id.style.visibility == "none"){ document.all.id.style.visibility = 'block'; } else document.all.id.style.visibility = 'none'; }
//	}
//}

function callJavaScript(str)
{
// document.body.style.backgroundColor="#FFCC80";
//alert("prima " + document.all.baseline.style.backgroundImage);
document.getElementById("baseline").style.backgroundImage="url(" + str + ")";
//alert("dopo " + document.all.baseline.style.backgroundImage);

  // return "ExternalInterface è un commando del Flash Player 8";
}
