
 

_menuCloseDelay=500;
_menuOpenDelay=150;
_scrollAmount=3;
_scrollDelay=20;
_followSpeed=5;
_followRate=40;
_subOffsetTop=0;
_subOffsetLeft=0;


with(PlainStyle=new mm_style()){
bgimage="images/guitar.jpg";
offcolor="#ffff00";
offbgcolor="#660066";
oncolor="#ffffff";
onbgcolor="#660066";
fontsize="10pt";
fontstyle="normal";
fontweight="bold";
fontfamily="Arial";
overfilter="Fade(duration=0.2);Alpha(opacity=90);"; 
padding=6;
}


with(milonic=new menuname("Mainmenu")){
top=112;
screenposition="center";
style=PlainStyle;
alwaysvisible=1;
orientation="horizontal";
aI("text=SITE INFO;showmenu=siteinfo;;")
aI("text=LATEST NEWS;showmenu=latestnews;")
aI("text=MERCHANDISE;showmenu=merchandise;")
aI("text=ARCHIVE INFO;showmenu=archiveinfo;")
aI("text=ABOUT RITCHIE;showmenu=aboutritchie;")
aI("text=LINKS&nbsp;&nbsp;;showmenu=links;")
aI("text=HOME&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;url=default.htm;")
}

with(milonic=new menuname("siteinfo")){
style=PlainStyle;
aI("text=About MBTP;url=aboutmbtp.htm;")
aI("text=Subscription Information;url=page1.htm;")
aI("text=Search This Site;url=search.html;")
aI("text=Contacts;url=page23.htm;")
}

with(milonic=new menuname("latestnews")){
style=PlainStyle;
aI("text=Magazine News;url=page3.htm#mag;")
aI("text=Tour News;url=page3.htm#tour;")
aI("text=Release News;url=page3.htm#release;")
aI("text=Book News;url=page3.htm#book;")
aI("text=Can You Help?;url=page3.htm#canuhelp;")
aI("text=Local Fan Groups;url=page3.htm#fan;")
aI("text=Mostly Autumn;url=http://www.autumn-leaves.co.uk;target=_blank;")
}

with(milonic=new menuname("merchandise")){
style=PlainStyle;
aI("text=CDs;url=http://www.mbtpstore.co.uk/index.php?act=viewCat&catId=1;target=_blank;")
aI("text=Videos & DVDs;url=http://www.mbtpstore.co.uk/index.php?act=viewCat&catId=4;target=_blank;")
aI("text=Photos;url=http://www.mbtpstore.co.uk/index.php?act=viewCat&catId=5;target=_blank;")
aI("text=Books;url=http://www.mbtpstore.co.uk/index.php?act=viewCat&catId=2;target=_blank;")
aI("text=Magazines;url=http://www.mbtpstore.co.uk/index.php?act=viewCat&catId=6;target=_blank;")
aI("text=Posters;url=http://www.mbtpstore.co.uk/index.php?act=viewCat&catId=8;target=_blank;")
aI("text=Promo Items & Rarities;url=http://www.mbtpstore.co.uk/index.php?act=viewCat&catId=9;target=_blank;")
}
with(milonic=new menuname("archiveinfo")){
style=PlainStyle;
aI("text=Tour Dates;url=arc4_tab.htm;")
aI("text=Back Issues;url=page2.htm;")
}

with(milonic=new menuname("aboutritchie")){
style=PlainStyle;
aI("text=Discography;url=discogbn_tab.htm;")
aI("text=Biography;url=bio.htm;")
aI("text=FAQs;url=faq.htm;")
}

with(milonic=new menuname("links")){
style=PlainStyle;
aI("text=Blackmore Related Sites;url=page4.htm;")
aI("text=Deep Purple Related Sites;url=page4.htm#purple;")
aI("text=Rainbow Related Sites;url=page4.htm#rainbow;")
aI("text=Other Sites;url=page4.htm#other;")
aI("text=Mostly Autumn;url=http://www.mostly-autumn.com/;")
}



drawMenus();
