// The following line is critical for menu operation, and must appear only once.
menunum=0;menus=new Array();_d=document;function addmenu(){menunum++;menus[menunum]=menu;}function dumpmenus(){mt="<script language=javascript>";for(a=1;a<menus.length;a++){mt+=" menu"+a+"=menus["+a+"];"}mt+="<\/script>";_d.write(mt)}
//Please leave the above line intact

effect = "Fade(duration=0.1);Alpha(style=0,opacity=100);Shadow(color='#999999', Direction=135, Strength=3)"

timegap=500		// The time delay for menus to remain visible
followspeed=5		// Follow Scrolling speed
followrate=40		// Follow Scrolling Rate
suboffset_top=10;	// Sub menu offset Top position 
suboffset_left=10;	// Sub menu offset Left position

style1=[		// style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"999999",		// Mouse Off Font Color
"white",		// Mouse Off Background Color
"990000",		        // Mouse On Font Color
"e6E6E6",	        // Mouse On Background Color
"CCCCCC",		// Menu Border Color 
11,			// Font Size in pixels
"normal",		// Font Style (italic or normal)
"bold",			// Font Weight (bold or normal)
"Verdana,Arial,Helvetica,sans-serif",	// Font Name
3,			// Menu Item Padding
"white",		// 3D Border & Separator bar
,			// 3D High Color
,			// 3D Low Color
,			// Current Page Item Font Color (leave this blank to disable)
,			// Current Page Item Background Color (leave this blank to disable)
,			// Menu Header Font Color (Leave blank if headers are not needed)
,			// Menu Header Background Color (Leave blank if headers are not needed)
]

style2=[		// style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"999999",		// Mouse Off Font Color
"white",		// Mouse Off Background Color
"990000",		        // Mouse On Font Color
"e6E6E6",	        // Mouse On Background Color
"CCCCCC",		// Menu Border Color 
12,			// Font Size in pixels
"normal",		// Font Style (italic or normal)
"Verdana",	// Font Name
3,			// Menu Item Padding
"white",		// 3D Border & Separator bar
,			// 3D High Color
,			// 3D Low Color
,			// Current Page Item Font Color (leave this blank to disable)
,			// Current Page Item Background Color (leave this blank to disable)
,			// Menu Header Font Color (Leave blank if headers are not needed)
,			// Menu Header Background Color (Leave blank if headers are not needed)
]

addmenu(menu=[	// This is the array that contains your menu properties and details
"mainmenu",	// Menu Name - This is needed in order for the menu to be called
85,		// Menu Top - The Top position of the menu in pixels
,		// Menu Left - The Left position of the menu in pixels
,		// Menu Width - Menus width in pixels
0,		// Menu Border Width 
"center",	// Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
style1,		// Properties Array - this is set higher up, as above
1,		// Always Visible - allows the menu item to be visible at all time (1=on/0=off)
"left",		// Alignment - sets the menu elements text alignment, values valid here are: left, right or center
effect,		// Filter - Text variable for setting transitional effects on menu activation - see above for more info
,		// Follow Scrolling - Tells the menu item to follow the user down the screen (visible at all times) (1=on/0=off)
1, 		// Horizontal Menu - Tells the menu to become horizontal instead of top to bottom style (1=on/0=off)
,		// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on/0=off)
,		// Position of TOP sub image left:center:right
,		// ..Now Obsolete..
,		// Right To Left - Used in Hebrew for example. (1=on/0=off)
,		// Open the Menus OnClick - leave blank for OnMouseover (1=on/0=off)
,		// ID of the div you want to hide on MouseOver (useful for hiding form elements)
,		// Reserved for future use
,		// Reserved for future use
,		// Reserved for future use
// "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"SFOGLIA&nbsp;&nbsp;&nbsp;&nbsp;","show-menu=sfoglia",,"i tuoi libri in un click",0
,"LIBRERIA&nbsp;&nbsp;&nbsp;&nbsp;","show-menu=libreria",,"Scaffale per scaffale",0
,"NOVITA'&nbsp;&nbsp;&nbsp;&nbsp;","show-menu=novita",,"Novità, occasioni e top-ten",0
,"SERVIZI&nbsp;&nbsp;&nbsp;&nbsp;","show-menu=servizi",,"A vostra disposizione",0
,"EVENTI&nbsp;&nbsp;&nbsp;&nbsp;","show-menu=eventi",,"I migliori eventi",0
,"DIGITALE&nbsp;&nbsp;&nbsp;&nbsp;","show-menu=digitale",,"Tutto in un click",0
,"ALTRO&nbsp;&nbsp;&nbsp;&nbsp;","show-menu=altro",,"Architettura online",0

])

