function GuessBrowser(){
if(navigator.appName =="Microsoft Internet Explorer")
	document.getElementById('siamonoiJS').className="";
	
}

function GuessBrowser2(){
if(navigator.appName =="Microsoft Internet Explorer")
	document.getElementById('eventiJS').className="";
	
}


function GuessBrowser3(){
if(navigator.appName =="Microsoft Internet Explorer")
	document.getElementById('percheJS').className="";
	
}