fixMozillaZIndex=true;

horizStyle=new copyOf(vertStyle)
horizStyle.overfilter=""
horizStyle.outfilter=""
horizStyle.borderwidth=0
horizStyle.separatorpadding=1
horizStyle.separatorwidth=4
horizStyle.separatorimage="/_clipart/icons/newmenu_sep.gif";
horizStyle.onborder="";
horizStyle.subimage="/_clipart/icons/arrow_mil.gif";
horizStyle.onsubimage="/_clipart/icons/arrow_basered.gif";
horizStyle.oncolor = "#ce4e5d";
horizStyle.offbgcolor = "";
horizStyle.onbgcolor = "";
horizStyle.offcolor = "#000000";
horizStyle.image = "";
horizStyle.overbgimage="";
horizStyle.menubgcolor=""
horizStyle.menubgimage="/_clipart/icons/newmenu.gif";
horizStyle.bgimage="/_clipart/icons/newmenu.gif";
horizStyle.valign="bottom";

with(milonic=new menuname("PCBoard.ca Main Menu")){
style=horizStyle;
alwaysvisible=1;
menuwidth=989;
// menuwidth=777; Use to set the absolute width. Needed
orientation="horizontal";
// position="relative";
// screenposition="center"; Use this option to centre the menu on the screen
aI("text=&nbsp;&nbsp;Home;url=/;title=Back to Home Page;");
aI("text=Products;showmenu=PCBoard.ca Products;");
aI("text=Technical Data;showmenu=Technical Data;");
aI("text=Hamfests;showmenu=Hamfests;");
aI("text=The Weather;showmenu=Weather;");
aI("text=Ordering;showmenu=Shopping;");
aI("text=Contact Us;showmenu=Contact Us;");
aI("text=Links and Info;showmenu=Info;");
aI("text=Online Garage Sale;showmenu=Garage Sale;");
aI("text=Your Feedback;url=/share/;title=Your Feedback and Comments;");
}
drawMenus()