// JavaScript Document
 
function ShNumber(Valor)
 
	{
 
		if(Valor=='RJ'){
 
			document.getElementById('id_tels').style.display = 'inline';
 
			document.getElementById('id_tels').innerHTML = '<div style="font-size:14px; color:#D72120;"><b>0800 021 9577<br>(21) 2577-9577<br><a href="http://www.desentupidoraroto-rooter.com.br/" target="_blank" style="font-size:12px;  color:#28166F; hover:#000;">www.desentupidoraroto-rooter.com.br</a></a>';
 
		}else if(Valor=='PR'){
 
			document.getElementById('id_tels').style.display = 'inline';
 
			document.getElementById('id_tels').innerHTML = '<div style="font-size:14px;  color:#D72120;"><b>(41) 3257-0607<br><a href="http://www.rotorooter.com.br/curitiba" target="_blank" style="font-size:12px;  color:#28166F;">www.rotorooter.com.br/curitiba</a></a>';
 
		
		}else if(Valor=='MA'){
 
			document.getElementById('id_tels').style.display = 'inline';
 
			document.getElementById('id_tels').innerHTML = '<div style="font-size:14px;  color:#D72120;"><b>(98) 3221-1753 / (98) 3084-4421<br> 8704-9295 OI / 8208-1065 <br /><a href="http://www.rotorooter.com.br/slzma" target="_blank" style="font-size:12px;  color:#28166F;">www.rotorooter.com.br/slzma</a></a>';			
			
		}else if(Valor=='SP'){
 
			document.getElementById('id_tels').style.display = 'inline';
 
			document.getElementById('id_tels').innerHTML = '<div style="font-size:14px;  color:#D72120;"><b>0800-771-9000<br>(11) 5094-5010<br><a href="http://www.rotorooter.com.br/saopaulo" target="_blank" style="font-size:12px;  color:#28166F;">www.rotorooter.com.br/saopaulo</a></a>';
			
		}else if(Valor=='ES'){
 
			document.getElementById('id_tels').style.display = 'inline';
 
			document.getElementById('id_tels').innerHTML = '<div style="font-size:14px;  color:#D72120;"><b>0800 095 3477 / (27) 3343-3477<br>3216-3328 / 8822-3760 OI / 9905-3729 VIVO<br /><a href="http://www.rotorooter.com.br/vitoria" target="_blank" style="font-size:12px;  color:#28166F;">www.rotorooter.com.br/vitoria</a></a>';
 
		}else if(Valor=='Filiais'){
 
		document.getElementById('id_tels').innerHTML = '<div style="font-size:14px;  color:#D72120;">&nbsp;</div>';
 
		}
 
	}
 
	
 
function Mostra_servicos(obj){
 
	
 
	if(obj=='mostra'){
 
		document.getElementById('menu_servicos').style.display = 'inline';
 
	}else{
 
		document.getElementById('menu_servicos').style.display = 'none';
 
		
 
	}
 
	document.getElementById('menu_servicos').style.top = (document.body.scrollTop + 210) + 'px'
 
	document.getElementById('menu_servicos').style.left = (document.body.scrollLeft + 130) + 'px'
 
	document.getElementById('menu_servicos').style.width = '180px'
 
	
 
 
 
}
