if (!document.getElementById && !document.all && !document.layers)
	event = "";

function hideTip() {} 	

var tooltip;
function doTooltip(evt,txt) {
	//alert("1-"+txt);
	if (!tooltip) return;
	//alert("2-"+tooltip);
	var cntnt = wrapTip(txt);
	goTooltip(evt,cntnt);
}


function wrapTip(txt) {
	var cntnt = "";
	if (document.layers) {
		cntnt = '<table bgcolor="' + tipBorderColor + '" width="' + tipWidth + '" cellspacing="0" cellpadding="' + tipBorderWidth + '" border="0"><tr><td><table bgcolor="' + tipBgColor + '" width="100%" cellspacing="0" cellpadding="' + tipPadding + '" border="0"><tr><td><div style="font-family:' + tipFontFamily + '; font-size:' + tipFontSize + '; color:' + tipFontColor + ';">' + txt  + '</div></td></tr></table></td></tr></table>';
	} else cntnt = txt;
	return cntnt;
}

///////////////////////  MODIFICHE   ///////////////////////


var tipFollowMouse = true;	
var tipWidth = 170;	
var tipOffX	= 8;	
var tipOffY	= 12; 
var tipFontFamily = "arial, Verdana, helvetica, sans-serif";
var tipFontSize	= "10px";	
var tipLineHeight	= 1.2;
var tipFontColor = "#000000";
var tipBgColor = "#f0f0f0";	
var tipBgImg = "img/back_alpha_prod.gif";	
var tipPadding = 6;	
var tipBorderColor = "#666666"; 
var tipBorderWidth = 1; 
// "none", "solid", "ridge", "outset",
// "inset", "groove", "double", "dashed"
var tipBorderStyle = "groove"; 
// preload images to be placed in tooltip
// place your images in this array
var imgAr = new Array(
	""
);

if (document.images) {
	var imgs = new Array();
	for (var i=0; i<imgAr.length; i++) {
  	imgs[i] = new Image(); 
		imgs[i].src = imgAr[i];
  }
}

// ////////////////CONTENUTO///////////////////

//var tip1 = '"Carpené Malvolti Special"<br>Mr Helder W. Fechner<br><br>Bonn, Germany';
//var tip2 = 'Testo prova 2 bla bla bla bla... che ne so, testo e piu testo';