/*
 * @(#)menu_array_v1.js 1.0 17-10-2007
 *
 * Copyright (c) 2007-2008 KESDEE Systems(India) PVT. LTD.
 * # 6, 3rd floor,Esteem Regency, Richmond road, Bangalore, India
 * All rights reserved.
 *
 * This software is the confidential and proprietary information of KESDEE Systems(India) PVT. LTD.
 * ("Confidential Information").
 * You shall not disclose such Confidential Information and shall use it only in
 * accordance with the terms of the license agreement you entered into
 * with KESDEE.
 */
 
 /**
*   THIS FILE WAS MOIFIED ON 17-10-2007
*	Functionality : This file is used to display menu
*     
*	@File name	: 	menu_array_v1.js
*	@Author		:	Arjun.S
*	@Version	:	1.0   
*	@Date		:	17-10-2007
*/ 

/**
*   THIS FILE WAS MOIFIED ON 02-06-2008
*	Functionality : This file is used to display menu
*    			: To add a new menu item under partners	 
*	@File name	: 	menu_array_v1.js
*	@Author		:	Srihari M
*	@Version	:	1.1  
*	@Date		:	02-06-2008
*/ 

/**
*   THIS FILE WAS MOIFIED ON 02-02-2010
*	Functionality : This file is used to display menu
*    			: To modify menu items under partners section as of year 2010	 	 
*	@File name	: 	menu_array_v1.js
*	@Author		:	Srihari M
*	@Version	:	1.2  
*	@Date		:	02-02-2010
*/


/**
*   THIS FILE WAS MOIFIED ON 13-04-2010
*	Functionality : This file is used to display menu items.
*    			: To rename a menu name from Off-the-shelf Solutions to e-Learning Catalog under Solutions section	 
*	@File name	: 	menu_array_v1.js
*	@Author		:	Srihari M
*	@Version	:	1.1  
*	@Date		:	02-06-2008
*/ 


//The following line is critical for menu operation, and MUST APPEAR ONLY ONCE. If you have more than one menu_array.js file rem out this line in subsequent files
menunum=0;menus=new Array();_d=document;function addmenu(){menunum++;menus[menunum]=menu;}function dumpmenus(){mt="<script language=javascript>";for(a=1;a<menus.length;a++){mt+=" menu"+a+"=menus["+a+"];"}mt+="<\/script>";_d.write(mt)}
//Please leave the above line intact. The above also needs to be enabled if it not already enabled unless this file is part of a multi pack.



////////////////////////////////////
// Editable properties START here //
////////////////////////////////////

// Special effect string for IE5.5 or above 
effect = "Fade(duration=0.2);Alpha(style=0,opacity=88);Shadow(color='#ffeeff', Direction=135, Strength=5)"


timegap=200			// The time delay for menus to remain visible
followspeed=5		// Follow Scrolling speed
followrate=40		// Follow Scrolling Rate
suboffset_top=10;	// Sub menu offset Top position 
suboffset_left=10;	// 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.
"342D7E",				// Mouse Off Font Color
"ffffff",			// Mouse Off Background Color
"F88017",			// Mouse On Font Color
"ffffff",			// Mouse On Background Color
"000000",			// Menu Border Color 
12,					// Font Size in pixels
"normal",			// Font Style (italic or normal)
"bold",				// Font Weight (bold or normal)
"Verdana, Arial",	// Font Name
1,					// Menu Item Padding
"",		// Sub Menu Image (Leave this blank if not needed)
1,					// 3D Border & Separator bar
"ffffff",			// 3D High Color
"ffffff",			// 3D Low Color
"F88017",			// Current Page Item Font Color (leave this blank to disable)
"ffffff",				// Current Page Item Background Color (leave this blank to disable)
"",		// Top Bar image (Leave this blank to disable)
"ffffff",			// Menu Header Font Color (Leave blank if headers are not needed)
"ffffff",			// Menu Header Background Color (Leave blank if headers are not needed)
"000000",				// Menu Item Separator Color
]
//for 2nd level menu
style2=[			// 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.
"333333",				// Mouse Off Font Color
"ffffff",			// Mouse Off Background Color
"000000",			// Mouse On Font Color
"efefef",			// Mouse On Background Color
"000000",			// Menu Border Color 
10,					// Font Size in pixels
"normal",			// Font Style (italic or normal)
"normal",				// Font Weight (bold or normal)
"Verdana, Arial",	// Font Name
2,					// Menu Item Padding
"",		// Sub Menu Image (Leave this blank if not needed)
5,					// 3D Border & Separator bar
"cccccc",			// 3D High Color
"000000",			// 3D Low Color
"810541",			// Current Page Item Font Color (leave this blank to disable)
"",				// Current Page Item Background Color (leave this blank to disable)
"",		// 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)
"000000",				// Menu Item Separator Color
]

var screenMiddle = screen.width/2;
var offset = screenMiddle-(400)+4;

if((navigator.appName == "Netscape") &&(parseInt(navigator.appVersion) >= 3 )) 
{
	offset +=  6;
}
else if((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4 ))
{
	//offset = offset ;
}

