


_menuCloseDelay=1000           // 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=40                // Follow scrolling Rate
_subOffsetTop=1              // Sub menu top offset
_subOffsetLeft=3            // 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="orange";
oncolor="#ffffff";
offbgcolor="#e6e5e6";
offcolor="#000000";
bordercolor="#ffffff";
fontweight="normal"
onbold="1";
borderstyle="solid";
borderwidth=0;
separatorcolor="#FFFFFF";
separatorsize="3";
padding=1;
fontsize="95%";
fontstyle="normal";
fontfamily="Verdana";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
//subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}


with(menuStyle2=new mm_style()){
onbgcolor="";
oncolor="";
offbgcolor="white";
offcolor="black";
bordercolor="";
borderstyle="";
borderwidth=0;
separatorcolor="";
separatorsize="0";
padding=1;
fontsize="95%";
fontstyle="normal";
fontfamily="Arial";
pagecolor="";
pagebgcolor="#FFFFFF";
headercolor="";
headerbgcolor="";
//subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#FFFFFF', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(kuku=new menuname("Main Menu")){
style=menuStyle2;
top=10;
//left=50;
screenposition="center";
left="offset=-10";
//position="relative"; 
//top="offset=10";
alwaysvisible=1;
followscroll="1";
orientation="horizontal";
aI("text=Home&nbsp;url=http:/;status=Back To Home Page;onbgcolor=orange;oncolor=white;fontweight=bold");
//aI("text=&nbsp;fontweight=bold;fontsize=125%");
//aI("text=&nbsp;Services&nbsp;showmenu=Services;offcolor=black;onbgcolor=orange;oncolor=white;fontweight=bold");
//aI("text=&nbsp;fontweight=bold;fontsize=125%");
aI("text=&nbsp;Products&nbsp  ;showmenu=Products;onbgcolor=orange;oncolor=white;fontweight=bold");
// aI("text=Prices;url=http://www.promogifts.co.nz/prices;oncolor=white;offcolor=white;offbgcolor=#cccccc;onbgcolor=#CC99FF;");
aI("text=&nbsp;Search&nbsp;url=search.cgi;offcolor=black;onbgcolor=orange;oncolor=white;fontweight=bold");
aI("text=&nbsp;Members&nbsp;url=members.cgi;offcolor=black;onbgcolor=orange;oncolor=white;fontweight=bold");
aI("text=&nbsp;About Us&nbsp;url=about.cgi;offcolor=black;onbgcolor=orange;oncolor=white;fontweight=bold");
aI("text=&nbsp;Contact&nbsp;url=contact.cgi;offcolor=black;onbgcolor=orange;oncolor=white;fontweight=bold");
aI("text=&nbsp;Help&nbsp;url=help.cgi;offcolor=black;onbgcolor=orange;oncolor=white;fontweight=bold");
}

with(kuku=new menuname("Services")){
style=menuStyle;
aI("text=");
aI("text=Merchandise Management;url=#;");
aI("text=Customers;url=#;");
aI("text=Incentives;url=#;");
aI("text=Print Management;url=#;");
}
with(kuku=new menuname("products")){
style=menuStyle;
aI("text=");
aI("text=apparel;showmenu=products/apparel;");
aI("text=bags;url=show.cgi?dir=products&item=bags;");
aI("text=business and executive;url=show.cgi?dir=products&item=business and executive;");
aI("text=cameras;url=show.cgi?dir=products&item=cameras;");
aI("text=desktop;url=show.cgi?dir=products&item=desktop;");
aI("text=drinking vessels;url=show.cgi?dir=products&item=drinking vessels;");
aI("text=gift sets;url=show.cgi?dir=products&item=gift sets;");
aI("text=houseware;url=show.cgi?dir=products&item=houseware;");
aI("text=keyrings and things;url=show.cgi?dir=products&item=keyrings and things;");
aI("text=new products;url=show.cgi?dir=products&item=new products;");
aI("text=novelties;url=show.cgi?dir=products&item=novelties;");
aI("text=outdoor and leisure;url=show.cgi?dir=products&item=outdoor and leisure;");
aI("text=pens;url=show.cgi?dir=products&item=pens;");
aI("text=radios;url=show.cgi?dir=products&item=radios;");
aI("text=specials;url=show.cgi?dir=products&item=specials;");
aI("text=stress relief;url=show.cgi?dir=products&item=stress relief;");
aI("text=summer catalogue;url=show.cgi?dir=products&item=summer catalogue;");
aI("text=time pieces;url=show.cgi?dir=products&item=time pieces;");
aI("text=tools and accessories;url=show.cgi?dir=products&item=tools and accessories;");
}

with(kuku=new menuname("products/apparel")){
style=menuStyle;
aI("text=belts;url=show.cgi?dir=products/apparel&item=belts;");
aI("text=hats;url=show.cgi?dir=products/apparel&item=hats;");
aI("text=jackets;url=show.cgi?dir=products/apparel&item=jackets;");
aI("text=manchester;url=show.cgi?dir=products/apparel&item=manchester;");
aI("text=pants;url=show.cgi?dir=products/apparel&item=pants;");
aI("text=shirts;showmenu=products/apparel/shirts;");
}

with(kuku=new menuname("products/apparel/shirts")){
style=menuStyle;
aI("text=business;url=show.cgi?dir=products/apparel/shirts&item=business;");
aI("text=polos;url=show.cgi?dir=products/apparel/shirts&item=polos;");
aI("text=tees;url=show.cgi?dir=products/apparel/shirts&item=tees;");
}


drawMenus();
