//	'**********************	COMMENTS	 ****************************************'
//	'**		Project:					LHPL
//	'**		Company:					S.P.Software Technologie's (I) Pvt.Ltd
//	'**		Copyright:					2002-2003 SP Software All Rights Reserved  
//	'**		Purpose:					Display Customer Menu
//	'**		Content:					xxx
//	'**		File Name:					custmenu_array.js
//	'**		Author: 					Munir
//	'**		Database Used:				NA
//	'**		Invoke By:					Customer pages
//	'**		Invokes:					Customer pages
//	'**		Last Modified By & Date:	Pravin, 11 Oct. 2002
//	'**		Last Modified By & Date:	Ravi, 11 Aug. 2006
//	'*******************************************************************************'

menunum=0;
menus=new Array();
_d=document;
function addmenu(){
	menunum++;menus[menunum]=menu;
}
function show1()
{
window.open('Standard_Motors_new1.htm','Standard_Motors','left=05,top=05,width=1010,height=610,toolbar=1,resizable=1,scrollbars=1,menubar=1');
}
function show_crane()
{
window.open('Crane_Hoist_Duty_Motors.htm','Crane_Duty_Motors','left=05,top=05,width=1010,height=610,toolbar=1,resizable=1,scrollbars=1,menubar=1');
}
function show_flame()
{
window.open('Flameproof_Motors.htm','Flame_Proof_Motors','left=05,top=05,width=1010,height=610,toolbar=1,resizable=1,scrollbars=1,menubar=1');
}
function show_brake()
{
window.open('Brake_Motors.htm','Brake_Motors','left=05,top=05,width=1010,height=610,toolbar=1,resizable=1,scrollbars=1,menubar=1');
}
function show_geared()
{
window.open('Geared_Motors.htm','Geared_Motors','left=05,top=05,width=1010,height=610,toolbar=1,resizable=1,scrollbars=1,menubar=1');
}
function show_textile()
{
window.open('Textile_Motors.htm','Textile_Motors','left=05,top=05,width=1010,height=610,toolbar=1,resizable=1,scrollbars=1,menubar=1');
}
function show_roller()
{
window.open('Roller_Table.htm','RollerTable_Motors','left=05,top=05,width=1010,height=610,toolbar=1,resizable=1,scrollbars=1,menubar=1');
}
function show_nonsparking()
{
window.open('nonsparking_Motors.htm','NonSparking_Motors','left=05,top=05,width=1010,height=610,toolbar=1,resizable=1,scrollbars=1,menubar=1');
}

//Pumps Functions
function show_mono1()
{
window.open('Two_Stage_Monoblock_Pumps.htm','MonoBlock_Pumps','left=05,top=05,width=1010,height=610,toolbar=1,resizable=1,scrollbars=1,menubar=1');
}
function show_domestic()
{
window.open('Domestic_Pumps.htm','Domestic_Pumps','left=05,top=05,width=1010,height=610,toolbar=1,resizable=1,scrollbars=1,menubar=1');
}
function show_submercible()
{
window.open('Submurcible_Pumps.htm','Submercible_Pumps','left=05,top=05,width=1010,height=610,toolbar=1,resizable=1,scrollbars=1,menubar=1');
}
function show_process()
{
window.open('Process_Pumps.htm','Process_Pumps','left=05,top=05,width=1010,height=610,toolbar=1,resizable=1,scrollbars=1,menubar=1');
}
function show_nonclog()
{
window.open('Non_clog_Pump.htm','NonClog_Pumps','left=05,top=05,width=1010,height=610,toolbar=1,resizable=1,scrollbars=1,menubar=1');
}


function dumpmenus(){
	mt="<script language=javascript>";for(a=1;a<menus.length;a++){
	mt+=" menu"+a+"=menus["+a+"];"
	}
	mt+="<\/script>";_d.write(mt)
}

effect = "Fade(duration=0.2);Alpha(style=0,opacity=100);Shadow(color='#777777', Direction=135, Strength=5)"


timegap=500			// The time delay for menus to remain visible
followspeed=5		// Follow Scrolling speed
followrate=40		// Follow Scrolling Rate
suboffset_top=0;	// Sub menu offset Top position 
suboffset_left=0;	// Sub menu offset Left position
closeOnClick = true

