		fixMozillaZIndex=true; 
        _menuCloseDelay=50;
        _menuOpenDelay=150;
        _subOffsetTop=2;
        _subOffsetLeft=-300;

        with(menuStyle=new mm_style()){
        bordercolor="#CCCCCC";
        borderstyle="solid";
        borderwidth=1;
        fontfamily="Verdana, Arial, Helvetica, sans-serif";
        fontsize="11px";
        fontstyle="bold";
        headerbgcolor="#000000";
        headercolor="#000000";
        offbgcolor="#002b29";
        offcolor="#f5f5f5";
        onbgcolor="#002b29";
        oncolor="#000000";
        outfilter="randomdissolve(duration=0.3)";
        overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
        padding=5;
        pagebgcolor="#FFFFFF";
        pagecolor="black";
        separatorcolor="#FFFFFF";
        separatorsize=1;
     }
	 
	
with(milonic=new menuname("Download Syllabi"))
	{
		style=menuStyle;
		aI("text=1st year Syllabus;url=1st.pdf;");
											
		style=menuStyle;
		aI("text=2nd year syllabus ;url=2nd.pdf; target=blank");

		style=menuStyle;
		aI("text=3rd year syllabus ;url=3rd.pdf;");
		
		style=menuStyle;
		aI("text=4th year syllabus ;url=4th.pdf;");
		
			
		
	}

drawMenus();

with(milonic=new menuname("Vendor")){
style=menuStyle;
aI("text=Supplier;url=#;");
aI("text=Customers ;url=#;");
aI("text=Contractors;url=#");
}
drawMenus();
