
if(navigator.appVersion.indexOf("MSIE 6.0")>0)
{
effect="Fade(duration=0.2);Alpha(style=0,opacity=88);Shadow(color='#777777', Direction=135, Strength=5)"
}
else
{
effect="Shadow(color='#777777', Direction=135, Strength=5)"
}

_menuCloseDelay=500;
_menuOpenDelay=0;
_scrollAmount=3;
_scrollDelay=20;
_followSpeed=5;
_followRate=40;
_subOffsetTop=10;
_subOffsetLeft=10;


with(style1=new mm_style()){
offcolor="#800000";
offbgcolor="#a0a0a0";
oncolor="#cc0000";
onbgcolor="#cccccc";
bordercolor="#000000";
borderstyle="solid";
bordercolor="black";
fontsize="12px";
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana, Arial";
padding=4;
separatorcolor="#000000";
separatorsize="1";
pagecolor="#ffcc66";
pagebgcolor="#a0a0a0";
subimage="misc/arrowdn.gif";
subimagepadding="2";
}

with(milonic=new menuname("mainmenu")){
top=2;
borderwidth=1;
screenposition="center";
style=style1;
alwaysvisible=1;
alignment="left";
orientation="horizontal";
aI("text=Home;url=index.html;;status=Back to the Olson Guitars home page;separatorsize=1")
aI("text=The&nbsp;Art&nbsp;&nbsp;;showmenu=art;;separatorsize=1")
aI("text=The&nbsp;Artists&nbsp;&nbsp;;showmenu=artists;;separatorsize=1")
aI("text=The&nbsp;Artisan&nbsp;&nbsp;;showmenu=artisan;;separatorsize=1")
aI("text=Miscellany&nbsp;&nbsp;;showmenu=misc;;separatorsize=1")
}

with(milonic=new menuname("art")){
itemwidth=110;
borderwidth=1;
style=style1;
alignment="left";
aI("text=Guitar Models;url=guitar_models.html;;separatorsize=1")
aI("text=Photo Gallery;url=guitar_appts.html;;separatorsize=1")
aI("text=Reviews;url=reviews.html;;separatorsize=1")
aI("text=Available;url=available.html;;separatorsize=1")
aI("text=Recently Sold;url=rs_1.php;;separatorsize=1")
aI("text=Brochure;url=brochure.html;;separatorsize=1")
aI("text=Ordering;url=ordering.html;;separatorsize=1")
aI("text=OlsonWear;url=olsonwear;;separatorsize=1")
}

with(milonic=new menuname("artists")){
itemwidth=120;
borderwidth=1;
style=style1;
alignment="left";
aI("text=Players' Gallery;url=players.html;;separatorsize=1")
aI("text=VideoVault;url=videovault.html;;separatorsize=1")
aI("text=Featured Artist;url=featured.html;;separatorsize=1")
aI("text=Soundbites;url=soundbites.html;;separatorsize=1")
aI("text=Olson Sightings;url=sightings.html;;separatorsize=1")
}

with(milonic=new menuname("artisan")){
itemwidth=150;
borderwidth=1;
style=style1;
alignment="left";
aI("text=About Olson Guitars;url=about.html;;separatorsize=1")
aI("text=Media;url=interviews.html;;separatorsize=1")
aI("text=Jim's Shop;url=shop.html;;separatorsize=1")
aI("text=Jim Olson Sightings;url=sightings_jim.html;;separatorsize=1")
aI("text=Luthiery Links;url=luthiery.html;;separatorsize=1")
}

with(milonic=new menuname("misc")){
itemwidth=80;
borderwidth=1;
style=style1;
alignment="left";
aI("text=Q&amp;A;url=faq.html;;separatorsize=1")
aI("text=Welcome Message;url=welcome.html;;separatorsize=1")
}



drawMenus();