style1=[			// style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"white",			// Mouse Off Font Color - before navy
"008be7",			// Mouse Off Background Color - 
"ffebdc",			// Mouse On Font Color
"gray",				// Mouse On Background Color
"000000",			// Menu Border Color 
9,					// Font Size in pixels
"normal",			// Font Style (italic or normal)
"bold",				// Font Weight (bold or normal)
"Verdana, Arial",	// Font Name
4,					// Menu Item Padding
"../arrow.gif",		// Sub Menu Image (Leave this blank if not needed)
,					// 3D Border & Separator bar
"66ffff",			// 3D High Color
"000099",			// 3D Low Color
"Purple",			// Current Page Item Font Color (leave this blank to disable)
"pink",				// Current Page Item Background Color (leave this blank to disable)
"../arrowdn.gif",		// Top Bar image (Leave this blank to disable)
"ffffff",			// Menu Header Font Color (Leave blank if headers are not needed)
"000099",			// Menu Header Background Color (Leave blank if headers are not needed)
"navy",				// Menu Item Separator Color
]


addmenu(menu=[		// This is the array that contains your menu properties and details
"mainmenu",			// Menu Name - This is needed in order for the menu to be called
95,					// Menu Top - The Top position of the menu in pixels
0,				// Menu Left - The Left position of the menu in pixels
,					// Menu Width - Menus width in pixels
1,					// Menu Border Width 
"left",					// Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
style1,				// Properties Array - this is set higher up, as above
1,					// Always Visible - allows the menu item to be visible at all time (1=on/0=off)
"",					// Alignment - sets the menu elements text alignment, values valid here are: left, right or center
,					// Filter - Text variable for setting transitional effects on menu activation - see above for more info
,					// Follow Scrolling - Tells the menu item to follow the user down the screen (visible at all times) (1=on/0=off)
1, 					// Horizontal Menu - Tells the menu to become horizontal instead of top to bottom style (1=on/0=off)
,					// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on/0=off)
,					// Position of TOP sub image left:center:right
,					// Set the Overall Width of Horizontal Menu to 100% and height to the specified amount (Leave blank to disable)
,					// Right To Left - Used in Hebrew for example. (1=on/0=off)
,					// Open the Menus OnClick - leave blank for OnMouseover (1=on/0=off)
,					// ID of the div you want to hide on MouseOver (useful for hiding form elements)
,					// Background image for menu when BGColor set to transparent.
,					// Scrollable Menu
,					// Reserved for future use
,"Home","http:index.asp",,"LHP Home",1 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"About Us","../finalsite/AboutUs.htm",,"About",1
,"Products &nbsp&nbsp&nbsp;","show-menu=products",,"Products",1
,"RFQ &nbsp&nbsp&nbsp;","show-menu=Order",,"Place Order",1
,"Tech. Support  &nbsp&nbsp&nbsp;","show-menu=fault",,"",1
,"Search Catalog","../searchcatalog/CustomerSearchCatalog.asp",,"Search Catalog",1
,"Discussion Forum","../forum/ForumDefault.asp","","Discussion Forum",1
,"Sales & Service Network","../dealer/ViewDealerList.asp",,"Dealer",1
,"Events","../event/ViewEvent.asp",,"Event",1
,"Links","../infolink/ViewLink.asp",,"Link",1
,"Login &nbsp&nbsp;","show-menu=customer",,"Customer",1
,"Careers &nbsp;","../career/ViewCareer.asp",,"Careers",1
,"Contact Us","../finalsite/Contactus.htm",,"Contact",1
])							
	// sub menu for fault
	addmenu(menu=["Fault",,,120,1,,style1,0,"left",effect,0,,,,,,,,,,,
	,"Fault, Causes & Remedies","../fault/BrowsFault.asp",,,1
	,"Complaint Form","../fault/CustComplaintForm.asp",,,1
	])
	
	// sub menu for create
	addmenu(menu=["business executive",,,120,1,,style1,0,"left",effect,0,,,,,,,,,,,
	,"Login","../businessexecutive/LoginExecutive.asp",,,1	
	])
		
	// sub menu for order
	addmenu(menu=["order",,,150,1,,style1,0,"left",effect,0,,,,,,,,,,,
	,"International Enquiry","show-menu=internationalorder",,,1
	,"Domestic Enquiry","show-menu=domesticorder",,,1
	,"Spare Indent","show-menu=spareindent",,,1
		])	
			
		
		addmenu(menu=["internationalorder",
		,,120,1,"",style1,,"left",effect,,,,,,,,,,,,
		,"Induction Motor","../order/OrderMasterForm.asp?type=Induction&Source=Int&Form=Enquiry",,,1
		,"Geared Motor","../order/OrderMasterForm.asp?type=Geared&Source=Int&Form=Enquiry",,,1
		,"Monoblock Pump","../order/OrderMasterForm.asp?type=Monoblock&Source=Int&Form=Enquiry",,,1
		])
	
		addmenu(menu=["domesticorder",
		,,120,1,"",style1,,"left",effect,,,,,,,,,,,,
		,"Induction Motor","../order/OrderMasterForm.asp?type=Induction&Source=Dom&Form=Enquiry",,,1
		,"Geared Motor","../order/OrderMasterForm.asp?type=Geared&Source=Dom&Form=Enquiry",,,1
		,"Monoblock Pump","../order/OrderMasterForm.asp?type=Monoblock&Source=Dom&Form=Enquiry",,,1
		])	
		addmenu(menu=["spareindent",
		,,120,1,"",style1,,"left",effect,,,,,,,,,,,,
		,"Spare Indent Order","../spareindent/CustSpareIndent.asp",,,1
		])
