/*window.addEvent('domready', function() {	$$('.tipinfo').each(function(item) {		item.store('tip:title', '<span style="font-weight: bold;">' + item.getChildren('.tipinfoTitle')[0].get('text') + '</span>');		item.store('tip:text', item.getChildren('.tipinfoText')[0].get('html'));	});	var Tips1 = new Tips('.tipinfo', {className: 'tipInfoMessLive'}).addEvent('hide', function(tip) {		timeOut = changeElementAffiched.delay(2000);		tip.fade(0);	}).addEvent('show', function(tip){		$clear(timeOut);		tip.fade(.75);	});		$$('.tipInfoMessLive')[0].fade(0);	$$('.tipInfoMessLive')[0].setStyles({'background-color': '#000000', 'color': '#FFFFFF', 'padding': '5px', 'width': '300px'});});*/// Fonctions obselettesfunction AffBulle(titre, texte, w) {
}
function HideBulle() {
}
function InitBulle(ColFond, ColContour, NbPixel) {
}
