
	function popUp(URL) {
	day = new Date();
	id = day.getTime();
	eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=640,height=580,left = 380,top = 340');");
	}


	function MM_openBrWindow(theURL,winName,features) { //v2.0
  		window.open(theURL,winName,features);
	
	}


	function janela(url,janela,larg,alt,scroll){
		if (!scroll) {
			scroll='auto'
		}
		var posx = (screen.width - larg) / 2;
		var posy = (screen.height - alt) / 2;
		janelaNova = window.open(url,janela,"toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars="+scroll+",resizable=no,copyhistory=no,width="+larg+",height="+alt+",left="+posx+",top="+posy+"");
		janelaNova.focus();

	}	
	
	function MM_preloadImages() { //v3.0
		var d=document; 
		if(d.images){ 
			if(!d.MM_p) 
				d.MM_p=new Array();
    		var i,j=d.MM_p.length,a=MM_preloadImages.arguments; 
			for(i=0; i<a.length; i++)
				if (a[i].indexOf("#")!=0){ 
					d.MM_p[j]=new Image;
					d.MM_p[j++].src=a[i];
				}
		}
	}

	
	/*-------------------------------------- INCLUDES -----------------------------------------------*/
	
	function escreveFooter (){
		_footer  = '';
		_footer += '<table width="100%"  border="0" align="center" cellpadding="0" cellspacing="0">';
		_footer += '<tr valign="middle" bgcolor="#4C5924">';
		_footer += '<td><div align="center"><img src="../images/spacer.gif" width="1" height="30"></div></td>';
		_footer += '<td align="center" class="Txt_footer">';
		_footer += '<table width="550"  border="0" cellspacing="0" cellpadding="0">';
		_footer += '</tr>';
		_footer += '<td width="550" class="Txt_footer">';
		_footer += '<div align="left">';
		_footer += '<a href="default.htm" class="Txt_footer">Inicial</a> &nbsp;|&nbsp;&nbsp;';
		_footer += '<a href="tabacum.htm" class="Txt_footer">Sobre Tabacum</a> &nbsp;|&nbsp;&nbsp;';
		_footer += '<a href="produtos.htm" class="Txt_footer">Nossos Produtos</a> &nbsp;|&nbsp;&nbsp;';
		_footer += '<a href="exports.htm" class="Txt_footer">Tobacco Exports</a> &nbsp;|&nbsp;&nbsp;';
		_footer += '<a href="contato.htm" class="Txt_footer">Contato</a> &nbsp;|&nbsp;&nbsp;';
		_footer += '<a href="http://www.tabacum.com.br/site/EN/content/home/default.htm" class="Txt_footer">English</a>';
		_footer += '</div>';
		_footer += '</td></tr>';
		_footer += '</table>';
		_footer += '</td>';
		_footer += '</tr>';
		_footer += '<tr bgcolor="#363D1C">';
		_footer += '<td><div align="center"><img src="../../images/spacer.gif" width="82" height="66"></div></td>';
		_footer += '<td align="center"><table width="550"  border="0" cellspacing="0" cellpadding="0">';
		_footer += '<tr><td width="96"><img src="../../images/logo_tabacum_footer.jpg" width="67" height="66"></td>';
		_footer += '<td width="433" class="Txt_footer">&copy; 2007 Tabacum Interamerican. Todos os direitos reservados.</td>';
		_footer += '<td width="21">';
		_footer += '<a href="http://www.perverte.com.br" target="_blank"><img src="../../images/logo_perverte.jpg" width="21" height="25" border="0"></a>';
		_footer += '</td>';
		_footer += '</tr>';
		_footer += '</table>';
		_footer += '<div align="center"></div></td>';
		_footer += '</tr>';
		_footer += '</table>';
		
		document.write(_footer);
	}
	
	function escreveIdioma (){
		_idioma  = '';
//		_idioma += '<a href="../../../EN/content/home/" class="txtBranco">English Version</a>';
//		_idioma += '<br>';
//		_idioma += '<a href="../../../ES/content/home/" class="txtBranco">Versión en Español</a>';
	
		document.write(_idioma);
	
		}