showdelay=100;//Time delay before submenus are displayed. Unit is milliseconds.
hidedelay=400;//Time delay before submenus are hidden. Unit is milliseconds.

/*Start Style Declarations*/

with(itemStyle=new fxstyle()){
width=210;
height=30;
color="#000000";
coloron="#7E0000";
bgcolor="#d8dce0";
bgcoloron="#e7eaec";
borderwidth=1;
bordercolor="#aaacad";
bordercoloron="#e7eaec";
fontsize="7pt";
fontsizeon="7.6pt";
fontfamily="Verdana,Arial";
paddingtop=5;
paddingleft=5;
arrow="arrowblack.gif";
arrowon="arrowwhite.gif";
arrowright=0;
arrowtop=0;
}

with(menuStyle=new fxmenustyle()){
filterover="Shadow(color='#d8dce0', Direction=120, Strength=3);";
menubgcolor="#d8dce0";
menubgcoloron="#e7eaec";
menuborderwidth=.8;
menubordercolor="#808080";
menumargin=1;
highlightpath=true;
wiseposition=true;
left=-2;
top=-3;
}

/*Start Menu Declarations*/

with(new fxmenu("MainMenu")){
style=itemStyle;
menustyle=menuStyle;
visible=true;
position="absolute";
top=250;
left=48;
orientation="vertica";
style=itemStyle;
menustyle=menuStyle;
style=itemStyle;
menustyle=menuStyle;
width=230;
overflow="scroll";
fx("text=Board of Directors of the Company;url=Board of Directors.html;");
fx("text=Functions & Duties of the Directors;url=Functions & Duties of amongst the Directors of the WBSEDCL.htm;");
fx("text=Annual Administration Report 07 - 08;url=WBSEDCL-AR-07-08.pdf;target=blank;");
fx("text=Corporate Plan 09 - 10;url=WBSEDCL Corporate plan 09-10.pdf;target=blank;");
fx("text=Corporate Plan 08 - 09;url=WBSEDCL Corporate plan 08-09.pdf;target=blank;");
fx("text=Vidyut Barta;show=news;");
fx("text=Right to Information Act 2005;show=RTI");
fx("text=Consumers Grievance Rrdressal;url=Con_Griev_27-5-10.pdf;");
<!--fx("text=Consumers Grievance Rrdressal;url=Consumers Grievance Rrdressal.pdf;");-->
}

with(new fxmenu("RTI")){
style=itemStyle;
menustyle=menuStyle;
paddingtop=2;
width=200;
height=52;
fx("text=Enforcement of the 'Right to Information Act 2005' in WBSEB.;url=RTI/Right to Information Act 2005_WBSEDCL.pdf;");
fx("text=17 MANUALS OF THE COMPANY UNDER SEC. 4(1)(b) OF THE R.T.I ACT, 2005;url=RTI/RTI-Inf_FINAL_09.pdf;");

}
with(new fxmenu("Report")){
style=itemStyle;
menustyle=menuStyle;
width=120;
fx("text=--February 07--;url=Report_Feb07.htm;");
fx("text=--January 07--;url=Report_Jan07.htm;");
fx("text=--December 06--;url=Report_Dec.htm;");
}

with(new fxmenu("news")){
style=itemStyle;
menustyle=menuStyle;
paddingtop=2;
width=150;
fx("text=**=July 2010=**;url=News/july10/1.html;paddingtop=6;");
fx("text=**=June 2010=**;url=News/june10/1.html;paddingtop=6;");
fx("text=**=May 2010=**;url=News/May10/1.html;paddingtop=6;");
fx("text=**=April 2010=**;url=News/Apr 10/1.html;paddingtop=6;");
fx("text=**=March 2010=**;url=News/Mar10/1.html;paddingtop=6;");
fx("text=**=February 2010=**;url=News/Feb 10/1.html;paddingtop=6;");
/*fx("text=**=January 2010=**;url=News/Jan 10/1.html;paddingtop=6;");*/
/*fx("text=**=December 2009=**;url=News/Dec09/1.html;paddingtop=6;");*/
/*fx("text=**=November 2009=**;url=News/Nov09/1.html;paddingtop=6;");*/
/*fx("text=**=October 2009=**;url=News/Oct 09/1.html;paddingtop=6;");
fx("text=**=September 2009=**;url=News/Sep 09/1.html;paddingtop=6;");
fx("text=**=August 2009=**;url=News/aug09/1.html;paddingtop=6;");
fx("text=**=July 2009=**;url=News/july09/1.html;paddingtop=6;");
fx("text=**=June 2009=**;url=News/june09/1.html;paddingtop=6;");
fx("text=**=May 2009=**;url=News/May09/1.html;paddingtop=6;");
fx("text=**=April 2009=**;url=News/Apr 09/1.html;paddingtop=6;");*/
}

buildMenus();
