var theMenu = new Array();
theMenu[0] = new Array("myMenu1","menu1");


var myMenu1 = new Array();
myMenu1[0] = new Array("M","Copiatrici","this is the first sub menu","menu0");
myMenu1[1] = new Array("M","Copiatrici a colori","this is the first sub menu","menu1");
myMenu1[2] = new Array("M","Telefax","this is the first sub menu","menu2");
myMenu1[3] = new Array("M","Personal Computer","this is the first sub menu","menu3");
myMenu1[4] = new Array("M","Periferiche","this is the first sub menu","menu4");
myMenu1[5] = new Array("M","Sistemi di stampa","this is the first sub menu","menu5");
myMenu1[6] = new Array("M","Macchine dopo stampa","this is the first sub menu","menu6");
myMenu1[7] = new Array("M","Registratori di cassa","this is the first sub menu","menu7");
myMenu1[8] = new Array("M","Audiovisivi","this is the first sub menu","menu8");
myMenu1[9] = new Array("M","Mobili per l'ufficio","this is the first sub menu","menu9");
myMenu1[10] = new Array("M","Plotter","this is the first sub menu","menu10");

var menu0 = new Array();
menu0[0] = new Array("L","Sharp","this is the first menu item","/prodotti/frame_sharp.htm");
menu0[1] = new Array("L","Danka Infotec","this is the first menu item","/prodotti/frame_danka.htm");
menu0[2] = new Array("L","Canon Italia","this is the second item in this sub menu","/prodotti/frame_canon.htm");
menu0[3] = new Array("L","Toshiba","this is the second item in this sub menu","/prodotti/frame_toshiba.htm");

var menu1 = new Array();
menu1[0] = new Array("L","Sharp","this is the first menu item","/prodotti/frame_sharp.htm");
menu1[1] = new Array("L","Canon Italia","this is the second item in this sub menu","/prodotti/frame_canon.htm");
menu1[2] = new Array("L","Toshiba","this is the second item in this sub menu","/prodotti/frame_toshiba.htm");


var menu2 = new Array();
menu2[0] = new Array("L","Brother","this is the first menu item","/prodotti/frame_brother.htm");
menu2[1] = new Array("L","Danka Infotec","this is the first menu item","/prodotti/frame_danka.htm");

var menu3 = new Array();
menu3[0] = new Array("L","Comex","this is the first item in this sub menu","/prodotti/frame_comex.htm");
menu3[1] = new Array("L","IBM","this is the second item in this sub menu","/prodotti/frame_IBM.htm");
menu3[2] = new Array("L","HP","this is the last item in this sub menu","/prodotti/frame_HP.htm");
menu3[3] = new Array("L","Toshiba","this is the last item in this sub menu","/prodotti/frame_toshiba.htm");

var menu4 = new Array();
menu4[0] = new Array("L","Brother","this is the first item in this sub menu","/prodotti/frame_brother.htm");
menu4[1] = new Array("L","HP","this is the second item in this sub menu","/prodotti/frame_hp.htm");
menu4[2] = new Array("L","Atlantisland","this is the last item in this sub menu","/prodotti/frame_atlantisland.htm");

var menu5 = new Array();
menu5[0] = new Array("L","Duplo","this is the first item in this sub menu","/prodotti/frame_duplo.htm");

var menu6 = new Array();
menu6[0] = new Array("L","Tosingraf","this is the first item in this sub menu","/prodotti/frame_tosingraf.htm");

var menu7 = new Array();
menu7[0] = new Array("L","Suprema","this is the first item in this sub menu","/prodotti/frame_suprema.htm");

var menu8 = new Array();
menu8[0] = new Array("L","Sharp","this is the first item in this sub menu","/prodotti/frame_sharp.htm");
menu8[1] = new Array("L","Geha","this is the second item in this sub menu","/prodotti/frame_geha.htm");

var menu9 = new Array();
menu9[0] = new Array("L","Upper","this is the first item in this sub menu","/prodotti/frame_upper.htm");

var menu10 = new Array();
menu10[0] = new Array("L","Reisel","this is the first item in this sub menu","/prodotti/frame_reisel.htm");
menu10[1] = new Array("L","HP","this is the second item in this sub menu","/prodotti/frame_hp.htm");
menu10[2] = new Array("L","Canon Italia","this is the second item in this sub menu","/prodotti/frame_canon.htm");
menu10[3] = new Array("L","Encad Kodak","this is the second item in this sub menu","/prodotti/frame_encad.htm");
