


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#5b9525";
oncolor="#ffffff";
offbgcolor="#ffffff";
offcolor="#515151";
bordercolor="#5b9525";
borderstyle="solid";
borderwidth=1;
separatorcolor="#5b9525";
separatorsize="1";
padding=5;
fontsize="100%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="fade(overlap=0.2,duration=0.5)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=250;
left=10;
alwaysvisible=1;
overflow="scroll";
aI("text=Home;url=./main.php;status=Back To Home Page;");
aI("text=What's New;url=./page.php?ref=1;");
aI("text=Best Sellers / Top 5;url=./page.php?ref=2;showmenu=Best Sellers;");
aI("text=Consumables;url=page.php?ref=3;showmenu=Consumables;");
aI("text=Photocopiables;url=./page.php?ref=4;showmenu=Photocopiables_Choose;");
aI("text=Teachers' Books;url=./page.php?ref=5;showmenu=Teachers Books;");
aI("text=Parent's Books;url=./page.php?ref=6;showmenu=Parents Books;");
aI("text=Equipment;url=./page.php?ref=7;showmenu=Equipment;");
aI("text=Software;url=./page.php?ref=12;showmenu=Software;");
aI("text=NC Topics;url=./page.php?ref=13;showmenu=NC Topics;");
aI("text=Customisation;url=./page.php?ref=14;showmenu=Customisation;");
aI("text=Print;url=./page.php?ref=15;showmenu=Print;");
aI("text=Promotional;url=./page.php?ref=16;showmenu=Promotional;");
aI("text=Special Offers;url=./page.php?ref=8;showmenu=Special Offers;");
//aI("text=About Us;url=./page.php?ref=9;");
aI("text=Contact Us;url=./page.php?ref=10;");
aI("text=View Cart;url=./view_cart.php;");
}

with(milonic=new menuname("Photocopiables_Choose")){
style=menuStyle;
overflow="scroll";
aI("text=Literacy;showmenu=photo_literacy;");
aI("text=Numeracy;showmenu=photo_numeracy;");

}

with(milonic=new menuname("Best Sellers")){
style=menuStyle;
overflow="scroll";

}

