var NoOffFirstLineMenus=7;		// Number of main menu items						
var LowBgColor="677f77";		// Background color when mouse is not over  Use "" for transparent
var HighBgColor="d6ded6";		// Background color when mouse is over
var FontLowColor="e7e7e7";		// Font color when mouse is not over
var FontHighColor="576f57";		// Font color when mouse is over
var BorderColor="black";		// Border color
var BorderWidthMain=1;			// Border width main items
var BorderWidthSub=1;			// Border width sub items
var BorderBtwnMain=1;			// Border width between elements main items
var BorderBtwnSub=1;			// Border width between elements sub items
var FontFamily="arial";			// Font family menu items
var FontSize=11;			// Font size menu items
var FontBold=1;				// Bold menu items 1 or 0
var FontItalic=0;			// Italic menu items 1 or 0
var MenuTextCentered="center";		// Item text position left, center or right
var MenuCentered="center";		// Menu horizontal position can be: left, center, right
var MenuVerticalCentered="center";	// Menu vertical position top, middle,bottom or static
var ChildOverlap=.2;			// horizontal overlap child/ parent
var ChildVerticalOverlap=.2;		// vertical overlap child/ parent
var StartTop=0;				// Menu offset x coordinate
var StartLeft=0;			// Menu offset y coordinate
var VerCorrect=0;			// Multiple frames y correction
var HorCorrect=0;			// Multiple frames x correction
var DistFrmFrameBrdr=15;		// Distance between main menu and frame border
var LeftPaddng=2;			// Left padding
var TopPaddng=2;			// Top padding. If set to -1 text is vertically centered
var FirstLineHorizontal=1;		// Defines which level the menu must unfold horizontal; 0 is all vertical
var MenuFramesVertical=0;		// Frames in cols or rows 1 or 0
var DissapearDelay=500;			// delay before menu folds in
var UnfoldDelay=100;			// delay before sub unfolds	
var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
var FirstLineFrame="navig";		// Frame where first level appears
var SecLineFrame="space";		// Frame where sub levels appear
var DocTargetFrame="space";		// Frame where target documents appear
var TargetLoc="";			// span id for relative positioning
var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
var RightToLeft=0;			// enables/ disables right to left unfold 1 or 0
var BottomUp=0;				// enables/ disables Bottom up unfold 1 or 0
var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
var BaseHref="";			// BaseHref lets you specify the root directory for relative links. For example,
					// when BaseHref= "http://www.MyDomain/" and a link in the menu is "subdir/MyFile.htm",
					// the script renders to: "http://www.MyDomain/subdir/MyFile.htm"
					// Can also be used when you use images in the textfields of the menu
					// "MenuX=new Array("<img src=\""+BaseHref+"MyImage\">"
					// For testing offline use syntax like: BaseHref="file:///C|/MyFiles/Homepage/"

var Arrws=[BaseHref+"./images/arrowright.gif",5,10,BaseHref+"./images/arrowdown.gif",10,5,BaseHref+"./images/arrowleft.gif",5,10,BaseHref+"./images/arrowup.gif",10,5];
					// Arrow source, width and height. If arrows are not needed keep source ""
var MenuUsesFrames=1;			// MenuUsesFrames is only 0 when Main menu, submenus,
					// document targets and script are in the same frame. Otherwise set to 1
					
var RememberStatus=0;			// RememberStatus: When set to 1, menu unfolds to the presetted menu item. 
					// When set to 2 only the relevant main item stays highlighted
					// Do This by setting a variable in the head section of the target document.
					// <head><script type="text/javascript">var SetMenu="2_2_1";</script></head>
					// 2_2_1 represents the menu item Menu2_2_1=new Array(.......

					// Below are 3 effects: MenuSlide, MenuShadow and MenuOpacity for IE6+ only
					// If you don't need MenuSlide just leave in the line var MenuSlide="";
					// and delete any other MenuSlide statements you don't need.
					// Above is also valid for MenuShadow and MenuOpacity
					// You can use other effects by specifying another filter for MenuShadow and MenuOpacity.
					// You can add more filters by concanating the strings
var BuildOnDemand=0;			// 1/0 When set to 1 the sub menus are built when the parent is moused over
var BgImgLeftOffset=0;			// Only relevant when bg image is used as rollover
var ScaleMenu=0;			// 1/0 When set to 0 Menu scales with browser text size setting

