fixMozillaZIndex=false; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=10;
_subOffsetTop=2;
_subOffsetLeft=0;


with(submenuStyle=new mm_style()){
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=1;
fontfamily=" verdana";
fontsize="11px";
fontstyle="";
fontweight="";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#080607";
offcolor="#ffffff";
onbgcolor="#ac7e11";
//onborder="1px dotted #7CB5E8";
oncolor="#3b4d74";
//outfilter="randomdissolve(duration=0.5)";
//overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color=#f7a6ba', Direction=150, Strength=10)";
outfilter="randomdissolve(duration=0.5)";
overfilter="Blinds( Bands=1,direction=down, duration=0.5);Alpha(opacity=95)";
padding=4;
separatorcolor="#ffffff";
separatorsize=1;
subimagepadding=2;
pagebgcolor="#ac7e11";
pagecolor="#ffffff";
subimagepadding=2;
}

with(menuStyle=new mm_style()){
styleid=1;
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=0;
fontfamily="Arial";
fontsize="14px";
fontstyle="normal";
fontweight="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#329998";
offcolor="#ffffff";
onbgcolor="#AEE6E5";
oncolor="#000000";
//outfilter="randomdissolve(duration=0.3)";
padding=2;
pagecolor="black";
subimagepadding=4;

}


with(milonic=new menuname("vastuproducts")){
margin=5;
menuwidth=480;
style=submenuStyle;
orientation="horizontal";
aI("text=Vastu Rules ;url=vastu_products.html;");
aI("text=Vastu Interior;url=vastu_products.html;");
aI("text=Vastu Shastra ;url=vastu_products.html;");
aI("text=Vastu Yantra;url=vastu_products.html;");
aI("text=Vastu  Astro;url=vastu_products.html;");
aI("text=Vastu yoga;url=vastu_products.html;");
}



drawMenus();
<!--

//Disable right click script III- By Renigade (renigade@mediaone.net)
//For full source code, visit http://www.dynamicdrive.com

var message="";
///////////////////////////////////
function clickIE() {if (document.all) {(message);return false;}}
function clickNS(e) {if 
(document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {(message);return false;}}}
if (document.layers) 
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}

document.oncontextmenu=new Function("return false")
// --> 

