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;

with(menuStyle=new mm_style()){
bordercolor="none";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="70%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
<!--offbgcolor="#eeeeee";-->
offbgcolor="#90230A ";
<!--offcolor="#000000";-->
offcolor="#FFFFFF";
onbgcolor="#5C6366";
oncolor="#FFFFFF";
outfilter="randomdissolve(duration=0.5)";
overfilter="Fade(duration=0.5);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=3;
pagebgcolor="#F68E8E";
pagecolor="black";
separatorcolor="#ffffff";
separatorsize=1;
subimage="http://www.panunkashmir.in/images/arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
if(screen.width<=1024 && screen.height>=768)
{
	left=62;
	width=250;
}
else
{
	left=6;
	width=250;
}

orientation="vertical";
style=menuStyle;
top=148;
aI("text=Why Home Land;url=images/why-homeland.pdf;");
aI("showmenu=Human;text=Human Right Violation;");
aI("text=Archive ;url=images/augissue-2007.pdf;");
aI("text=Organization Hierarchy;url=#;");
aI("text=Kashmir Cultural;url=#;");
aI("text=SAKSHATKAR;url=#;");
aI("showmenu=Media;text=Media Reflections;");
aI("text=Kashmir Sentinel;url=kashmir-sentinel.php;");
aI("text=Chat Portal;url=#;");
}
with(milonic=new menuname("Human")){
style=menuStyle;
aI("text=Genocide &nbsp;&nbsp;url=#;")
aI("text=War on Women;url=#;")
}
with(milonic=new menuname("Media")){
style=menuStyle;
aI("text=Latest Updates &nbsp;&nbsp;url=latest-updates.php;")
aI("text=Media Scan;url=mediascan.php;")
}

drawMenus();


