


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // 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="#ebc019";
oncolor="#000000";
offbgcolor="#e99207";
offcolor="#000000";
bordercolor="#774603";
borderstyle="solid";
borderwidth=2;
separatorcolor="#774603";
separatorsize="1";
padding=5;
fontsize="11";
fontstyle="normal";
fontweight='bold';
fontfamily="Verdana, Tahoma, Arial";
align="left";
//pagecolor="black";
//pagebgcolor="#82B6D7";
//headercolor="#000000";
//headerbgcolor="#ffffff";
//subimage="images/arrowdn.gif";
subimagepadding="0";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=0, Strength=0)";
//outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=100;
left=0;
alwaysvisible=1;
screenposition="center";
//followscroll="1";
orientation="horizontal";
aI("text=Home:;url=../index.html;status=Home;");
aI("text=About PMMS:;url=../about.htm;status=About PMMS;");
//aI("text=PMMS Blog:;url=../blog.html;status=PMMS Blog;");
aI("text=Information:;showmenu=information;");
aI("text=Links:;url=../links.htm;status=Links;");
aI("text=Models:;showmenu=models;");
aI("text=New Kit News:;url=../newkitnews.html;status=New Kit News;");
aI("text=Reference:;showmenu=reference;");
aI("text=Reviews:;showmenu=reviews;");
aI("text=Whatsnew?:;url=../whatsnew.htm;status=Whatsnew?;");
}

with(milonic=new menuname("models")){
style=menuStyle;
overflow="scroll";
aI("text=Dioramas;url=../models/dioramas/dioramas.htm;status=Dioramas;");
aI("text=Figures;url=../models/figures/figures.htm;status=Figures;");
aI("text=Sci-Fi;url=../models/sci-fi/sci-fi.htm;status=Sci-Fi;");
aI("text=Tutorials;url=../models/tips.htm;status=Tutorials;");
aI("text=Vehicles;url=../models/vehicles/vehicles.htm;status=Vehicles;");
}

with(milonic=new menuname("reference")){
style=menuStyle;
aI("text=Vehicles;url=../ref.htm;status=Vehicles;");
}

with(milonic=new menuname("reviews")){
style=menuStyle;
aI("text=1:35-1:16 Vehicles;url=../reviews/vehicles/revafv.htm;status=1:35-1:16 Vehicles;");
aI("text=1:48 Figures/Vehicles;url=../reviews/48/48reviews.htm;status=1:48 Figures/Vehicles;");
aI("text=Books/CDs;url=../reviews/books/bookrev.htm;status=Books/CDs;");
aI("text=Comparison Reviews;url=../reviews/vehicles/comparison.htm;status=Comparison Reviews;");
aI("text=Diorama Accessories;url=../reviews/diorama/revdio.htm;status=Diorama Accessories;");
aI("text=Figures;url=../reviews/figures/revfigs.htm;status=Figures;");
aI("text=Modelling Tools;url=../reviews/tools/tools.htm;status=Modelling Tools;");
aI("text=Previews;url=../reviews/previews.html;status=Previews;");
aI("text=Subject Review Listings;url=../reviews/subject.htm;status=Subject Review Listings;");
}

with(milonic=new menuname("information")){
style=menuStyle;
aI("text=Australian Hobby Shop Directory;url=../shops.htm;status=Australian Hobby Shop Directory;");
aI("text=Australian Producers Directory;url=../producers.htm;status=Australian Producers Directory;");
aI("text=Perth Model Clubs;url=../clubs.htm;status=Perth Model Clubs;");
aI("text=Submitting Review Items;url=../disclaim.htm;status=Submitting review items;");
aI("text=Terms and Conditions;url=../disclaim.htm;status=Terms and Conditions;");
//aI("text=W.A.S.M.Ex;url=http://www.wasmex.homestead.com;target=_blank;status=W.A.S.M.Ex;");
}

drawMenus();


