
/*
  Script menu.js ver. 1.0.0 by Alessandro Pira - Outline Studios

    Menu for Promag Homepage
*/

var path_to_img="";
var visible;
var hidden;

if (document.layers) {
  visible = 'show';
  hidden = 'hide';
} else {
  visible = 'visible';
  hidden = 'hidden';
}

function FIND(n, d) {
	var p,i,x;

	if (!d) d=document;

	if ( (p=n.indexOf("?")) > 0 && parent.frames.length)
	{
		d=parent.frames[n.substring(p+1)].document;
		n=n.substring(0,p);
	}

	if ( !(x=d[n]) && d.all)
		x=d.all[n];

	for (i=0; !x && i<d.forms.length; i++)
		x=d.forms[i][n];

	for(i=0; !x && d.layers && i<d.layers.length; i++)
		x=FIND(n,d.layers[i].document);

	if(!x && document.getElementById) x=document.getElementById(n);
	return x;
}

function SetStatusStr(msgStr) {
  window.status=msgStr;
}

function SetImage() {
	var i, j=0, x, a=SetImage.arguments;

	for(i=0; i<(a.length); i+=2)
		if ((x=FIND(a[i]))!=null)
		{
			x.src=a[i+1];
		}
	SetStatusStr('');
}

function hide_menu(name) {
	var m=FIND("menu_"+name);
	if (m && m.style)
	{
		m.style.visibility = hidden;
	}
}
function clear_all_menus() {
	hide_menu("chi_siamo");
	hide_menu("prodotti");
//	hide_menu("rete");
	hide_menu("eventi");
//	hide_menu("faq");
}
function show_menu(name) {
	var m=FIND("menu_"+name);
	clear_all_menus();
	if (m && m.style)
	{
		m.style.visibility = visible;
	}
}