//alert(offset);

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
108,					// Menu Top - The Top position of the menu in pixels
offset,				// Menu Left - The Left position of the menu in pixels
,					// Menu Width - Menus width in pixels
1,					// Menu Border Width 
"",					// 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)
"left",				// 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)
"left",					// 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)
0,					// 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
// "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"&nbsp;&nbsp;About&nbsp;Us&nbsp;&nbsp;&nbsp;<img src='website_images_v1/line.gif' align='absmiddle' border=0>","show-menu=About us","aboutprofile.jsp","",0     // this is the first level menu
,"&nbsp;&nbsp;&nbsp;Solutions&nbsp;&nbsp;&nbsp;<img src='website_images_v1/line.gif' align='absmiddle' border=0>","show-menu=Solutions","solutions.jsp","",0
,"&nbsp;&nbsp;&nbsp;Services&nbsp;&nbsp;&nbsp;<img src='website_images_v1/line.gif' align='absmiddle' border=0>","show-menu=Services","services.jsp","",0
,"&nbsp;&nbsp;&nbsp;Info&nbsp;Center&nbsp;&nbsp;&nbsp;<img src='website_images_v1/line.gif' align='absmiddle' border=0 >","show-menu=Info Center","info_center.jsp","",0
,"&nbsp;&nbsp;&nbsp;Partners&nbsp;&nbsp;&nbsp;<img src='website_images_v1/line.gif' align='absmiddle' border=0 >","show-menu=Partners","partners.jsp","",0
,"&nbsp;&nbsp;&nbsp;Contact&nbsp;Us&nbsp;&nbsp;&nbsp;","show-menu=Contact","contact.jsp","",0

])
// this is the 2nd level menu
	addmenu(menu=["About us",
	,,150,1,"",style2,,"left",,,,,,,,,,,,,
	,"Mission","aboutmission.jsp",,"Mission",1
	,"Team ","aboutteam.jsp",,"Team",1
	,"Leadership @ KESDEE","aboutfounders.jsp",,"Team",1
	,"Our Strengths","aboutedge.jsp",,"Profile",1
	,"Value Proposition","value_proposition.jsp",,"Founders",1
	,"Development","productdevelopment.jsp",,"The Edge",1
	])
	
	addmenu(menu=["Solutions",
	,,175,1,"",style2,,"left",,,,,,,,,,,,,
	,"e-Learning Catalog","off_shelf_solutions.jsp",,,1
	,"Certification Tutorials","certification_tut.jsp",,,1
	,"Learning Management System","productklms.jsp",,,1
	,"For Whom","for_whom.jsp",,,1
	,"Technical Requirements","productrequirement.jsp",,,1
	,"Benefits","benefits.jsp",,,1
	])
	
	addmenu(menu=["Services",
	,,150,1,"",style2,,"left",,,,,,,,,,,,,
	,"e-Customization","customization.jsp",,,1
	,"Blended Learning","blended_learn.jsp",,,1
	,"Corporate University","corporate_university.jsp",,,1
	,"e-Learning Portal","e_learning_portal.jsp",,,1
	,"Competency Mapping","competency_mapping.jsp",,,1
	])
		
		
		addmenu(menu=["Info Center",
		,,145,1,"",style2,,"left",,,,,,,,,,,,,
		,"Brochures","informationbrochures.jsp",,,1
		,"Newsletter","informationnews.jsp",,,1
		,"In the Press","press_releases.jsp",,,1
		,"Events","informationevents.jsp",,,1
		,"Join our email list","joinemaillist.jsp",,,1
		,"Case Studies","casestudies.jsp",,,1
		])
		
		/*addmenu(menu=["Partners",
		,,158,1,"",style2,,"left",,,,,,,,,,,,,
		,"Strategic Partners","strategic_partner.jsp",,,1
		,"Technology Partners","tech_partner.jsp",,,1
		,"Channel Partners","channel_partner.jsp",,,1
		,"Value-added Resellers","value-added_resellers.jsp",,,1
		,"Subject Matter Experts","subject_matter_experts.jsp",,,1
		])*/	
		
		//Modfifed by Srihari to change partner names as of year 2010
		addmenu(menu=["Partners",
		,,158,1,"",style2,,"left",,,,,,,,,,,,,
		,"Content Partners","content_partners.jsp",,,1
		,"Channel Partners","channel_partners.jsp",,,1
		,"LMS / Technology Partners","lms_technology_partners.jsp",,,1
		])	
		
		
		addmenu(menu=["Contact",
		,,130,1,"",style2,,"left",,,,,,,,,,,,,
		,"Request for Proposal","enquiry.jsp",,,1
		,"FAQ","faq.jsp",,,1
				
		])	
		/* //4th level menu
			
			addmenu(menu=["canadanews",
			,,120,1,"",style1,,"left",effect,,,,,,,,,,,,
			,"CTV News","http://www.ctvnews.com",,,
			,"Vancouver Sun","http://www.canada.com/vancouver/vancouversun/",,,
			])
		
		
	// to add the images in the menus
	addmenu(menu=["search",
	,,140,1,"",style1,,"",effect,,,,,,,,,,,,
	,"<img src=google_icon.gif border=0>&nbsp;Google.com", "http://www.google.com",,,1
	,"<img src=yahoo_icon.gif border=0>&nbsp;Yahoo", "http://www.yahoo.com",,,1
	,"<img src=av_icon.gif border=0>&nbsp;Altavista", "http://altavista.com",,,1
	,"<img src=excite.gif border=0>&nbsp;Excite", "http://www.excite.com",,,1
	])*/	
	
	addmenu(menu=["Other",,,140,1,,style1,0,"left","randomdissolve(duration=0.5);Shadow(color='#999999', Direction=135, Strength=5)",0,,,,,,,,,,,
	,"Menu Authors Site","http://www.kesdee.com",,"",1
	])
	

dumpmenus()