fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;

with(menuStyle=new mm_style()){
bordercolor="#999999";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
separatorpadding="1";
fontsize="100%";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#bfbab5";
offcolor="#000000";
onbgcolor="#ffffce";
oncolor="#000000";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color=#777777', Direction=135, Strength=3)";
padding=4;
margin=4;
padding=5;
separatorpadding=2;
separatorheight=0;
pagebgcolor="#ffffce";
pagecolor="#000000";
separatorcolor="#999999";
separatorsize=1;
subimage="/Images/arroworange.gif";
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=0;
orientation="horizontal";
style=menuStyle;
top=68;
aI("status=Return to our Home Page;text=Home Page;url=/rvvendor.asp;");
aI("showmenu=rv;status=Find An RV;text=Find An RV;");
aI("showmenu=find;status=Find An RV Dealer;text=Find An RV Dealer;");
aI("showmenu=sell;status=Sell Your RV;text=Sell Your RV;");
aI("showmenu=resources;status=Resources;text=Resources;");
aI("showmenu=faq;status=FAQ;text=FAQ;");
aI("status=Join Our Inner Circle;text=Join Our Inner Circle;url=/rv vendor join.asp");
aI("status=Login;text=Login;url=https://secure.rvvendor.com/ssl/login.asp;");
}

with(milonic=new menuname("rv")){
overflow="scroll";
style=menuStyle;
aI("text=Search Our Online Inventory;status=Search Our Online Inventory;url=/rv vendor search.asp;")
aI("showmenu=browse;status=Browse Our Online Inventory Of;text=Browse Our Online Inventory Of;");
}

with(milonic=new menuname("browse")){
overflow="scroll";
style=menuStyle;
aI("text=All Types;status=Of All Types;url=/rv vendor browse.asp?p=;")
aI("text=Class A Motorhomes;status=Class A Motorhomes;url=/rv vendor browse.asp?p=a;")
aI("text=Class B Motorhomes;status=Class B Motorhomes;url=/rv vendor browse.asp?p=b;")
aI("text=Class C Motorhomes;status=Class C Motorhomes;url=/rv vendor browse.asp?p=c;")
aI("text=Diesel Pushers;status=Diesel Pushers;url=/rv vendor browse.asp?p=d;")
aI("text=Fifth Wheels;status=Fifth Wheels;url=/rv vendor browse.asp?p=w;")
aI("text=Park Models;status=Park Models;url=/rv vendor browse.asp?p=p;")
aI("text=Tent Trailers;status=Tent Trailers;url=/rv vendor browse.asp?p=r;")
aI("text=Toy Haulers;status=Toy Haulers;url=/rv vendor browse.asp?p=y;")
aI("text=Travel Trailers;status=Travel Trailers;url=/rv vendor browse.asp?p=t;")
aI("text=Truck Campers;status=Truck Campers;url=/rv vendor browse.asp?p=k;")
}

with(milonic=new menuname("find")){
overflow="scroll";
style=menuStyle;
aI("text=By Name;status=By Name;url=/rv vendor dealer.asp?p=n;")
aI("text=By Zip Code;status=By Zip Code;url=/rv vendor dealer.asp?p=z;")
aI("text=By Area Code;status=By Area Code;url=/rv vendor dealer.asp?p=a;")
aI("text=By State or Province;status=By State or Province;url=/rv vendor dealer.asp?p=s;")
}

with(milonic=new menuname("sell")){
overflow="scroll";
style=menuStyle;
aI("text=Private Sellers Click Here;status=Private Sellers Click Here;url=/rv vendor private.asp;")
aI("text=Dealers - Put Your Inventory Online;status=Dealers - Put Your Inventory Online;url=/rv vendor dealers.asp;")
}

drawMenus();


