function addFavorito(url){
	if (document.all) window.external.AddFavorite(url, "Thriller Nights no Beto Carrero World");
	else if (window.sidebar) window.sidebar.addPanel("Thriller Nights no Beto Carrero World", url, "") 
}

function openWindow(url, _width, _height, _scrollbars){
	window.open(url, 'pop', "width="+_width+",height="+_height+", scrollbars="+_scrollbars);
}