function goToCanale(canale)
{
	if (canale == 0)
		return false;
	location.href = "http://"+canale+".tipiace.it";
}

/*function apriGallery(gallery,foto)
{
	page = "http://gallery.tipiace.it/"+gallery+"/"+foto+".htm";
	finestra = window.open(page,'gallery','width=800,height=770,resizable=yes,scrollbars=yes')
	finestra.focus();
}*/

function apriGallery(nomePopup)
{
	finestra = window.open('',nomePopup,'width=800,height=770,resizable=yes,scrollbars=yes');
	finestra.focus();
}

function apriGioco(nome)
{
	var finestra = window.open('http://giochi.tipiace.it/gioco/'+nome+'.htm','gioco','resizable=yes');
}

function apriFrame(indirizzo)
{
	var external = window.open('http://www.tipiace.it/external.php?page='+indirizzo,'sito');
}

function popup(pagina,winHeight,winWidth){
	winWidth = winWidth || 380;
	winHeight = winHeight || 200;
	window.open(pagina,'','width='+winWidth+',height='+winHeight+',resizable=yes');
}