addmenu(menu=["sfoglia",
,,140,1,"",style1,,"left",effect,,,,,,,,,,,,
,"SfogliaLibro","http://www.ga-b.com/sfoglialibro.html",,,1
,"Home","http://www.ga-b.com",,,1

])

addmenu(menu=["libreria",
,,150,1,"",style1,,"left",effect,,,,,,,,,,,,
,"Architettura","http://g5.sideralia.it/www/giavedoni/home.php?cat=1",,,1
,"Arte","http://g5.sideralia.it/www/giavedoni/home.php?cat=14",,,1
,"Urbanistica","http://g5.sideralia.it/www/giavedoni/home.php?cat=21",,,1
,"Bioarchitettura","http://g5.sideralia.it/www/giavedoni/home.php?cat=12",,,1
,"Tipologie","http://g5.sideralia.it/www/giavedoni/home.php?cat=11",,,1
,"Riviste","http://g5.sideralia.it/www/giavedoni/home.php?cat=36",,,1
,"Informatica","http://g5.sideralia.it/www/giavedoni/home.php?cat=29",,,1

])

addmenu(menu=["novita",
,,150,1,"",style1,,"left",effect,,,,,,,,,,,,
,"Store","http://g5.sideralia.it/www/giavedoni/home.php",,,1
,"Anteprime","http://www.ga-b.com/anteprime.html",,,1
,"Novita'","http://g5.sideralia.it/www/giavedoni/search.php?mode=search&substring=SI&extra_fields[13]=on",,,1
,"Occasioni","http://g5.sideralia.it/www/giavedoni/search.php?mode=search&substring=SI&extra_fields[14]=on",,,1
,"Promozioni","http://www.ga-b.com/promozioni.html",,,1
,"Suggeriti","http://www.ga-b.com/suggeriti.html",,,1
,"El Croquis","http://www.ga-b.com/elcroquis.html",,,1
])

addmenu(menu=["servizi",
,,150,1,"",style1,,"left",effect,,,,,,,,,,,,
,"Advanced","http://g5.sideralia.it/www/giavedoni/_search.php?mode=advanced",,"Ricerca avanzata",1
,"Desideri","http://g5.sideralia.it/www/giavedoni/error_message.php?need_login",,"La tua lista",1
,"Registrati","http://g5.sideralia.it/www/giavedoni/register.php",,"Register",1
,"Info","http://g5.sideralia.it/www/giavedoni/help.php?section=conditions",,"Termini e condizioni",1
,"Privacy","http://g5.sideralia.it/www/giavedoni/help.php?section=business",,"DL 196/2003",1
,"Giavedoni","http://www.ga-b.com/libreria.html",,"Giavedoni a Pordenone",1
,"Usato","http://www.ga-b.com/usato.html",,"Pdf news",1
])

addmenu(menu=["eventi",
,,140,1,"",style1,,"left",effect,,,,,,,,,,,,
,"Mostre","",,,1
,"Gallerie","",,,1
,"Presentazioni","",,,1
,"Iniziative","",,,1
,"Eventi","http://www.ga-b.com/eventi.html",,,1
,"Biennale","",,,1
,"Fiere","",,,1
])

addmenu(menu=["digitale",
,,172,1,"",style1,,"left",effect,,,,,,,,,,,,
,"DVD","http://www.ga-b.com/dvd.html",,"Architettura in dvd",1
,"Pubblicazioni","http://g5.sideralia.it/www/giavedoni/home.php?cat=29",,"Books",1
,"Macintosh","",,"Mac",1
,"Hardware","",,,1
,"Archicad","",,,1
,"Software","",,,1
,"Architecture","http://www.architecture.it",,,1
])

addmenu(menu=["altro",
,,150,1,"",style1,,"left",effect,,,,,,,,,,,,
,"Casabella","http://www.ga-b.com/casabella.html",,,1
,"Links","http://www.ga-b.com/links.html",,,1
,"Maestri","http://www.ga-b.com/maestri.html",,,1
,"Scarpa","http://www.ga-b.com/scarpa.html",,,1
])

dumpmenus()
