// (c) Ger Versluis 2000-2004 version 7.00, July 17, 2004
//  You may use this script on non commercial sites
//  www.burmees.nl/menu/


	// Globals effecting all menus
	var PopNoOffMenus=1;	// number of seperate menus
	var BaseHref="";		// Root of the site
	var PopRClick=0;		// Defines which menu reacts on right click. 0=none

	var PopMenuSlide="";
	var PopMenuSlide="progid:DXImageTransform.Microsoft.RevealTrans(duration=.5, transition=19)";
	var PopMenuSlide="progid:DXImageTransform.Microsoft.GradientWipe(duration=.5, wipeStyle=1)";

	var PopMenuShadow="";
	//var PopMenuShadow="progid:DXImageTransform.Microsoft.DropShadow(color=#9999cc, offX=-1, offY=-1, positive=1)";
	//var PopMenuShadow="progid:DXImageTransform.Microsoft.Shadow(color=#9999cc,, direction=135, strength=3)";

	var PopMenuOpacity="";
	var PopMenuOpacity="progid:DXImageTransform.Microsoft.Alpha(opacity=100)";

	function P_BeforeStart(){return}
	function P_AfterBuild(){return}
	function P_BeforeFirstOpen(){return}
	function P_AfterCloseAll(){return}

	// Globals effecting one menu
	// Notation of PopMenu1 is different from PopMenu2. The result is the same. PopMenu1 is more understandable. PopMenu2 loads faster.

PopMenu1=new Array(		// global variables for PopMenu1
	6,			// number of main items
	18,			// Left position
	2,			// Top position
	"white",			// Normal font color
	"666699",		// Normal back color
	"ccccff",			// High font color
	"black",			// High back color
	"333366",			// Border color
	"verdana",	// Fontfamily
	1,			// bold
	0,			// Italic
	11,			// Font size in pixel
	1,			// First line horizontal
	1,			// First line permanent visible
	1,			// Border width
	"center",			// Text align "left", "center" or "right"
	.25,			// Horizontal overlap
	.25,			// Vertical overlap
	1000,			// Delay
	0,			// Right to left unfold
	"MenuPos",			// Target div
	1,			// Border between elements
	"left",			// Menu horizontal centered "left", "center" or "right"
	"top",			// Menu vertical centered "top", "center" or "bottom"
	BaseHref+"tri.gif",		// Arrow right
	5,			// Arrow Width
	10,			// Arrow Height
	BaseHref+"tridown.gif",	// Arrow down
	10,			// Arrow Width
	5,			// Arrow Height
	BaseHref+"trileft.gif",	// Arrow left
	5,			// Arrow Width
	10,			// Arrow Height
	2,			// Top padding
	4,			// Left padding
	0);			// Unfold On Click

//	Menu Items:
//	MenuX=new Array(ItemText, Link, background image, number of sub elements, height, width,bgcolor,bghighcolor,
//	fontcolor,fonthighcolor,bordercolor,fontfamily,fontsize,fontbold,fontitalic,textalign,statustext);
// 	Fontsize, fontbold and fontitalic are ignored when set to -1.
//	For rollover images ItemText format is:  "rollover?Image1.jpg?Image2.jpg"

//	Notation of PopMenu1_1 is different from PopMenu1_1_1. The result is the same. PopMenu1_1 is more understandable. PopMenu1_1_1 loads faster.

	PopMenu1_1=new Array(
		"HOME",	// ElementText
		"javascript:center.location.href='home.asp'",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		18,		// ElementHeight
		87,		// ElementWidth
		"black",		// ElementBgColor
		"FF8000",		// ElementBgHighColor
		"white",		// ElementFontColor
		"white",		// ElementFontHighColor
		"",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		1,		// ElementBold
		-1,		// ElementItalic
		"",		// ElementTextAlign
		"");		// ElementStatusText

		
			
	PopMenu1_2=new Array("ARTISTI","javascript:center.location.href='arthome.htm'","",0,18,87,"black","FF8000","white","white","","",-1,-1,-1,"","");
	
	PopMenu1_3=new Array("GENERE","javascript:center.location.href='generi/generemain.htm'","",0,18,87,"black","FF8000","white","white","","",-1,-1,-1,"","");
		
		
		PopMenu1_4=new Array("VIDEO","javascript:center.location.href='OK.htm'","",0,18,87,"black","FF8000","white","white","","",-1,-1,-1,"","");
        
	PopMenu1_5=new Array("SERVIZI","","",3,18,87,"black","FF8000","white","white","","",-1,-1,-1,"","");
        PopMenu1_5_1=new Array("Studio di registrazione","javascript:center.location.href='http://www.jam-session.net/studio/studionew.htm'","",0,18,157,"","","","","","",-1,-1,-1,"left","");
      	PopMenu1_5_2=new Array("Soluzioni multimediali","javascript:center.location.href='http://www.jam-session.net/WEBSOLUTIONS/INTRONw.htm'","",0,18,157,"","","","","","",-1,-1,-1,"left","");
	    PopMenu1_5_3=new Array("Sale prova","javascript:center.location.href='http://www.jam-session.net/studio/piantina.htm'","",0,18,157,"","","","","","",-1,-1,-1,"left","");

	PopMenu1_6=new Array("INFO","","",4,18,87,"black","FF8000","white","white","","",-1,-1,-1,"","");
        	PopMenu1_6_1=new Array("Chi siamo","javascript:center.location.href='cos.htm'","",0,18,87,"","","","","","",-1,-1,-1,"left","");
	        PopMenu1_6_2=new Array("Scrivici","mailto:info@jam-session.net","",0,18,87,"","","","","","",-1,-1,-1,"left","");
	        PopMenu1_6_3=new Array("Staff","javascript:center.location.href='chisiamo.htm'","",0,18,87,"","","","","","",-1,-1,-1,"left","");
        	PopMenu1_6_4=new Array("Assistenza","javascript:center.location.href='test2.htm'","",0,18,87,"","","","","","",-1,-1,-1,"left","");


