// JavaScript - IronHead

// Function show text
function showtxt(pic, txt){
	document.getElementById("showtxt").style.display="inline";
	document.getElementById("showtxt").style.margin="0px";
	document.getElementById("showtxt").innerHTML=txt;
}
function showtxt2(pic, txt){
	document.getElementById("showtxt2").style.display="inline";
	document.getElementById("showtxt2").style.margin="0px";
	document.getElementById("showtxt2").innerHTML=txt;
}	