var HooverBold=0;			// 1 or 0
var HooverItalic=0;			// 1 or 0
var HooverUnderLine=0;			// 1 or 0
var HooverTextSize=0;			// 0=off, number is font size difference on hoover
var HooverVariant=0;			// 1 or 0

var MenuSlide="";
var MenuSlide="progid:DXImageTransform.Microsoft.RevealTrans(duration=.5, transition=19)";
var MenuSlide="progid:DXImageTransform.Microsoft.GradientWipe(duration=.5, wipeStyle=1)";

var MenuShadow="";
var MenuShadow="progid:DXImageTransform.Microsoft.DropShadow(color=#aaaaaa, offX=2, offY=2, positive=1)";
var MenuShadow="progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=135, strength=5)";

var MenuOpacity="";
var MenuOpacity="progid:DXImageTransform.Microsoft.Alpha(opacity=100)";

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}


// MENU TREE
// MenuX=new Array("ItemText","Link","background image",number of sub elements,height,width,"bgcolor","bghighcolor",
// "fontcolor","fonthighcolor","bordercolor","fontfamily",fontsize,fontbold,fontitalic,"textalign","statustext");
// Color and font variables defined in the menu tree take precedence over the global variables
// Fontsize, fontbold and fontitalic are ignored when set to -1.
// For rollover images ItemText or background image format is:  "rollover?"+BaseHref+"Image1.jpg?"+BaseHref+"Image2.jpg" 

Menu1=new Array("Home","http://www.triplets.com/main.htm","",0,20,101,"","","","","","",-1,-1,-1,"","");


	
Menu2=new Array("Notation","main.htm","",11,20,101,"","","","","","",-1,-1,-1,"","");
	Menu2_1=new Array("Finale","http://www.triplets.com/software/finale/index.htm","",0,20,152,"","","","","","",-1,-1,-1,"","");
	Menu2_2=new Array("Sibelius","http://www.triplets.com/software/sibelius/index.htm","",0,20,152,"","","","","","",-1,-1,-1,"","");
	Menu2_3=new Array("Sibelius/Photo Bundle","http://www.triplets.com/software/sibeliusbundle/index.htm","",0,20,152,"","","","","","",-1,-1,-1,"","");
	Menu2_4=new Array("Allegro","http://www.triplets.com/software/allegro/index.htm","",0,20,152,"","","","","","",-1,-1,-1,"","");
	Menu2_5=new Array("PrintMusic","http://www.triplets.com/software/printmusic/index.htm","",0,20,152,"","","","","","",-1,-1,-1,"","");
	Menu2_6=new Array("SongWriter","http://www.triplets.com/software/songwriter/index.htm","",0,20,152,"","","","","","",-1,-1,-1,"","");
	Menu2_7=new Array("SmartScore Pro","http://www.triplets.com/software/smartscore/index.htm","",0,20,152,"","","","","","",-1,-1,-1,"","");
	Menu2_8=new Array("SmartScore Songbook","http://www.triplets.com/software/songbook/index.htm","",0,20,152,"","","","","","",-1,-1,-1,"","");
	Menu2_9=new Array("PhotoScore","http://www.triplets.com/software/photoscore/index.htm","",0,20,152,"","","","","","",-1,-1,-1,"","");
	Menu2_10=new Array("Guitar Pro","http://www.triplets.com/software/guitarpro/index.htm","",0,20,152,"","","","","","",-1,-1,-1,"","");	
	Menu2_11=new Array("G7","http://www.triplets.com/software/g7/index.htm","",0,20,152,"","","","","","",-1,-1,-1,"","");

Menu3=new Array("Ear & Theory","main.htm","",4,20,101,"","","","","","",-1,-1,-1,"","");
	Menu3_1=new Array("EarMaster Essential","http://www.triplets.com/software/earess/index.htm","",0,20,131,"","","","","","",-1,-1,-1,"","");
	Menu3_2=new Array("Ear Master Pro","http://www.triplets.com/software/earmaster/index.htm","",0,20,131,"","","","","","",-1,-1,-1,"","");
	Menu3_3=new Array("Practica Musica","http://www.triplets.com/software/practica/index.htm","",0,20,131,"","","","","","",-1,-1,-1,"","");
	Menu3_4=new Array("TimeStretch","http://www.triplets.com/software/timestretch/index.htm","",0,20,131,"","","","","","",-1,-1,-1,"","");

