function DrawMenu(lang,selected)
{
	if (lang=="eng")
		switch(selected) //ENGLISH
		{
			case 1:	
				document.write("<div id='menu'><img src='assets/images/menu1.jpg' border='0' usemap='#Map' />");
				document.write("<map name='Map' id='Map'>");
				document.write("<area shape='poly' coords='13,55,22,99,118,71,100,33' href='gallery.html' alt='gallery' />");
				document.write("<area shape='poly' coords='28,100,39,135,125,111,112,75' href='links.php' alt='links' />");
				document.write("<area shape='poly' coords='36,140,46,177,134,156,124,117' href='orders.html' alt='orders' />");
				document.write("<area shape='poly' coords='41,184,49,220,145,199,145,158' href='contacts.html' alt='contacts' />");
			break;
			case 2:
				document.write("<div id='menu'><img src='assets/images/menu2.jpg' border='0' usemap='#Map' />");
				document.write("<map name='Map' id='Map'>");	
				document.write("<area shape='poly' coords='16,46,103,26,98,1,9,3' href='indexE.html' alt='home' />");
				document.write("<area shape='poly' coords='28,100,39,135,125,111,112,75' href='links.php' alt='links' />");
				document.write("<area shape='poly' coords='36,140,46,177,134,156,124,117' href='orders.html' alt='orders' />");
				document.write("<area shape='poly' coords='41,184,49,220,145,199,145,158' href='contacts.html' alt='contacts' />");
			break;
			case 3:
				document.write("<div id='menu'><img src='assets/images/menu3.jpg' border='0' usemap='#Map' />");
				document.write("<map name='Map' id='Map'>");		
				document.write("<area shape='poly' coords='16,46,103,26,98,1,9,3' href='indexE.html' alt='home' />");
				document.write("<area shape='poly' coords='13,55,22,99,118,71,100,33' href='gallery.html' alt='gallery' />");
				document.write("<area shape='poly' coords='36,140,46,177,134,156,124,117' href='orders.html' alt='orders' />");
				document.write("<area shape='poly' coords='41,184,49,220,145,199,145,158' href='contacts.html' alt='contacts' />");
			break;
			case 4:
				document.write("<div id='menu'><img src='assets/images/menu4.jpg' border='0' usemap='#Map' />");
				document.write("<map name='Map' id='Map'>");		
				document.write("<area shape='poly' coords='16,46,103,26,98,1,9,3' href='indexE.html' alt='home' />");
				document.write("<area shape='poly' coords='13,55,22,99,118,71,100,33' href='gallery.html' alt='gallery' />");
				document.write("<area shape='poly' coords='28,100,39,135,125,111,112,75' href='links.php' alt='links' />");
				document.write("<area shape='poly' coords='41,184,49,220,145,199,145,158' href='contacts.html' alt='contacts' />");
			break;
			case 5:
				document.write("<div id='menu'><img src='assets/images/menu5.jpg' border='0' usemap='#Map' />");
				document.write("<map name='Map' id='Map'>");		
				document.write("<area shape='poly' coords='16,46,103,26,98,1,9,3' href='indexE.html' alt='home' />");
				document.write("<area shape='poly' coords='13,55,22,99,118,71,100,33' href='gallery.html' alt='gallery' />");
				document.write("<area shape='poly' coords='28,100,39,135,125,111,112,75' href='links.php' alt='links' />");
				document.write("<area shape='poly' coords='36,140,46,177,134,156,124,117' href='orders.html' alt='orders' />");
			break;
		}
	else
		switch(selected) //ITALIAN
		{
			case 1:	
				document.write("<div id='menu'><img src='assets/images/menuIta1.jpg' border='0' usemap='#Map' />");
				document.write("<map name='Map' id='Map'>");
				document.write("<area shape='poly' coords='13,55,22,99,118,71,100,33' href='galleryIta.html' alt='galleria' />");
				document.write("<area shape='poly' coords='28,100,39,135,125,111,112,75' href='linksIta.php' alt='links' />");
				document.write("<area shape='poly' coords='36,140,46,177,134,156,124,117' href='ordersIta.html' alt='ordini' />");
				document.write("<area shape='poly' coords='41,184,49,220,145,199,145,158' href='contactsIta.html' alt='contatti' />");
			break;
			case 2:
				document.write("<div id='menu'><img src='assets/images/menuIta2.jpg' border='0' usemap='#Map' />");
				document.write("<map name='Map' id='Map'>");	
				document.write("<area shape='poly' coords='16,46,103,26,98,1,9,3' href='index.html' alt='home' />");
				document.write("<area shape='poly' coords='28,100,39,135,125,111,112,75' href='linksIta.php' alt='links' />");
				document.write("<area shape='poly' coords='36,140,46,177,134,156,124,117' href='ordersIta.html' alt='ordini' />");
				document.write("<area shape='poly' coords='41,184,49,220,145,199,145,158' href='contactsIta.html' alt='contatti' />");
			break;
			case 3:
				document.write("<div id='menu'><img src='assets/images/menuIta3.jpg' border='0' usemap='#Map' />");
				document.write("<map name='Map' id='Map'>");		
				document.write("<area shape='poly' coords='16,46,103,26,98,1,9,3' href='index.html' alt='home' />");
				document.write("<area shape='poly' coords='13,55,22,99,118,71,100,33' href='galleryIta.html' alt='galleria' />");
				document.write("<area shape='poly' coords='36,140,46,177,134,156,124,117' href='ordersIta.html' alt='ordini' />");
				document.write("<area shape='poly' coords='41,184,49,220,145,199,145,158' href='contactsIta.html' alt='contatti' />");
			break;
			case 4:
				document.write("<div id='menu'><img src='assets/images/menuIta4.jpg' border='0' usemap='#Map' />");
				document.write("<map name='Map' id='Map'>");		
				document.write("<area shape='poly' coords='16,46,103,26,98,1,9,3' href='index.html' alt='home' />");
				document.write("<area shape='poly' coords='13,55,22,99,118,71,100,33' href='galleryIta.html' alt='galleria' />");
				document.write("<area shape='poly' coords='28,100,39,135,125,111,112,75' href='linksIta.php' alt='links' />");
				document.write("<area shape='poly' coords='41,184,49,220,145,199,145,158' href='contactsIta.html' alt='contatti' />");
			break;
			case 5:
				document.write("<div id='menu'><img src='assets/images/menuIta5.jpg' border='0' usemap='#Map' />");
				document.write("<map name='Map' id='Map'>");		
				document.write("<area shape='poly' coords='16,46,103,26,98,1,9,3' href='index.html' alt='home' />");
				document.write("<area shape='poly' coords='13,55,22,99,118,71,100,33' href='galleryIta.html' alt='galleria' />");
				document.write("<area shape='poly' coords='28,100,39,135,125,111,112,75' href='linksIta.php' alt='links' />");
				document.write("<area shape='poly' coords='36,140,46,177,134,156,124,117' href='ordersIta.html' alt='ordini' />");
			break;
		}
	
	document.write("</map></div>");
	
}
