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=100;
height=30;
color="#000000";
coloron="#7E0000";
bgcolor="#d8dce0";
bgcoloron="#e7eaec";
borderwidth=1;
bordercolor="#aaacad";
bordercoloron="#e7eaec";
fontsize="7pt";
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=165;
left=0;
orientation="horizontal";
fx("text=About Us;width=65;url=aboutus.html;");
fx("text=Services;width=68;show=ser;");
fx("text=Employee Info;width=90;url=Employee Information.htm;");
fx("text=Bill Info;width=75;url=consumerbillinginformation.html;show=bill;");
//fx("text=Tenders & Bids;width=92;url=tenders.html;");
fx("text=Tenders & Bids;width=92;url=tenders2010.html;");
fx("text=R-APDRP & ZCC;width=95;url=R-ADRP.html;");
//fx("text=Notifications;width=80;url=Notifications & Circulars.html;");
//fx("text=Officeorders & Circulars;width=100;url=Notifications & Circulars.html;");
fx("text=Officeorders & Circulars;width=100;url=OFFICE-CIRCULARS-2010.htm;");
fx("text=Tariff Details;width=82;url=tariffdetails.htm;");
fx("text=Other Links;width=96;show=links;");
fx("text=Dist.const-RE;width=92;url=RE-Project.html;");
0
}

with(new fxmenu("About")){
style=itemStyle;
menustyle=menuStyle;
width=230;
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=Telephone Directory 2006;url=WBSEB Telephone Directory 2006/WBSEB PDF FORMAT NOV-06.pdf;target=blank;");
fx("text=Right to Information Act 2005;url=RTI/Right to Information Act 2005_WBSEDCL.pdf;");
fx("text=Consumers Grievance Rrdressal;url=CRM-List.pdf;");
}

with(new fxmenu("Con")){
style=itemStyle;
menustyle=menuStyle;
width=220;
fx("text=Terms and Conditions;url=termsandcondition.htm;");
fx("text=Do's and Dont's;url=dosanddonot.htm;");
fx("text=Application Forms;url=applicationform.htm;");
fx("text=Electronic Debit Clearence Scheme;url=ecs_mandate.htm;");
fx("text=ECS Mandate Form;url=ecs_mandate_form.doc;");
}

with(new fxmenu("Sup")){
style=itemStyle;
menustyle=menuStyle;
width=185;
//fx("text=Administrative Hierarchy;url=admin_hierarchy.htm;");
fx("text=Do's & Don'ts;url=dosanddonot1.htm;");
fx("text=Manual of Service Connection;url=manualofserviceconn.htm;");
}

with(new fxmenu("ser")){
style=itemStyle;
menustyle=menuStyle;
width=150;
fx("text=Consumer Services;url=consumerservices.html;show=Con;");
fx("text=Supplier Services;url=supplierservices.html;show=Sup;");
}

with(new fxmenu("bill")){
style=itemStyle;
menustyle=menuStyle;
width=132;
fx("text=Bulk Consumers;url=form2.asp;");
fx("text=L&MV Consumers;url=form23.asp;");
<!--fx("text=L&MV Test;url=form23.asp;");-->

}

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=**=October 2008=**;url=News/Oct 08/1.html;paddingtop=6;");
fx("text=**--September 2008--**;url=News/Sep 08/1.html;paddingtop=6;");
fx("text=**--August 2008--**;url=News/Aug 08/1.html;paddingtop=6;");
}
with(new fxmenu("links")){
style=itemStyle;
menustyle=menuStyle;
width=100;
fx("text=MOP,GOI;url=http://www.powermin.nic.in/;target=blank;");
fx("text=WBERC;url=http://www.wberc.net/;target=blank;");
fx("text=WBSETCL;url=http://www.wbsetcl.in/;target=blank;");
fx("text=WBSEDCL-HR;url=http://www.wbsedcl-hr.in/;target=blank;");
fx("text=FIRS;url=http://59.90.254.50/irs/Home.jsp;target=blank;");
fx("text=E-TENDER;url=http://eps.buyjunction.in;target=blank;");

}
buildMenus();
