function openWindow(n) 
{

	if (n.length > 0)
	{
			
		switch (n.substring(1,2))
		{
			case "w":		// windows relative allo snodo
			switch (n.substring(3))
			{
				case "0":
				window.open('Lo Snodo/LoSnodo_0.html');
				break;
			}
			break;

			case "f":		// fernando il sottofilatore
			switch (n.substring(3))
			{
				case "-1":
				window.open('Fernando/Sommario.html','Fernando', 'scrollbars, width=515, height=590, toolbar');
				break;
				case "00":
				window.open('Fernando/00.html','Fernando', 'scrollbars, width=515, height=590, toolbar');
				break;
				case "01":
				window.open('Fernando/01.html','Fernando', 'scrollbars, width=515, height=590, toolbar');
				break;
				case "02":
				window.open('Fernando/02.html','Fernando', 'scrollbars, width=515, height=590, toolbar');
				break;
				case "03":
				window.open('Fernando/03.html','Fernando', 'scrollbars, width=515, height=590, toolbar');
				break;
				case "04":
				window.open('Fernando/04.html','Fernando', 'scrollbars, width=515, height=590, toolbar');
				break;
				case "05":
				window.open('Fernando/05.html','Fernando', 'scrollbars, width=515, height=590, toolbar');
				break;
			}
			break;
	
			case "h":		// apertura schede interne alla Homepage
			switch (n.substring(3))
			{
				case "0":
				document.Under.location='Homepage.html';
				break;
				case "1":
				document.Under.location='ChiSiamo.html';
				break;				
				case "2":
				document.Under.location='Link.html';
				break;
				case "3":
				document.Under.location='Servizi.html';
				break;
				case "4":
				document.Under.location='Rubriche.html';
				break;
				case "5":
				document.Under.location='Lo Snodo.html';
				break;
				case "6":
				document.Under.location='Associazione.html';
				break;
			}
			break;

			
			
		}


	}
}
