with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
position="relative"
style=mainStyle;
menualign="center"
menuwidth="100%"
margin=2;
itemheight=27;

aI("text=Home;url=/;onfunction=showtip('Back To Home Page');");
aI("showmenu=records;text=Mixpan");
aI("showmenu=products;text=Products;");
aI("text=View Cart;url=/cart.php;onfunction=showtip('View Your Shopping Cart');");
aI("text=Labels;url=/labels/index.htm;");
aI("text=Genres;url=/genres/index.htm;");
aI("text=Clothing;url=/search.php?search=a&categoryid=7;");
aI("text=Sale;url=/clearance.php;");
aI("text=** New In **;fontweight=bold;Sale;url=/latest-new-products.php;");
aI("text=Discussion Forum;url=http://forum.mixpan.com/");

}


drawMenus();