<!--

	var ie4=document.all&&!document.getElementById
	var ns4
	var DOM2=document.getElementById

	if (ns4) document.write('<ilayer id="zoomerns"><layer id="zoomerns_sub" left=0 top=0></layer></ilayer>')

		var index=10
   	var mais=1
    var menos=0

	/*if (DOM2){
		document.getElementById("zoomer").style.fontSize=index*10+0+"%";
	}else if (ie4){
		document.all.zoomer.style.fontSize=index*10+0+"%";
	}else if (ns4){
		document.zoomerns.document.zoomerns_sub.document.write(comments);
		document.zoomerns.document.zoomerns_sub.document.close()
	}*/

	function zoom(how){
		var arr_to_zoom=new Array("texto","texto0","texto1","texto2","texto3", "texto4","texto5","texto6", "texto7","texto8","texto9", "texto10","texto11","texto12","texto13","texto14","texto15", "texto16","texto17","texto18", "texto19","texto20","texto21", "texto22","texto23","texto24", "texto25","texto26", "texto27","texto28","texto29", "texto30",
															"busca0","busca1","busca2","busca3","busca4","busca5","busca6","busca7","busca8","busca9","busca10","busca11","busca12","busca13","busca14","busca15","busca16","busca17","busca18","busca19","busca20","busca21","busca22","busca23","busca24","busca25","busca26","busca27","busca28","busca29","busca30",
															"preco0","preco1","preco2","preco3","preco4","preco5","preco6","preco7","preco8","preco9","preco10","preco11","preco12","preco13","preco14","preco15","preco16","preco17","preco18","preco19","preco20","preco21","preco22","preco23","preco24","preco25","preco26","preco27","preco28","preco29","preco30",
															"editora0","editora1","editora2","editora3","editora4","editora5","editora6","editora7","editora8","editora9","editora10","editora11","editora12","editora13","editora14","editora15","editora16","editora17","editora18","editora19","editora20","editora21","editora22","editora23","editora24","editora25","editora26","editora27","editora28","editora29","editora30",
															"exibe_lista_noticias", "titulo", "data");//Aqui você irá colocar a id onde deve ser alterada a letra!
		if ((index<=20)&&(how==1)) index++
		if ((index>8)&&(how==0)) index--
		//document.getElementById("percent").value=1*(index*10+0)+"%"
		if (DOM2){
			//alert("DOM2");
			for (i=0;i<arr_to_zoom.length ;i++ ){
				try{
					document.getElementById(arr_to_zoom[i]).style.fontSize=index*10+1+"%";
				}catch(e){
				}
			}
		}else if (ie4){
			//alert("IE4");
			for (i=0;i<arr_to_zoom.length() ;i++ ){
				document.getElementById(arr_to_zoom[i]).style.fontSize=index*10+1+"%";
			}
			document.all.zoomer.style.fontSize=index*10+0+"%";
		}else if (ns4){
			//alert("ns4");
			document.zoomerns.document.zoomerns_sub.document.write(comments);
			document.zoomerns.document.zoomerns_sub.document.close();
		}
	}
//-->