_menuCloseDelay=400           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=50              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#000000";
oncolor="#ffffff";
offbgcolor="#003300";
offcolor="#ffffff";
bordercolor="#00154e";
borderstyle="solid";
borderwidth=0;
separatorcolor="#ffffff";
separatorsize="1";
padding=2;
fontsize="10px";
fontstyle="normal";
fontfamily="Verdana";
pagecolor="yellow";
pagebgcolor="#003300";
headercolor="#ffffff";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="1";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=3)";
outfilter="randomdissolve(duration=0)";
}

with(milonic=new menuname("Organization")){
style=menuStyle;
aI("text=Organization Structure;url=org.htm;");
aI("text=Organizational Chart;url=OC.html;");
//aI("text=Profile of Minister;url=newMinister.htm;");
aI("text=Bye-Laws of PSFDC;url=byelaws.html;");
//aI("text=Profile of Chairman;url=chairman.htm;");
//aI("text=Profile of Managing Director;url=managingdirector.htm;");
aI("text=Memorandum of Association;url=association.htm;");
aI("text=Employees Cadre;url=employees.html;");
}
with(milonic=new menuname("Business")){
style=menuStyle;
aI("text=Auction Notice;url=auction_notice.htm");
aI("text=Tender Notice;url=tender_notice.htm");
aI("text=Land Purchase Policy;url=landpolicy.html");
aI("text=Policy for Disposal of Trees ;url=policydisposal.html");
aI("text=Timber;url=activities.htm#a");

aI("text=Supply to Govt. Department;url=activities_next1.htm#b");
aI("text=Furniture;url=activities_next1.htm#c");
aI("text=Door and Window Panel;url=activities_next1.htm#d");
aI("text=Wooden Crates;url=activities_next1.htm#e");
aI("text=Supply of Timber to Coal Mines;url=activities_next2.htm#f");
aI("text=Supply of High Yielding Colonal Eucalyptus;url=activities_next2.htm#g");
aI("text=Furniture Gallery;url=furnituregal.htm");
}

with(milonic=new menuname("Trade")){
style=menuStyle;
aI("text=Empanelment Handling/<br>Commissioning Agents;url=new_venture.htm;");
aI("text=Empanelment of firms<br>for operation and<br>preventive measures;url=empanelment.html;");
aI("text=RTI;url=righttoinform.htm;");
aI("text=Forest Complex Add.;url=add.html;");
}


drawMenus();


