function Apri(url,x,y)
{window.open(url,"","titlebar=no,toolbar=no,menubar=yes,status=no,location=no,smenubar=yes,scrollbars=yes,resizable=yes,height="+y+",width="+x);
}

function addbookmark(){
var bookmarkurl="http://www.pallavolotrissino.net"
var bookmarktitle="Pallavolo Trissino"
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}

function vaipagina(what) {
var selection = document.menuform.menu.selectedIndex;
var newloc = null;
if (what == 'menu') {
                     if (selection == 1) newloc ='photog.htm';
                else if (selection == 2) newloc ='photog02.htm';
                else if (selection == 3) newloc ='photog03.htm';
                else if (selection == 4) newloc ='photog04.htm';   
				else if (selection == 5) newloc ='photog05.htm';
				else if (selection == 6) newloc ='photog06.htm'; 
				else if (selection == 7) newloc ='photog07.htm';     
				else if (selection == 8) newloc ='photog08.htm';  
				else if (selection == 9) newloc ='photog09.htm'; 
				else if (selection == 10) newloc ='photog10.htm'; 
				else if (selection == 11) newloc ='photog11.htm'; 
				else if (selection == 12) newloc ='photog12.htm'; 
				else if (selection == 13) newloc ='photog13.htm'; 
				else if (selection == 14) newloc ='photog14.htm'; 
				else if (selection == 15) newloc ='photog15.htm'; 
				else if (selection == 16) newloc ='photog16.htm'; 
        }
        if (newloc) setTimeout("location = \'" + newloc + "\'", 0);
}