////////////
// sub menu for products
	addmenu(menu=["products",,,150,1,,style1,0,"left",effect,0,,,,,,,,,,,
	,"Products Range","../finalsite/Products.htm",,,1
	,"Induction Motors","show-menu=motors",,,1
	,"Pumps","show-menu=pumps",,,1
	,"Pump Curves","../finalsite/Pumpcurve.htm",,,1
	,"Applicable Standards","../finalsite/application.htm",,,1
	])	
			
		
		addmenu(menu=["motors",
		,,120,1,"",style1,,"left",effect,,,,,,,,,,,,
		,"Standard Induction Motors","javascript:show1();",,,1
		,"Flameproof (Explosion Proof) Motors","javascript:show_flame();",,,1
		,"Crane & Hoist Duty Motors","javascript:show_crane();",,,1
		//,"Inverter Duty Motors","../finalsite/Inverter_duty_motor.htm",,,1
		,"Brake Motors","javascript:show_brake();",,,1
		//,"Cooling Tower Motors","../finalsite/Cooling_Tower_Motors.htm",,,1		
		//,"Energy Efficient Motors","../finalsite/High_Efficiency_Motors.htm",,,1
		//,"Energy Efficient Flameproof Motors","../finalsite/Flameproof_Motors.htm",,,1
		//,"Geared Motors","../order/OrderMasterForm.asp?type=Induction&Source=Int&Form=Enquiry",,,1
		,"Geared Motors &nbsp&nbsp&nbsp;","show-menu=Geared",,"Geared",1
		,"Textile Motors","javascript:show_textile();",,,1		
		,"Roller Table Motors","javascript:show_roller();",,,1		
		,"Non Sparking Motors","javascript:show_nonsparking();",,,1		
		,"Non Standard & Special Purpose Geared Motors &nbsp&nbsp&nbsp;","show-menu=Nonstandard",,"Nonstandard",1
		])
		//
		addmenu(menu=["Geared",,,120,1,"",style1,,"left",effect,,,,,,,,,,,,
		,"Standard Helical Geared Motors","javascript:show_geared();",,,1
		//,"L Series Geared Motors","../finalsite/geared10.htm",,,1
		//,"Heliworm Geared Motors","../finalsite/Geared_Motors.htm",,,1
		//,"Cooling Tower Geared Motors","../finalsite/Cooling_Tower_Motors.htm",,,1
		//,"Inline Helical Gear Box","../finalsite/Flameproof_Motors.htm",,,1		
		])	
		//		
		addmenu(menu=["Nonstandard",,,120,1,"",style1,,"left",effect,,,,,,,,,,,,
		//,"Motors for Hazardous Areas","../finalsite/Flameproof_Motors.htm",,,1
		,"Flameproof Geared Motors","javascript:show_flame();",,,1
		,"Flameproof Brake Geared Motors","javascript:show_flame();",,,1		
		])	
		//
		addmenu(menu=["pumps",
		,,120,1,"",style1,,"left",effect,,,,,,,,,,,,
		,"Monoblock Centrifugal Pumps","javascript:show_process();",,,1
		,"Two-Stage Monoblock Pumps","javascript:show_mono1();",,,1
		,"Domestic Pumps","javascript:show_domestic();",,,1
		,"Open well Submersible Pumps","javascript:show_submercible();",,,1		
		,"Process Pumps","javascript:show_process();",,,1
		,"Non-Clog Self Priming Pumps","javascript:show_nonclog();",,,1
		])	
//////////////"../finalsite/career.html",


	// sub menu for customer
	addmenu(menu=["customer",,,100,1,,style1,0,"left",effect,0,,,,,,,,,,,
	//,"Customer Login","",,,1
	,"Super Admin Login","../admin/adminlogin.asp",,,1
	,"BEAdmin Login","../admin/beadminlogin.asp",,,1
	,"BE Login","../businessexecutive/loginexecutive.asp",,,1
	,"Supplier Login","../supplier/loginsupplier.asp",,,1
	])

dumpmenus()