_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=10            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=50                // Follow scrolling Rate
_subOffsetTop=5               // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x


with(menuStyle=new mm_style()){
onbgcolor="#4F8EB6";
oncolor="#ffffff";
offbgcolor="#DCE9F0";
offcolor="#515151";
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2D729D";
separatorsize="1";
padding=5;
fontsize="75%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135,Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=84;
left=10;
alwaysvisible=1;
aI("text=Home;url=index.html;status=Back To Home Page;");
aI("text=Spirit songs;showmenu=Songs;");
aI("text=Concerts;showmenu=Concerts;");
aI("text=News;url=javascript:openIFrame('tempiframe','news.htm');;status=News;");
aI("text=Articles;url=javascript:openIFrame('tempiframe','articles.htm');;status=Articles;");
aI("text=Requests;url=javascript:openIFrame('tempiframe','requests.htm');;status=Requests;");
aI("text=Other Favourites;showmenu=OtherFavourites;");
aI("text=Spirit Links;url=javascript:openIFrame('tempiframe','links.htm');;status=Spirit Links;");
aI("text=About us;url=javascript:openIFrame('tempiframe','about.htm');;status=About us;");
}

with(milonic=new menuname("Songs")){
style=menuStyle;
aI("text=Spirit - Album overview;url=javascript:openIFrame('tempiframe','lyrics_all.htm');;status=Spirit - Album overview;");
aI("text=Spirit - SPIRIT;url=javascript:openIFrame('tempiframe','lyrics_spirit.htm');;status=Spirit - SPIRIT;");
aI("text=Spirit - THE FAMILY THAT PLAYS TOGETHER;url=javascript:openIFrame('tempiframe','lyrics_thefamilythatplaystogether.htm');;status=Spirit - THE FAMILY THAT PLAYS TOGETHER;");
aI("text=Spirit - TWELVE DREAMS OF DR SARDONICUS;url=javascript:openIFrame('tempiframe','lyrics_twelvedreamsofdrsardonicus.htm');;status=Spirit - TWELVE DREAMS OF DR SARDONICUS;");
}


with(milonic=new menuname("Various Songs")){
style=menuStyle;
aI("text=Animal Zoo;url=javascript:openIFrame('tempiframe','Spirit-Animal Zoo.htm');;status=Animal Zoo;");
aI("text=Life Has Just Begun;url=javascript:openIFrame('tempiframe','Spirit-Life Has Just Begun.htm');;status=Life Has Just Begun;");
aI("text=Love Has Found A Way;url=javascript:openIFrame('tempiframe','Spirit-Love Has Found A Way.htm');;status=Love Has Found A Way;");
aI("text=Morning Will Come;url=javascript:openIFrame('tempiframe','Spirit-Morning Will Come.htm');;status=Morning Will Come;");
aI("text=Mr Skin;url=javascript:openIFrame('tempiframe','Spirit-Mr Skin.htm');;status=Mr Skin;");
aI("text=Nature's Way;url=javascript:openIFrame('tempiframe','Spirit-Nature-s Way.htm');;status=Nature's Way;");
aI("text=Prelude Nothing To Hide;url=javascript:openIFrame('tempiframe','Spirit-Prelude Nothing To Hide.htm');;status=Prelude Nothing To Hide;");
aI("text=Soldier;url=javascript:openIFrame('tempiframe','Spirit-Soldier.htm');;status=Soldier;");
aI("text=Street Worm;url=javascript:openIFrame('tempiframe','Spirit-Street Worm.htm');;status=Street Worm;");
aI("text=When I Touch You;url=javascript:openIFrame('tempiframe','Spirit-When I Touch You.htm');;status=When I Touch You;");
aI("text=Why Can't I Be Free;url=javascript:openIFrame('tempiframe','Spirit-Why Cant I Be Free.htm');;status=Why Can't I Be Free;");

}

with(milonic=new menuname("Concerts")){
style=menuStyle;
aI("text=Concert Bottom line in New York - 1990;url=javascript:openIFrame('tempiframe','newyork.htm');;status=Concert Bottom line in New York - 1990;");
aI("text=Rockpalast Concert - march 1978;url=javascript:openIFrame('tempiframe','rockpalast.htm');;status=Rockpalast Concert - march 1978;");
aI("text=Spirit in Concert, Summerfest Festival - 1986;url=javascript:openIFrame('tempiframe','spiritinconcert.htm');;status=Spirit in Concert, Summerfest Festival - 1986;");
aI("text=Ebbets Field - october 1974;url=javascript:openIFrame('tempiframe','ebbets_field_oct_74.htm');;status=Ebbets Field - october 1974;");
aI("text=Nightstage - september 1989;url=javascript:openIFrame('tempiframe','nightstage.htm');;status=Nightstage - september 1989;");
aI("text=Westport Playhouse - april 1986;url=javascript:openIFrame('tempiframe','westport_playhouse_april_1986.htm');;status=Westport Playhouse - april 1986;");
aI("text=Texas International Popfestival - september 1969;url=javascript:openIFrame('tempiframe','texasintpopfestival.htm');;status=Texas International Popfestival - september 1969;");
aI("text=North Western University - 1996;url=javascript:openIFrame('tempiframe','North_western_university_1996.htm');;status=North Western University - 1996;");
aI("text=Live radio show - april 1993;url=javascript:openIFrame('tempiframe','live_radio_show_april_1993.htm');;status=Live radio show - april 1993;");
}


with(milonic=new menuname("OtherFavourites")){
style=menuStyle;
aI("text=Arthur Lee with Love;url=javascript:openIFrame('tempiframe','arthur_lee.htm');;status=Arthur Lee with Love;");
aI("text=Kaz Lux with Brainbox;url=javascript:openIFrame('tempiframe','kaz_lux.htm');;status=Kaz Lux with Brainbox;");

}





drawMenus();




