function abrePopup()
{
	if(navigator.appVersion.indexOf('MSIE 7.0')!==-1)
	{
		
		//	document.getElementById('popup').innerHTML = '<table width="22" border="0" cellspacing="0" cellpadding="0"><tr><td><table width="22" border="0" cellspacing="0" cellpadding="0"><tr><td><img src="imagens/popup/topo.gif" width="316" height="18" /></td><td><a href="javascript:;" target="_top" onClick="MM_nbGroup(\'down\',\'group1\',\'bt_fechar\',\'imagens/popup/bt_fechr_dw.gif\',1)" onMouseOver="MM_nbGroup(\'over\',\'bt_fechar\',\'imagens/popup/bt_fechr_dw.gif\',\'\',1)" onMouseOut="MM_nbGroup(\'out\')"><img src="imagens/popup/bt_fechr_up.gif" name="bt_fechar" width="52" height="16" border="0" id="bt_fechar" /></a></td></tr></table></td></tr><tr><td><img src="imagens/popup/body.gif" width="368" height="188" /></td>  </tr></table>';					
		//	document.getElementById('popup').innerHTML = '<table width="22" border="0" cellspacing="0" cellpadding="0"><tr><td><table width="22" border="0" cellspacing="0" cellpadding="0"><tr><td>bēlajēls</td><td>asdflas dflksa</a></td></tr></table></td></tr><tr><td>teste</td> </tr></table>';	
			document.getElementById('popup').innerHTML = '<div id="apDiv1" style="position: absolute; left: 10px; top: 15px; width: 316px; height: 18px; z-index: 1"><img src="imagens/popup/topo.gif" width="316px" height="18px" /></div><div id="apDiv2" style="position: absolute; left: 326px; top: 15px; width: 52px; height: 18px; z-index: 2;"><a href="javascript:;" target="_top" onClick="MM_nbGroup(\'down\',\'group1\',\'bt_fechar\',\'imagens/popup/bt_fechr_dw.gif\',1);fechaPopup();" onMouseOver="MM_nbGroup(\'over\',\'bt_fechar\',\'imagens/popup/bt_fechr_dw.gif\',\'\',1)" onMouseOut="MM_nbGroup(\'out\')"><img src="imagens/popup/bt_fechr_up.gif" name="bt_fechar" width="52" height="18" border="0" id="bt_fechar" /></a></div><div id="apDiv3" style="position: absolute; left: 10px; top: 33px; width: 368px; height: 188px; z-index: 3"><a href="http://www.hoteisarco.com.br/baixatemporada/" target="_top"><img src="imagens/popup/body.gif" border="0" width="368" height="188" /></a></div>';	
	}else{
		//document.getElementById('popup').innerHTML = 
		var tabela0 = document.createElement('table');
		
		tabela0.setAttribute('width','22');
		tabela0.setAttribute('border','0');
		tabela0.setAttribute('cellspacing','0');
		tabela0.setAttribute('cellpadding','0');
		
			var linha01 = document.createElement('tr');
			
		tabela0.appendChild(linha01);
				
			
				var coluna01 = document.createElement('td');

			linha01.appendChild(coluna01);
				
					var tabelaA = document.createElement('table');
					tabelaA.setAttribute('width','22');
					tabelaA.setAttribute('border','0');
					tabelaA.setAttribute('cellspacing','0');
					tabelaA.setAttribute('cellpadding','0');
					
				coluna01.appendChild(tabelaA);
					
						var linhaA1 = document.createElement('tr');
						
							tabelaA.appendChild(linhaA1);
							
							var colunaA1 = document.createElement('td');
							
						linhaA1.appendChild(colunaA1);
								
								var imagemTopo = document.createElement('img');
									imagemTopo.setAttribute('src','imagens/popup/topo.gif');
									imagemTopo.setAttribute('border','0');
									imagemTopo.setAttribute('width','316');
									imagemTopo.setAttribute('height','18');
									
							colunaA1.appendChild(imagemTopo);
									
							var colunaA2 = document.createElement('td');
							
								linhaA1.appendChild(colunaA2);
								
								var ligacaoFechar = document.createElement('a');
									ligacaoFechar.setAttribute('href','javascript:;');
									ligacaoFechar.setAttribute('target','_top');
									ligacaoFechar.onclick=function(){document.getElementById('popup').innerHTML='';};
									
							colunaA2.appendChild(ligacaoFechar);
									
										var imagemLigacaoFechar = document.createElement('img');
											imagemLigacaoFechar.setAttribute('src','imagens/popup/bt_fechr_up.gif');
											imagemLigacaoFechar.setAttribute('name','bt_fechar');
											imagemLigacaoFechar.setAttribute('id','bt_fechar');
											imagemLigacaoFechar.setAttribute('border','0');
											imagemLigacaoFechar.setAttribute('width','61');
											imagemLigacaoFechar.setAttribute('height','18');
											
									ligacaoFechar.appendChild(imagemLigacaoFechar);
				
				var linha02 = document.createElement('tr');
				
					tabela0.appendChild(linha02);
					
					var coluna02 = document.createElement('td');
					
						linha02.appendChild(coluna02);
						
						var ligacaoImg = document.createElement('a');
							ligacaoImg.setAttribute('href','javascript:;');
							ligacaoImg.setAttribute('target','_top');
							
							
							coluna02.appendChild(ligacaoImg);

								var ligacaoSite = document.createElement('a');
									ligacaoSite.setAttribute('href','http://www.hoteisarco.com.br/baixatemporada/');
									ligacaoSite.setAttribute('target','_top');
									ligacaoSite.onclick=function(){document.getElementById('popup').innerHTML='';};
							
									ligacaoImg.appendChild(ligacaoSite);
								var imagemLigacaoImg = document.createElement('img');
									imagemLigacaoImg.setAttribute('src','imagens/popup/body.gif');
									imagemLigacaoImg.setAttribute('name','bt_fechar');
									imagemLigacaoImg.setAttribute('id','bt_fechar');
									imagemLigacaoImg.setAttribute('border','0');
									imagemLigacaoImg.setAttribute('width','377');
									imagemLigacaoImg.setAttribute('height','196');
									
									ligacaoSite.appendChild(imagemLigacaoImg);
									
				document.getElementById('popup').appendChild(tabela0);
				document.getElementById('popup').style.visible = true;
		}
}


function fechaPopup(){
	document.getElementById('popup').style.visibility='hidden';
	
}