Menu4=new Array("Instructional","main.htm","",5,20,101,"","","","","","",-1,-1,-1,"","");
	Menu4_1=new Array("Play Guitar Deluxe","http://www.triplets.com/software/iguitar/index.htm","",0,20,151,"","","","","","",-1,-1,-1,"","");
	Menu4_2=new Array("Play Electric Guitar Deluxe","http://www.triplets.com/software/ielectric/index.htm","",0,20,151,"","","","","","",-1,-1,-1,"","");	
	Menu4_3=new Array("Play Piano Deluxe","http://www.triplets.com/software/ipiano/index.htm","",0,20,151,"","","","","","",-1,-1,-1,"","");
	Menu4_4=new Array("Play Keyboard","http://www.triplets.com/software/ikey/index.htm","",0,20,151,"","","","","","",-1,-1,-1,"","");
	Menu4_5=new Array("Music Ace Deluxe","http://www.triplets.com/software/mad/index.htm","",0,20,151,"","","","","","",-1,-1,-1,"","");
	
Menu5=new Array("Recording","main.htm","",6,20,101,"","","","","","",-1,-1,-1,"","");
	Menu5_1=new Array("Music Creator","http://www.triplets.com/software/mc/index.htm","",0,20,111,"","","","","","",-1,-1,-1,"","");
	Menu5_2=new Array("Home Studio","http://www.triplets.com/software/homestudio/index.htm","",0,20,111,"","","","","","",-1,-1,-1,"","");
	Menu5_3=new Array("Home Studio XL","http://www.triplets.com/software/homexl/index.htm","",0,20,111,"","","","","","",-1,-1,-1,"","");
	Menu5_4=new Array("Cubase Essential","http://www.triplets.com/software/cubasee/index.htm","",0,20,111,"","","","","","",-1,-1,-1,"","");
	Menu5_5=new Array("Cubase Studio","http://www.triplets.com/software/cubases/index.htm","",0,20,111,"","","","","","",-1,-1,-1,"","");
	Menu5_6=new Array("Cubase","http://www.triplets.com/software/cubase/index.htm","",0,20,111,"","","","","","",-1,-1,-1,"","");
	
Menu6=new Array("Other Items","main.htm","",9,20,101,"","","","","","",-1,-1,-1,"","");
	Menu6_1=new Array("Garritan Orchestra","http://www.triplets.com/software/gpo/index.htm","",0,20,162,"","","","","","",-1,-1,-1,"","");
	Menu6_2=new Array("Garritan Jazz","http://www.triplets.com/software/gjazz/index.htm","",0,20,162,"","","","","","",-1,-1,-1,"","");
	Menu6_3=new Array("Garritan Marching Band","http://www.triplets.com/software/gmarch/index.htm","",0,20,162,"","","","","","",-1,-1,-1,"","");
	Menu6_4=new Array("Band In A Box","http://www.triplets.com/software/bandbox/index.htm","",0,20,162,"","","","","","",-1,-1,-1,"","");
	Menu6_5=new Array("Band In A Box MegaPak","http://www.triplets.com/software/bbmega/index.htm","",0,20,162,"","","","","","",-1,-1,-1,"","");
	Menu6_6=new Array("Band In A Box EverythingPak","http://www.triplets.com/software/bbever/index.htm","",0,20,162,"","","","","","",-1,-1,-1,"","");
	Menu6_7=new Array("USB/MIDI Interface","http://www.triplets.com/cables/usbmidi/index.htm","",0,20,162,"","","","","","",-1,-1,-1,"","");
	Menu6_8=new Array("Music Memory Cards","http://www.triplets.com/cards/index.htm","",0,20,162,"","","","","","",-1,-1,-1,"","");
	Menu6_9=new Array("Ultimate Guitar Workout","http://www.triplets.com/ugw/index.htm","",0,20,162,"","","","","","",-1,-1,-1,"","");

	
Menu7=new Array("Company Info","http://www.triplets.com/info/company.htm","",0,20,101,"","","","","","",-1,-1,-1,"","");
	