if(document.getElementsByTagName && document.createTextNode) {
	var cella=document.getElementsByTagName("h2");
	for(i=0; i < cella.length; i++){
		if(cella[i].className){
			cella[i].style.textIndent = "101%";
			cella[i].style.overflow = "hidden";
			cella[i].style.whiteSpace = "nowrap";
			cella[i].style.backgroundImage = 'url("/bunker/img_inc_java.php?class=' + cella[i].className + '&valore=' + cella[i].firstChild.nodeValue.replace('"', '') + '")';
			cella[i].style.backgroundRepeat = "no-repeat";
			
			if(cella[i].className=="title_brown_it"){
				cella[i].style.backgroundPosition = "0 0";
				cella[i].style.margin = "0";
				//alert("Sono qui");
				
			} else if(cella[i].className=="title_brown_it_2"){
				cella[i].style.backgroundPosition = "0 5px";
				
			} else if(cella[i].className=="brown2"){
				cella[i].style.backgroundPosition = "right bottom";
				
			} else if(cella[i].className=="page_scheda_titolo"){
				cella[i].style.backgroundPosition = "center bottom";
				
			}
		}
	}
	var cella_3=document.getElementsByTagName("h3");
	for(i=0; i < cella_3.length; i++){
		if(cella_3[i].className){
			cella_3[i].style.textIndent = "101%";
			cella_3[i].style.overflow = "hidden";
			cella_3[i].style.whiteSpace = "nowrap";
			cella_3[i].style.backgroundImage = "url('/bunker/img_inc_java.php?class=" + cella_3[i].className + "&valore=" + cella_3[i].firstChild.nodeValue + "')";
			cella_3[i].style.backgroundRepeat = "no-repeat";
			
			if(cella_3[i].className=="title_page_int_h3"){
				cella_3[i].style.backgroundPosition = "0 2px";
			}
		}
	}
} else {
	//alert("Metodo non supportato!");	
}
