		writeSwf = function(swf){
			div = document.getElementById("flash")
			
			swfCode = "<PARAM NAME=movie VALUE='https://simg.uol.com.br/bandalarga/teste/"+swf+".swf'>" + 
						"<PARAM NAME=quality VALUE=high>" +
						"<PARAM NAME=wmode VALUE=transparent>" +
						"<PARAM NAME=bgcolor VALUE=#FFFFFF> " +
						"<EMBED src='https://simg.uol.com.br/bandalarga/teste/"+swf+".swf' quality=high wmode=transparent bgcolor=#FFFFFF WIDTH='271' HEIGHT='255' NAME='flash' ALIGN='' TYPE='application/x-shockwave-flash' PLUGINSPAGE='http://www.macromedia.com/go/getflashplayer'></EMBED>";
			div.innerHTML = swfCode;
		}


		
		
		//class="arrow-left d1"
		arrText = new Array()
		arrText[1] = "Hospedagem de Sites + Registro de Domínios + E-mail Profissional + Construtor de Sites";
		arrText[2] = "A solução para pagamentos online.";
		arrText[3] = "Anúncie o seu produto ou serviço no UOL.";
		arrText[4] = "Ganhe dinheiro com anúncios do UOL no seu site.";
		arrText[5] = "Acesso à Internet sem fio em alta velocidade  em centenas de locais públicos.";
				
		viewProduto = function(s,o){
			p = document.getElementById("show-produtos")
			t = document.getElementById("prod-active")


			if(s){
				t.className = ""
				p.innerHTML = "";
				p.className = "";
	
				//alert(p)
				//.className
				if(s==4 || s==5){
					p.className = "arrow-right d"+s;
				} else {
					p.className = "arrow-left d"+s;				
				}
				p.innerHTML = arrText[s];
			} else {
				t.className = "on"
				p.innerHTML = arrText[1];
				p.className = "arrow-left d1";
			}
		
		}
		
		
comboEstados = function (f){
	frm = document[f].id_estados
	c = frm[frm.selectedIndex].value;
	if(c!=""){
		document.location = c + ".html"
	}
}	