function WriteMenus(current) {
	document.write("<table class=\"menu\" id=\"menu_chi_siamo\" width=\"205\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n");
	document.write("<tr>\n");

	if (current == 'azienda')
	{
		document.write("<td height=\"27\" width=\"71\" valign=\"top\" align=\"left\"><img src=\""+path_to_img+"HOME_aziendaroll.gif\" id=\"Img1\" width=\"71\" height=\"27\" border=\"0\"></td>\n");
		show_menu('chi_siamo');
	}
	else
	{
		document.write("<td height=\"27\" width=\"71\" valign=\"top\" align=\"left\"><a href=\"azienda.html\" onMouseOut=\"SetImage('Img1','"+path_to_img+"HOME_azienda.gif')\" onMouseOver=\"SetImage('Img1','"+path_to_img+"HOME_aziendaroll.gif')\"><img src=\""+path_to_img+"HOME_azienda.gif\" id=\"Img1\" width=\"71\" height=\"27\" border=\"0\"></a></td>\n");
	}

	if (current == 'link')
	{
		document.write("<td width=\"59\" valign=\"top\" align=\"right\"><img src=\""+path_to_img+"HOME_linkroll.gif\" id=\"Img2\" width=\"32\" height=\"27\" border=\"0\"></td>\n");
		show_menu('chi_siamo');
	}
	else
	{
		document.write("<td width=\"59\" valign=\"top\" align=\"right\"><a href=\"link.html\" onMouseOut=\"SetImage('Img2','"+path_to_img+"HOME_link.gif')\" onMouseOver=\"SetImage('Img2','"+path_to_img+"HOME_linkroll.gif')\"><img src=\""+path_to_img+"HOME_link.gif\" id=\"Img2\" width=\"32\" height=\"27\" border=\"0\"></a></td>\n");
	}

	if (current == 'contatti')
	{
		document.write("<td width=\"75\" valign=\"top\" align=\"right\"><img src=\""+path_to_img+"HOME_contattiroll.gif\" id=\"Img3\" width=\"52\" height=\"27\" border=\"0\"></td>\n");
		show_menu('chi_siamo');
	}
	else
	{
		document.write("<td width=\"75\" valign=\"top\" align=\"right\"><a href=\"contatti.html\" onMouseOut=\"SetImage('Img3','"+path_to_img+"HOME_contatti.gif')\" onMouseOver=\"SetImage('Img3','"+path_to_img+"HOME_contattiroll.gif')\"><img src=\""+path_to_img+"HOME_contatti.gif\" id=\"Img3\" width=\"52\" height=\"27\" border=\"0\"></a></td>\n");
	}

	document.write("</tr>\n");
	document.write("</table>\n");


	document.write("<table class=\"menu\" id=\"menu_prodotti\" width=\"391\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n");
	document.write("<tr>\n");
	if (current == 'pasticceria')
	{
		document.write("<td height=\"27\" width=\"65\" valign=\"top\" align=\"left\"><img src=\""+path_to_img+"HOME_pasticceriaroll.gif\" id=\"Img4\" width=\"65\" height=\"27\" border=\"0\"></td>\n");
		show_menu('prodotti');
	}
	else
	{
		document.write("<td height=\"27\" width=\"65\" valign=\"top\" align=\"left\"><a href=\"pasticceria.html\" onMouseOut=\"SetImage('Img4','"+path_to_img+"HOME_pasticceria.gif')\" onMouseOver=\"SetImage('Img4','"+path_to_img+"HOME_pasticceriaroll.gif')\"><img src=\""+path_to_img+"HOME_pasticceria.gif\" id=\"Img4\" width=\"65\" height=\"27\" border=\"0\"></a></td>\n");
	}

	if (current == 'soft')
	{
		document.write("<td width=\"45\" valign=\"top\" align=\"right\"><img src=\""+path_to_img+"HOME_softroll.gif\" id=\"Img5\" width=\"31\" height=\"27\" border=\"0\"></td>\n");
		show_menu('prodotti');
	}
	else
	{
		document.write("<td width=\"45\" valign=\"top\" align=\"right\"><a href=\"soft.html\" onMouseOut=\"SetImage('Img5','"+path_to_img+"HOME_soft.gif')\" onMouseOver=\"SetImage('Img5','"+path_to_img+"HOME_softroll.gif')\"><img src=\""+path_to_img+"HOME_soft.gif\" id=\"Img5\" width=\"31\" height=\"27\" border=\"0\"></a></td>\n");
	}

	if (current == 'artigianale')
	{
		document.write("<td width=\"96\" valign=\"top\" align=\"right\"><img src=\""+path_to_img+"HOME_artigianaleroll.gif\" id=\"Img6\" width=\"76\" height=\"27\" border=\"0\"></td>\n");
		show_menu('prodotti');
	}
	else
	{
		document.write("<td width=\"96\" valign=\"top\" align=\"right\"><a href=\"artigianale.html\" onMouseOut=\"SetImage('Img6','"+path_to_img+"HOME_artigianale.gif')\" onMouseOver=\"SetImage('Img6','"+path_to_img+"HOME_artigianaleroll.gif')\"><img src=\""+path_to_img+"HOME_artigianale.gif\" id=\"Img6\" width=\"76\" height=\"27\" border=\"0\"></a></td>\n");
	}

	if (current == 'montapanna')
	{
		document.write("<td width=\"120\" valign=\"center\" align=\"right\"><img src=\""+path_to_img+"HOME_montapannaroll.gif\" id=\"Img7\" width=\"102\" height=\"27\" border=\"0\"></td>\n");
		show_menu('prodotti');
	}
	else
	{
		document.write("<td width=\"120\" valign=\"center\" align=\"right\"><a href=\"montapanna.html\" onMouseOut=\"SetImage('Img7','"+path_to_img+"HOME_montapanna.gif')\" onMouseOver=\"SetImage('Img7','"+path_to_img+"HOME_montapannaroll.gif')\"><img src=\""+path_to_img+"HOME_montapanna.gif\" id=\"Img7\" width=\"102\" height=\"27\" border=\"0\"></a></td>\n");
	}

	if (current == 'altro')
	{
		document.write("<td width=\"65\" valign=\"top\" align=\"right\"><img src=\""+path_to_img+"HOME_altroroll.gif\" id=\"Img8\" width=\"49\" height=\"27\" border=\"0\"></td>\n");
		show_menu('prodotti');
	}
	else
	{
		document.write("<td width=\"65\" valign=\"top\" align=\"right\"><a href=\"altro.html\" onMouseOut=\"SetImage('Img8','"+path_to_img+"HOME_altro.gif')\" onMouseOver=\"SetImage('Img8','"+path_to_img+"HOME_altroroll.gif')\"><img src=\""+path_to_img+"HOME_altro.gif\" id=\"Img8\" width=\"49\" height=\"27\" border=\"0\"></a></td>\n");
	}

	document.write("</tr>\n");
	document.write("</table>\n");


	document.write("<table class=\"menu\" id=\"menu_eventi\" width=\"175\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n");
	document.write("<tr> \n");

	if (current == 'news')
	{
		document.write("<td width=\"70\" height=\"27\" valign=\"top\" align=\"left\"><img src=\""+path_to_img+"HOME_newsroll.gif\" id=\"Img9\" width=\"56\" height=\"27\" border=\"0\"></td>\n");
		show_menu('eventi');
	}
	else
	{
		document.write("<td width=\"70\" height=\"27\" valign=\"top\" align=\"left\"><a href=\"news.html\" onMouseOut=\"SetImage('Img9','"+path_to_img+"HOME_news.gif')\" onMouseOver=\"SetImage('Img9','"+path_to_img+"HOME_newsroll.gif')\"><img src=\""+path_to_img+"HOME_news.gif\" id=\"Img9\" width=\"56\" height=\"27\" border=\"0\"></a></td>\n");
	}

	if (current == 'corsi')
	{
		document.write("<td width=\"53\" valign=\"top\" align=\"right\"><img src=\""+path_to_img+"HOME_corsiroll.gif\" id=\"Img10\" width=\"50\" height=\"27\" border=\"0\"></td>\n");
		show_menu('eventi');
	}
	else
	{
		document.write("<td width=\"53\" valign=\"top\" align=\"right\"><a href=\"corsi.html\" onMouseOut=\"SetImage('Img10','"+path_to_img+"HOME_corsi.gif')\" onMouseOver=\"SetImage('Img10','"+path_to_img+"HOME_corsiroll.gif')\"><img src=\""+path_to_img+"HOME_corsi.gif\" id=\"Img10\" width=\"50\" height=\"27\" border=\"0\"></a></td>\n");
	}

	if (current == 'fiere')
	{
		document.write("<td width=\"52\" valign=\"top\" align=\"right\"><img src=\""+path_to_img+"HOME_fiereroll.gif\" id=\"Img11\" width=\"35\" height=\"27\" border=\"0\"></td>\n");
		show_menu('eventi');
	}
	else
	{
		document.write("<td width=\"52\" valign=\"top\" align=\"right\"><a href=\"fiere.html\" onMouseOut=\"SetImage('Img11','"+path_to_img+"HOME_fiere.gif')\" onMouseOver=\"SetImage('Img11','"+path_to_img+"HOME_fiereroll.gif')\"><img src=\""+path_to_img+"HOME_fiere.gif\" id=\"Img11\" width=\"35\" height=\"27\" border=\"0\"></a></td>\n");
	}

	document.write("</tr>\n");
	document.write("</table>\n");
	document.write("\n");
	document.write("<map name=\"m_chi_siamo\">\n");
	document.write("<area shape=\"rect\" coords=\"2,1,71,27\" href=\"#\" alt=\"ABOUT US\" onMouseOver=\"show_menu('chi_siamo');\">\n");
	document.write("</map>\n");
	document.write("<map name=\"m_prodotti\">\n");
	document.write("<area shape=\"rect\" coords=\"2,3,54,24\" href=\"#\" alt=\"PRODUCTS\" onMouseOver=\"show_menu('prodotti');\">\n");
	document.write("</map>\n");
	document.write("<map name=\"m_rete\">\n");
	document.write("<area shape=\"rect\" coords=\"2,1,98,27\" href=\"rete.html\" alt=\"NETWORK\" onMouseOver=\"show_menu('rete');\">\n");
	document.write("</map>\n");
	document.write("<map name=\"m_eventi\">\n");
	document.write("<area shape=\"rect\" coords=\"1,3,45,24\" href=\"#\" alt=\"EVENTS\" onMouseOver=\"show_menu('eventi');\">\n");
	document.write("</map>\n");
	document.write("<map name=\"m_faq\">\n");
	document.write("<area shape=\"rect\" coords=\"3,3,86,25\" href=\"domande.html\" alt=\"FAQ\" onMouseOver=\"show_menu('faq');\">\n");
	document.write("</map>\n");
	document.write("<map name=\"m_ottfreezer\">\n");
	document.write("<area shape=\"rect\" coords=\"2,1,122,50\" href=\"#\" alt=\"OTTFREEZER\">\n");
	document.write("</map>\n");
	document.write("\n");
}

