function flash(){
	
	document.write("<embed width='980' height='469' src='banner/banner.swf' wmode='transparent' ></embed>")
	
	
	}
	
function flash2(){
	
	document.write("<embed width='980' height='469' src='../banner/banner.swf' wmode='transparent'></embed>")
	
	}

	
function verificaId(){
 
	if(location.href=="http://www.vrddesign.com.br/html/processos.html#processo" ){
		
	document.getElementById("processo_txt").style.display = "block"
	document.getElementById("segmentos_txt").style.display = "none"
	document.getElementById("microtubos_txt").style.display = "none"

	} 
	
	if (location.href=="http://www.vrddesign.com.br/html/processos.html#segmentos" ){
			
	document.getElementById("processo_txt").style.display    = "none"
	document.getElementById("segmentos_txt").style.display = "block"
	document.getElementById("microtubos_txt").style.display = "none"

}
	
	if (location.href=="http://www.vrddesign.com.br/html/processos.html#microtubos" ){
	
	document.getElementById("processo_txt").style.display = "none"
	document.getElementById("segmentos_txt").style.display = "none"
	document.getElementById("microtubos_txt").style.display = "block"	
	}
	 
}
