timegap=500
followspeed=5
followrate=40
suboffset_top=0;
suboffset_left=0;

effect = "fade(duration=0.3);Shadow(color='#777777', Direction=135, Strength=5)"

function openwin(url)
{
	nwin=window.open(url, "nwin",config="scrollbars=yes,resizable=yes,toolbar=yes,location=yes,status=yes,menubar=yes,");
	nwin.focus();
}

prop1=[						// prop1 is an array of properties you can have as many property arrays as you need
"FFFFFF",					// Off Font Color
"000066",					// Off Back Color
"000066",					// On Font Color
"FFFFFF",					// On Back Color
"999999",					// Border Color
12,							// Font Size
"normal",					// Font Style 
"normal",					// Font Weight
"Verdana,Tahoma,Helvetica",	// Font
3,							// Padding
"./arrow.gif",				// Sub Menu Image
0,							// 3D Border & Separator
"66ffff",					// 3D High Color
"000066",					// 3D Low Color
"FFFFFF",					// Referer item Font Color (leave this blank to disable)
"000066",					// Referer item Back Color (leave this blank to disable)
]

menu1=[				// This is the array that contains your menu properties and details
25,					// Top
160,					// left
,					// Width
1,					// Border Width
"left",			// Screen Position - here you can use "center;middle;right"
prop1,				// Properties Array - this is set higher up, as above
1,					// Always Visible - allows the menu item to be visible at all time
"center",			// Alignment - sets the menu elements alignment, HTML values are valid here for example: left, right or center
,					// Filter - Text variable for setting transitional effects on menu activation
,					// Follow Scrolling - Tells the menu item to follow the user down the screen
1, 					// Horizontal Menu - Tells the menu to be horizontal instead of top to bottom style
,					// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page
,					// Position of sub image left:center:right:middle:top:bottom
,					// Show an image on top menu bars indicating a sub menu exists below
,					// Reserved for future use
"&nbsp;Home&nbsp;&&nbsp;Introduction&nbsp;","show-menu2","./index.html","Home and Introduction",1, // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
"&nbsp;Discography&nbsp;","show-menu3","./dintro.html","Discography",1,
"&nbsp;Filmography&nbsp;","show-menu4","./dintro.html","Filmography",1,
"&nbsp;Deltiography&nbsp;","show-menu10","./fintro.html","Deltiography",1
]

//Home & Intro - top level
menu2=[
,,160,1,"",prop1,,"left",effect,,,,,,,
"Home","./index.html",,,1,
"History & Credits","show-menu5","./hdcred.html",,1,
"Assistance Wanted","./hassist.html",,,1,
"Useful Links","./hlinks.html",,,1
]

//Discography - top Level
menu3=[
,,160,1,"",prop1,,"left",effect,,,,,,,
"Introduction","./dintro.html",,,1,
"Quick Queries","show-menu6","./performances.php?key1=perf.category&dir1=Asc&key2=perf.SingerShort&dir2=Asc&key3=perf.Year&dir3=Asc",,1,
"Instructions & Help","show-menu7","./dinstr.html",,1
]

//Filmography - top Level
menu4=[
,,160,1,"",prop1,,"left",effect,,,,,,,
"Introduction","./fintro.html",,,1,
"Quick Queries","show-menu8","./films.php",,1,
"Instructions & Help","show-menu9","./finstr.html",,1
]

//Deltiography - top Level
menu10=[
,,160,1,"",prop1,,"left",effect,,,,,,,
"Introduction","./pintro.html",,,1,
"Quick Queries","show-menu11","./postcards.php",,1,
"Instructions & Help","show-menu12","./pinstr.html",,1
]

//History and credits - 2nd Level
menu5=[
,,160,1,"",prop1,,"left",effect,,,,,,,
"Discography","./hdcred.html",,,1,
"Filmography","./hfcred.html",,,1,
"deltiography","./hpcred.html",,,1,
"Technical","./htech.html",,,1
]

//Discography Quick Queries - 2nd Level
menu6=[
,,160,1,"",prop1,,"left",effect,,,,,,,
"All","./performances.php?key1=perf.category&dir1=Asc&key2=perf.SingerShort&dir2=Asc&key3=perf.Year&dir3=Asc",,,1,
"Die schöne Müllerin","./performances.php?fltCycle=D&key1=perf.category&dir1=Asc&key2=perf.SingerShort&dir2=Asc&key3=perf.Year&dir3=Asc",,,1,
"Winterreise","./performances.php?fltCycle=W&key1=perf.category&dir1=Asc&key2=perf.SingerShort&dir2=Asc&key3=perf.Year&dir3=Asc",,,1,
"Schwanengesang","./performances.php?fltCycle=S&key1=perf.category&dir1=Asc&key2=perf.SingerShort&dir2=Asc&key3=perf.Year&dir3=Asc",,,1
]

//Discography Instructions & Help - 2nd Level
menu7=[
,,160,1,"",prop1,,"left",effect,,,,,,,
"Instructions","./dinstr.html",,,1,
"Abbreviations","./dabbrev.html",,,1,
"Notes","./dnotes.html",,,1
]

//Filmography Quick Queries - 2nd Level
menu8=[
,,160,1,"",prop1,,"left",effect,,,,,,,
"All","./films.php?key1=f.sorttitle&dir1=Asc",,,1,
"Biographies","./films.php?fltType=B&key1=f.sorttitle&dir1=Asc",,,1,
"Documentaries","./films.php?fltType=D&key1=f.sorttitle&dir1=Asc",,,1,
"Performances","./films.php?fltType=P&key1=f.sorttitle&dir1=Asc",,,1,
"Incidental Music","./films.php?fltType=I&key1=f.sorttitle&dir1=Asc",,,1,
"Questionable","./films.php?fltType=Q&key1=f.sorttitle&dir1=Asc",,,1
]

//Filmography Instructions & Help - 2nd Level
menu9=[
,,160,1,"",prop1,,"left",effect,,,,,,,
"Instructions","./finstr.html",,,1,
"Notes","./fnotes.html",,,1
]

//Deltiography Quick Queries - 2nd Level
menu11=[
,,160,1,"",prop1,,"left",effect,,,,,,,
"All","./postcards.php",,,1,
"Portraits","./postcards.php?fltCatSection=A",,,1,
"Buildings, Statues, etc","./postcards.php?fltCatSection=B",,,1,
"Schubert's Works","./postcards.php?fltCatSection=C",,,1,
"Events Celebrating Schubert","./postcards.php?fltCatSection=D",,,1,
"Postcards from general sets","./postcards.php?fltCatSection=E",,,1,
"Postcards from 1928 centenary sets","./postcards.php?fltCatSection=F",,,1,
"Multi-view postcards","./postcards.php?fltCatSection=H",,,1,
"Miscellaneous postcards","./postcards.php?fltCatSection=Z",,,1
]

//Deltiography Instructions & Help - 2nd Level
menu12=[
,,160,1,"",prop1,,"left",effect,,,,,,,
"Instructions","./pinstr.html",,,1,
"Notes","./pnotes.html",,,1
]

