_scrollAmount=5      // Used for Netscape 4 scrolling
_scrollDelay=2	     // Used for Netscape 4 scrolling

_menuCloseDelay=500  // The delay for menus to remain visible on mouse off
_menuOpenDelay=150   // The delay for opening menus on mouse over
_subOffsetTop=0;     // Sub menu offset Top position
_subOffsetLeft=0;  // Sub menu offset Left position

with(vertStyle=new mm_style()){
     onbgcolor = "#E10000";
       oncolor = "#ffffff";
    offbgcolor = "#B00000";
      offcolor = "#ffffff";
  visitedcolor = "#000000";
   bordercolor = "#999999";
   borderstyle = "solid";
separatorcolor = "#ffffff";
 separatorsize = 1;
 separatorpadding=0
       padding = 6
   borderwidth = 0
   fontsize = "12px";
     fontstyle = "normal";
    fontfamily = "Arial";
     pagebgcolor = "#E10000";
       pagecolor = "#ffffff";
headercolor = "#000000";
headerbgcolor = "#C1D7E4";
headerborder="1px solid #000000";
}

with(horizStyle=new mm_style()) {
horizStyle.overfilter=""
horizStyle.outfilter=""
horizStyle.borderwidth=0
horizStyle.separatorpadding=0
horizStyle.onborder="";
horizStyle.separatorcolor= "#ffffff";
horizStyle.onbgcolor = "#ffffff";
horizStyle.oncolor = "#666666";
horizStyle.offbgcolor = "#ffffff";
horizStyle.offcolor = "#000000";
horizStyle.padding = 0;
horizStyle.separatorsize = 1;
horizStyle.separatorpadding=5;
horizStyle.borderstyle = "solid";
horizStyle.fontsize = "11px";

}
//submenuStyle=new copyOf(vertStyle)
with(submenuStyle=new mm_style()){
submenuStyle.borderwidth=0
submenuStyle.separatorpadding=5;
onbgcolor = "#E10000";
oncolor = "#000000";
offbgcolor = "#ffffff";
offcolor = "#000000";
visitedcolor = "#000000";
bordercolor = "#999999";
borderstyle = "solid";
separatorcolor = "#dddddd";
separatorsize = 1;
separatorpadding=0
padding = 3
borderwidth = 0
fontsize = "80%";
fontstyle = "normal";
fontfamily = "Arial";
pagebgcolor = "#E10000";
pagecolor = "#000000";
headercolor = "#000000";
headerbgcolor = "#C1D7E4";
headerborder="1px solid #000000";
margin="0px";
}

with(ivdsl=new menuname("mainmenu1")){
top = 160;
left =10;
style = vertStyle; 
alwaysvisible = 1;
orientation="vertical"
aI("showmenu=industries;url=/pes/industries/index.htm;text=PES Industries;subimage=/pes/images/arrows.gif;subimageposition=middle;");
aI("showmenu=services;url=/pes/services/index.htm;text=PES Services;subimage=/pes/images/arrows.gif;subimageposition=middle;");
aI("text=Center of Excellence;url=/pes/coe/centerofexcellence.htm;");
aI("text=Alliances;url=/pes/alliances/alliances.htm;itemwidth=170");
}
	with(ivdsl=new menuname("industries")){		
	style = vertStyle;
	top="offset=0"
	left =192;
	margin=1
	aI("showmenu=telecom;text=Telecom;url=/pes/industries/telecom.htm;itemwidth=160;subimage=/pes/images/arrows.gif;subimageposition=middle;");
	aI("text=Aerospace, Defense & Satellite;url=/pes/industries/ads/index.htm;");
	aI("text=Automotive Electronics;url=/pes/industries/auto_electronics/index.htm;");
	aI("text=Computing Systems;url=/pes/industries/computing_systems/index.htm;");
	aI("text=Consumer Electronics;url=/pes/industries/consumerelectronics/consumerelectronics.htm;");
	aI("text=Industrial Automation;url=/pes/industries/industrial_automation/index.htm;");
	aI("text=Medical Devices;url=/webpages/prodesign/focusareas/medicaldevices/index.htm;");
	aI("text=Computing Peripherals ;url=/webpages/prodesign/focusareas/comperipherals/index.htm;");
	aI("text=Semiconductors;url=/pes/industries/semiconductors/index.htm;");
	aI("text=Software Products;url=/pes/industries/softwareproducts/spg.htm;");
	aI("text=Storage;url=/pes/industries/storage/index.htm;");
	}

	with(ivdsl=new menuname("services")){		
	style = vertStyle;
	top="offset=0"
	left =192;
	margin=1
	aI("text=DSP & Multimedia;url=/pes/services/dsp/index.htm;");
	aI("text=Engineering Design;url=/webpages/prodesign/focusareas/productstrategy/eds.htm;");
	aI("text=Hardware Design (VLSI);url=/pes/services/vlsi/index.htm;");
	aI("text=Product Lifecycle Management (PLM);url=/pes/services/plm/index.htm;itemwidth=160;");
	aI("text=Product Strategy & Architecture;url=/pes/services/psa/index.htm;");
	aI("text=Product Support;url=/webpages/prodesign/focusareas/productsupportservice/index.htm;");
	aI("text=Semiconductor IP;url=/pes/services/semi_ip/index.htm");
	aI("text=Tandem NonStop Services;url=/pes/services/nonstop_practice.htm;");
	aI("text=Technical Publication;url=/pes/services/techpub/index.htm;");
	aI("text=Testing;url=/pes/services/testing.htm;");
	}

	with(ivdsl=new menuname("telecom")){		
	style = vertStyle;
	top="offset=-1"
	left =375
	margin=1
	aI("text=Broadband & Optical Networks;url=/pes/industries/broadband/broadband.htm;");
	aI("text=IP Multimedia Networks;url=/pes/industries/ip_multimedia/ip_multimedia_nw.htm;");
	aI("text=Operation Support Services;url=/pes/industries/oss/oss.htm;");
	aI("text=Wireless Networks & Devices;url=/pes/industries/wireless/wireless.htm;");
	}
	
with(ivdsl=new menuname("mainmenu2")){
top = 5;
left =910;
style = horizStyle; 
alwaysvisible = 1;
	orientation="horizontal"
	aI("showmenu=language;image=http://www.wipro.com/images/sel_lang.gif;");
	}
		with(ivdsl=new menuname("language")){		
		style = horizStyle;
		top="offset=0"
		margin=0
		left=910
		aI("text=Japanese;url=http://www.wipro.com/japanese/;target=_blank");
	}


drawMenus()

// Add this bit if you haven't finished building menus yet.
clearTimeout(_mst)
_mst=null
_startM=1