if (document.images)
{
	var img_1 = new Image();
	img_1.src = path_to_img+'HOME_chi-siamoroll.gif';
	var img_2 = new Image();
	img_2.src = path_to_img+'HOME_prodottiroll.gif';
	var img_3 = new Image();
	img_3.src = path_to_img+'HOME_eventiroll.gif';
	var img_4 = new Image();
	img_4.src = path_to_img+'HOME_retevenditaroll.gif';
	var img_5 = new Image();
	img_5.src = path_to_img+'HOME_aziendaroll.gif';
	var img_6 = new Image();
	img_6.src = path_to_img+'HOME_linkroll.gif';
	var img_7 = new Image();
	img_7.src = path_to_img+'HOME_contattiroll.gif';
	var img_8 = new Image();
	img_8.src = path_to_img+'HOME_newsroll.gif';
	var img_9 = new Image();
	img_9.src = path_to_img+'HOME_corsiroll.gif';
	var img_10 = new Image();
	img_10.src = path_to_img+'HOME_fiereroll.gif';
	var img_11 = new Image();
	img_11.src = path_to_img+'HOME_pasticceriaroll.gif';
	var img_12 = new Image();
	img_12.src = path_to_img+'HOME_softroll.gif';
	var img_13 = new Image();
	img_13.src = path_to_img+'HOME_artigianaleroll.gif';
	var img_14 = new Image();
	img_14.src = path_to_img+'HOME_montapannaroll.gif';
	var img_15 = new Image();
	img_15.src = path_to_img+'HOME_altroroll.gif';
}

SetStatusStr('');


