fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;

var path = "http://www.innoxa.com.np/";
//var path = "http://testserver/innoxa/demo/";

with(menuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
fontfamily="Arial, Verdana, Tahoma";
fontsize="11px";
fontstyle="normal";
headerbgcolor="#FFFFFF";
headercolor="#000000";
offbgcolor="#FF8A4B";
offcolor="#FFFFFF";
onbgcolor="#FF5E06";
oncolor="#FFFFFF";
outfilter="Fade(duration=0.3);Alpha(opacity=0);Shadow(color=#eeeeee', Direction=135, Strength=2)";
overfilter="Fade(duration=0.3);Alpha(opacity=100);Shadow(color=#eeeeee', Direction=135, Strength=2)";
padding="4";
pagebgcolor="#F57D10";
pagecolor="#FFFFFF";
separatorcolor="#FFFFFF";
separatorsize=1;
subimage=path+"images/menuarrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("menu1")){
overflow="scroll";
style=menuStyle;
top=-15;
left=70;
aI("text=Shaded;url="+path+"products/shaded.php;");
aI("text=Reversible;url="+path+"products/reversible.php;");
aI("text=Check;url="+path+"products/check.php;");
aI("text=Embroidery ;url="+path+"products/embroidery.php;");
aI("text=Beaded;url="+path+"products/beaded.php;");

aI("text=Normal;url="+path+"products/nms.php;");
aI("text=Beaded Frings;url="+path+"products/beadedfringe.php;");
aI("text=Printed;url="+path+"products/l12.php;");
aI("text=100% Cashmere Blanket;url="+path+"products/cashmere.php;");
aI("text=All Products;url="+path+"products/;");
	aI("text=For more order...&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;url="+path+"order/;");


}



drawMenus();