
function abrir(URL) { 

	if(URL == 'conteudo/historico/btf_2005.html'){
	
		var width = 325; 
		var height = 245;
		var left = 99; 
		var top = 99;
		var scrollbars = 'no';	
	}
		
		else if (URL == 'conteudo/historico/btf_2008.html'){

		var width = 325; 
		var height = 245;
		var left = 99; 
		var top = 99;
		var scrollbars = 'yes';	
	}	
	
		else if (URL == 'conteudo/historico/aniversario_2008.html'){

		var width = 325; 
		var height = 245;
		var left = 99; 
		var top = 99;
		var scrollbars = 'yes';	
	}	
	
		else if (URL == 'conteudo/historico/voce.html'){

		var width = 325; 
		var height = 245;
		var left = 99; 
		var top = 99;
		var scrollbars = 'yes';	
	}

		else if (URL == 'conteudo/historico/aniversario_2005.html'){

		var width = 325; 
		var height = 245;
		var left = 99; 
		var top = 99;
		var scrollbars = 'yes';	
	}

		else if (URL == 'conteudo/historico/aniversario_2007.html'){

		var width = 325; 
		var height = 245;
		var left = 99; 
		var top = 99;
		var scrollbars = 'yes';	
	}

		else if (URL == 'pacotes/reveillon.html'){

		var width = 516; 
		var height = 500;
		var left = 99; 
		var top = 99;
		var scrollbars = 'yes';	
	}
	
		else if (URL == 'pacote1.html'){

		var width = 600; 
		var height = 500;
		var left = 99; 
		var top = 99;
		var scrollbars = 'no';	
	}	
	
	window.open(URL,'janela', 'width='+width+', height='+height+', top='+top+', left='+left+', scrollbars='+scrollbars);

}

function rrrrronaldiiiiinho(url,name,features) { 
  window.open(url,name,features);
}


