/*
 Milonic DHTML Menu
 Written by Andy Woolley
 Copyright 2002 (c) Milonic Solutions. All Rights Reserved.
 Plase vist http://www.milonic.co.uk/menu or e-mail menu3@milonic.com
 You may use this menu on your web site free of charge as long as you place prominent links to http://www.milonic.co.uk/menu and
 your inform us of your intentions with your URL AND ALL copyright notices remain in place in all files including your home page
 Comercial support contracts are available on request if you cannot comply with the above rules.

 Please note that major changes to this file have been made and is not compatible with versions 3.0 or earlier.

 You no longer need to number your menus as in previous versions. 
 The new menu structure allows you to name the menu instead, this means that you can remove menus and not break the system.
 The structure should also be much easier to modify, add & remove menus and menu items.
 
 If you are having difficulty with the menu please read the FAQ at http://www.milonic.co.uk/menu/faq.php before contacting us.

 Please note that the above text CAN be erased if you wish as long as copyright notices remain in place.
*/

//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.


//alert(document.location.search + "\n" + document.location.pathname);

////////////////////////////////////
// Editable properties START here //
////////////////////////////////////

// Special effect string for IE5.5 or above please visit http://www.milonic.co.uk/menu/filters_sample.php for more filters
if(navigator.appVersion.indexOf("MSIE 6.0")>0)
{
	//effect = "Fade(duration=0.1);Alpha(style=0,opacity=90);"
	effect = "Fade(duration=0.2);Alpha(style=0,opacity=100);Shadow(color='#ECE6E6', Direction=135, Strength=3)"
}
else
{
	effect = "Shadow(color='#0756a5', Direction=135, Strength=5)" // Stop IE5.5 bug when using more than one filter
}


timegap=5;				// The time delay for menus to remain visible
followspeed=2			// Follow Scrolling speed
followrate=2			// Follow Scrolling Rate
suboffset_top=0;		// Sub menu offset Top position 
suboffset_left=0;		// Sub menu offset Left position

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.
"#472986",					// Mouse Off Font Color
"#F4F7FB",				// Mouse Off Background Color E0DBEB
"#472986",				// Mouse On Font Color
"#ffffff",				// Mouse On Background Color green = "#73c13a" purple=0B074F
"#0756a5",				// Menu Border Color 
11,						// Font Size in pixels
"normal",				// Font Style (italic or normal)
"normal",					// Font Weight (bold or normal)
"Arial",				// Font Name
3,						// Menu Item Padding
//"/images/eq_nav_arrow_transparent2.gif",						// Sub Menu Image (Leave this blank if not needed) eg "arrow.gif"
,						// 3D Border & Separator bar
,						// 3D High Color eg "66ffff"
,						// 3D Low Color eg "000099"
,						// Current Page Item Font Color (leave this blank to disable) eg "Purple"
,						// Current Page Item Background Color (leave this blank to disable) eg "pink"
,						// Top Bar image (Leave this blank to disable) eg "arrowdn.gif"
"ffffff",				// Menu Header Font Color (Leave blank if headers are not needed)
"000099",				// Menu Header Background Color (Leave blank if headers are not needed)
]

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.
"#472986",					// Mouse Off Font Color
"#E0DBEB",				// Mouse Off Background Color 
"#472986",				// Mouse On Font Color
"#ffffff",				// Mouse On Background Color green = "#73c13a" purple=0B074F
"#0756a5",				// Menu Border Color 
11,						// Font Size in pixels
"normal",				// Font Style (italic or normal)
"normal",					// Font Weight (bold or normal)
"Arial",				// Font Name
3,						// Menu Item Padding
"/images/eq_nav_arrow_transparent2.gif",						// Sub Menu Image (Leave this blank if not needed) eg "arrow.gif"
,						// 3D Border & Separator bar
,						// 3D High Color eg "66ffff"
,						// 3D Low Color eg "000099"
,						// Current Page Item Font Color (leave this blank to disable) eg "Purple"
,						// Current Page Item Background Color (leave this blank to disable) eg "pink"
,						// Top Bar image (Leave this blank to disable) eg "arrowdn.gif"
"ffffff",				// Menu Header Font Color (Leave blank if headers are not needed)
"000099",				// Menu Header Background Color (Leave blank if headers are not needed)
]

style3=[				// 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.
"#472986",					// Mouse Off Font Color
"#E0DBEB",				// Mouse Off Background Color 
"#472986",				// Mouse On Font Color
"#ffffff",				// Mouse On Background Color green = "#73c13a" purple=0B074F
"#0756a5",				// Menu Border Color 
11,						// Font Size in pixels
"normal",				// Font Style (italic or normal)
"normal",					// Font Weight (bold or normal)
"Arial",				// Font Name
3,						// Menu Item Padding
"/images/eq_nav_arrow_transparent2.gif",						// Sub Menu Image (Leave this blank if not needed) eg "arrow.gif"
,						// 3D Border & Separator bar
,						// 3D High Color eg "66ffff"
,						// 3D Low Color eg "000099"
,						// Current Page Item Font Color (leave this blank to disable) eg "Purple"
,						// Current Page Item Background Color (leave this blank to disable) eg "pink"
,						// Top Bar image (Leave this blank to disable) eg "arrowdn.gif"
"ffffff",				// Menu Header Font Color (Leave blank if headers are not needed)
"000099",				// Menu Header Background Color (Leave blank if headers are not needed)
]

style4=[				// 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.
"#472986",					// Mouse Off Font Color
"#E0DBEB",				// Mouse Off Background Color 
"#472986",				// Mouse On Font Color
"#ffffff",				// Mouse On Background Color green = "#73c13a" purple=0B074F
"#0756a5",				// Menu Border Color 
11,						// Font Size in pixels
"normal",				// Font Style (italic or normal)
"normal",					// Font Weight (bold or normal)
"Arial",				// Font Name
3,						// Menu Item Padding
"/images/eq_nav_arrow_transparent2.gif",						// Sub Menu Image (Leave this blank if not needed) eg "arrow.gif"
,						// 3D Border & Separator bar
,						// 3D High Color eg "66ffff"
,						// 3D Low Color eg "000099"
,						// Current Page Item Font Color (leave this blank to disable) eg "Purple"
,						// Current Page Item Background Color (leave this blank to disable) eg "pink"
,						// Top Bar image (Leave this blank to disable) eg "arrowdn.gif"
"ffffff",				// Menu Header Font Color (Leave blank if headers are not needed)
"000099",				// Menu Header Background Color (Leave blank if headers are not needed)
]

style5=[				// 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.
"#472986",					// Mouse Off Font Color
"#E0DBEB",				// Mouse Off Background Color 
"#472986",				// Mouse On Font Color
"#ffffff",				// Mouse On Background Color green = "#73c13a" purple=0B074F
"#0756a5",				// Menu Border Color 
11,						// Font Size in pixels
"normal",				// Font Style (italic or normal)
"normal",					// Font Weight (bold or normal)
"Arial",				// Font Name
3,						// Menu Item Padding
,						// Sub Menu Image (Leave this blank if not needed) eg "arrow.gif"
,						// 3D Border & Separator bar
,						// 3D High Color eg "66ffff"
,						// 3D Low Color eg "000099"
,						// Current Page Item Font Color (leave this blank to disable) eg "Purple"
,						// Current Page Item Background Color (leave this blank to disable) eg "pink"
,						// Top Bar image (Leave this blank to disable) eg "arrowdn.gif"
"ffffff",				// Menu Header Font Color (Leave blank if headers are not needed)
"000099",				// Menu Header Background Color (Leave blank if headers are not needed)
]

style6=[				// 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.
"#472986",					// Mouse Off Font Color
"#E0DBEB",				// Mouse Off Background Color 
"#472986",				// Mouse On Font Color
"#ffffff",				// Mouse On Background Color green = "#73c13a" purple=0B074F
"#0756a5",				// Menu Border Color 
11,						// Font Size in pixels
"normal",				// Font Style (italic or normal)
"normal",					// Font Weight (bold or normal)
"Arial",				// Font Name
3,						// Menu Item Padding
,						// Sub Menu Image (Leave this blank if not needed) eg "arrow.gif"
,						// 3D Border & Separator bar
,						// 3D High Color eg "66ffff"
,						// 3D Low Color eg "000099"
,						// Current Page Item Font Color (leave this blank to disable) eg "Purple"
,						// Current Page Item Background Color (leave this blank to disable) eg "pink"
,						// Top Bar image (Leave this blank to disable) eg "arrowdn.gif"
"ffffff",				// Menu Header Font Color (Leave blank if headers are not needed)
"000099",				// Menu Header Background Color (Leave blank if headers are not needed)
]



addmenu(menu=[		// This is the array that contains your menu properties and details
"navigation1",			// Menu Name - This is needed in order for the menu to be called
143,					// Menu Top - The Top position of the menu in pixels
64,				    // Menu Left - The Left position of the menu in pixels
121,			    // Menu Width - Menus width in pixels
0,					// 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
0,					// 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
effect,				// 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)
0, 					// 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)
,					// Reserved for future use
,					// Reserved for future use
,					// Reserved for future use
,"&nbsp;&nbsp;navigation1","#",,"message text",1 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"&nbsp;&nbsp;navigation1","#",,"message text",1
,"&nbsp;&nbsp;navigation1","#",,"message text",1
,"&nbsp;&nbsp;navigation1","#",,"message text",1
,"&nbsp;&nbsp;navigation1","#",,"message text",1
])

addmenu(menu=[		// This is the array that contains your menu properties and details
"navigation2",			// Menu Name - This is needed in order for the menu to be called
143,					// Menu Top - The Top position of the menu in pixels
185,				    // Menu Left - The Left position of the menu in pixels
121,			    // Menu Width - Menus width in pixels
0,					// 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
0,					// 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
effect,				// 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)
0, 					// 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)
,					// Reserved for future use
,					// Reserved for future use
,					// Reserved for future use
,"&nbsp;investor &nbsp;communications","/investor_comms.htm ",,"investor communications",1 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"&nbsp;working with &nbsp;government","/workingwithgov.htm ",,"working with government",1
,"&nbsp;recruitment &nbsp;communications","/recruitment_comms.htm ",,"recruitment communications",1
,"&nbsp;employee &nbsp;communications","/employee_comms.htm ",,"employee communications",1
,"&nbsp;promotional &nbsp;marketing","/promotional_marketing.htm ",,"promotional marketing",1
])



addmenu(menu=[		// This is the array that contains your menu properties and details
"navigation3",			// Menu Name - This is needed in order for the menu to be called
150,					// Menu Top - The Top position of the menu in pixels
64,				    // Menu Left - The Left position of the menu in pixels
120,			    // Menu Width - Menus width in pixels
0,					// 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
0,					// 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
effect,				// 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)
0, 					// 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)
,					// Reserved for future use
,					// Reserved for future use
,					// Reserved for future use
,"&nbsp;About Equitable ","show-menu=navigation31",,"About Equitable",1 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"&nbsp;The Board","/content/content_8.htm ",,"The Board",1
,"&nbsp;Fast Facts","/content/content_9.asp ",,"Fast Facts",1
,"&nbsp;Industry Bodies","/content/content_12.htm ",,"Industry Bodies",1
//,"&nbsp;FAQs","/content/content_15.htm ",,"FAQs",1
,"&nbsp;Lord Penrose Inquiry","/content/content_10.htm ",,"Penrose Enquiry",1
//,"&nbsp;Litigation Against Former Directors and Ernst & Young","/content/content_11.htm ",,"Litigation Against Former Directors and Ernst & Young",1
,"&nbsp;Policyholder Meetings","/content/content_51.asp ",,"Policyholder Meetings",1
,"&nbsp;Transfer of non-profit &nbsp;pension annuity &nbsp;business to Canada &nbsp;Life","/content/content_53.htm ",,"Transfer of non-profit pension annuity business to Canada Life",1
,"&nbsp;With-profits annuities: &nbsp;Proposal from &nbsp;Prudential","http://www.equitable.co.uk/withprofitsannuities/index.htm",,"With-profits annuities: Proposal from Prudential",1
])


			addmenu(menu=["navigation31",
			,,120,1,"",style1,,"left",effect,,,,,,,,,,,,
			,"&nbsp;Today & History","/content/content_7.htm ",,"Today & History",1
			,"&nbsp;Corporate Update","/content/content_26.htm ",,"Corporate Update",1
			//,"&nbsp;Equitable Life Today","/content/content_38.htm ",,"Equitable Life Today",1
			,"&nbsp;Corporate Governance","/content/content_38.htm ",,"Corporate Governance",1
			,"&nbsp;Memorandum and Articles  ","/content/content_39.htm ",,"  Memorandum and Articles  ",1


			])
			
			addmenu(menu=["navigation32",
			,,120,1,"",style1,,"left",effect,,,,,,,,,,,,
			,"&nbsp;Penrose Enquiry","/content/content_10.htm ",,"Penrose Enquiry",1
			//,"&nbsp;Litigation","/content/content_11.htm ",,"litigation",1
			,"&nbsp;Compromise Scheme","/content/content_14.htm ",,"Compromise Scheme",1
			])

addmenu(menu=[		// This is the array that contains your menu properties and details
"navigation4",			// Menu Name - This is needed in order for the menu to be called
150,					// Menu Top - The Top position of the menu in pixels
185,				    // Menu Left - The Left position of the menu in pixels
120,			    // Menu Width - Menus width in pixels
0,					// 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
0,					// 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
effect,				// 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)
0, 					// 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)
,					// Reserved for future use
,					// Reserved for future use
,					// Reserved for future use

,"&nbsp;Financial Reports","/content/content_16.asp ",,"Financial Reports",1
,"&nbsp;AGM","/content/content_17.asp ",,"AGM",1
,"&nbsp;Financial Calendar","/content/financialcalendar.asp ",,"Financial Calendar",1
//,"&nbsp;Fast Facts","/content/content_18.asp ",,"Fast Facts",1
//,"&nbsp;Request for Reports","/content/content_19.htm ",,"Request for Reports",1



])




addmenu(menu=[
"navigation5",                  // Menu Name - This is needed in order for this menu to be called
150,                          // Menu Top - The Top position of this menu in pixels
306,                           // Menu Left - The Left position of this menu in pixels
120,                          // Menu Width - Menus width in pixels
0,                            // Menu Border Width
,                             // Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
style1,                  // Gray3DStyle. Properties Array - this array is declared higher up as you can see above
0,                            // Always Visible - allows this menu item to be visible at all time (1=on or 0=off)
,                             // Alignment - sets this menu elements text alignment, values valid here are: left, right or center
effect,// Filter - Text variable for setting transitional effects on menu activation - see above for more info
0,                            // Follow Scrolling Top Position - Tells this menu to follow the user down the screen on scroll placing the menu at the value specified.
0,                            // Horizontal Menu - Tells this menu to display horizontaly instead of top to bottom style (1=on or 0=off)
0,                            // Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on or 0=off)
,                             // Position of TOP sub image left:center:right
,                             // Set the Overall Width of Horizontal Menu to specified width or 100% and height to a specified amount
0,                            // Right To Left - Used in Hebrew for example. (1=on or 0=off)
0,                            // Open the Menus OnClick - leave blank for OnMouseover (1=on or 0=off)
,                             // ID of the div you want to hide on MouseOver (useful for hiding form elements)
,                             // Background image for menu Color must be set to transparent for this to work
0,                            // Scrollable Menu
,                             // Miscellaneous Menu Properties
//,"images","show-menu=Cars","#",,1

,"&nbsp;Latest Press Releases","/content/pressreleases.asp ",,"Latest Press Releases",1
,"&nbsp;Press Release Archive","/content/pressreleases_archive.asp ",,"Press Release Archive",1
,"&nbsp;Media Centre Contacts","/content/content_20.htm ",,"Press Office Contacts",1
,"&nbsp;Photo Library","/content/content_24.htm ",,"Photo Library",1


])

addmenu(menu=[
"navigation6",                  // Menu Name - This is needed in order for this menu to be called
150,                          // Menu Top - The Top position of this menu in pixels
427,                           // Menu Left - The Left position of this menu in pixels
120,                          // Menu Width - Menus width in pixels
0,                            // Menu Border Width
,                             // Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
style1,                  // Gray3DStyle. Properties Array - this array is declared higher up as you can see above
0,                            // Always Visible - allows this menu item to be visible at all time (1=on or 0=off)
,                             // Alignment - sets this menu elements text alignment, values valid here are: left, right or center
effect,// Filter - Text variable for setting transitional effects on menu activation - see above for more info
0,                            // Follow Scrolling Top Position - Tells this menu to follow the user down the screen on scroll placing the menu at the value specified.
0,                            // Horizontal Menu - Tells this menu to display horizontaly instead of top to bottom style (1=on or 0=off)
0,                            // Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on or 0=off)
,                             // Position of TOP sub image left:center:right
,                             // Set the Overall Width of Horizontal Menu to specified width or 100% and height to a specified amount
0,                            // Right To Left - Used in Hebrew for example. (1=on or 0=off)
0,                            // Open the Menus OnClick - leave blank for OnMouseover (1=on or 0=off)
,                             // ID of the div you want to hide on MouseOver (useful for hiding form elements)
,                             // Background image for menu Color must be set to transparent for this to work
0,                            // Scrollable Menu
,                             // Miscellaneous Menu Properties
//,"images","show-menu=Cars","#",,1
,"&nbsp;Guaranteed Terms","/content/content_44.htm",,"Funds",1
,"&nbsp;Funds","show-menu=navigation62",,"Funds and fund prices",1
,"&nbsp;Options at retirement","/content/content_30.htm ",,"Options at retirement",1
,"&nbsp;Forms & Documents","/content/content_29.asp ",,"Forms & Documents",1
,"&nbsp;Letter Library","/content/content_41.asp ",,"Letter Library",1
,"&nbsp;International Policyholders","/content/content_32.htm ",,"International Policyholders",1
,"&nbsp;FAQs","/content/content_34.htm ",,"FAQs",1
,"&nbsp;Complaints","/content/content_35.htm ",,"Complaints",1


])


			addmenu(menu=["navigation61",
			,,120,1,"",style1,,"left",effect,,,,,,,,,,,,
				,"&nbsp;Forms & Documents","/content/content_29.asp ",,"Forms & Documents",1
				,"&nbsp;Notices","/content/content_41.asp ",,"Notices",1
			])
			
						addmenu(menu=["navigation62",
			,,120,1,"",style1,,"left",effect,,,,,,,,,,,,
			//	,"&nbsp;Fund Prices & Performance","/fund/ ",,"Fund Prices & Performance",1
				,"&nbsp;Fund Prices and Performance","/fund/ " ,,"Fund Prices and Performance",1
				,"&nbsp;Fund Objectives","/content/content_46.htm ",,"Fund Objectives",1
			])



//var s_navigationName = "navigation5";
//var	s_navigation5 = "menu=[


/*
menu=[
"navigation51",                  // Menu Name - This is needed in order for this menu to be called
107,                          // Menu Top - The Top position of this menu in pixels
104,                           // Menu Left - The Left position of this menu in pixels
100,                          // Menu Width - Menus width in pixels
0,                            // Menu Border Width
,                             // Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
style2,                  // Gray3DStyle. Properties Array - this array is declared higher up as you can see above
0,                            // Always Visible - allows this menu item to be visible at all time (1=on or 0=off)
,                             // Alignment - sets this menu elements text alignment, values valid here are: left, right or center
"randomdissolve(duration=0.5)",// Filter - Text variable for setting transitional effects on menu activation - see above for more info
0,                            // Follow Scrolling Top Position - Tells this menu to follow the user down the screen on scroll placing the menu at the value specified.
0,                            // Horizontal Menu - Tells this menu to display horizontaly instead of top to bottom style (1=on or 0=off)
1,                            // Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on or 0=off)
,                             // Position of TOP sub image left:center:right
,                             // Set the Overall Width of Horizontal Menu to specified width or 100% and height to a specified amount
0,                            // Right To Left - Used in Hebrew for example. (1=on or 0=off)
0,                            // Open the Menus OnClick - leave blank for OnMouseover (1=on or 0=off)
,                             // ID of the div you want to hide on MouseOver (useful for hiding form elements)
,                             // Background image for menu Color must be set to transparent for this to work
0,                            // Scrollable Menu
,                             // Miscellaneous Menu Properties
,"<img src=/images/nav/arrow.gif border=0 >","#",,,0
,"<img src=/images/nav/rollover_sales_conf.gif border=0 >","/sales_conferences.htm ",,,0
,"<img src=/images/nav/campus_road.gif border=0 >","/campus_roadshows.htm ",,,0
,"<img src=/images/nav/employee_conf.gif border=0 >","/employee_conferences.htm ",,,0
,"<img src=/images/nav/agms.gif border=0 >","/agms.htm ",,"This is some status text",0
,"<img src=/images/nav/exhibitions.gif border=0 >","/exhibitions.htm ",,"This is some status text",0
];
*/


/*
==================================================================
LTrim(string) : Returns a copy of a string without leading spaces.
==================================================================
*/
function LTrim(str)
/*
   PURPOSE: Remove leading blanks from our string.
   IN: str - the string we want to LTrim
*/
{
   var whitespace = new String(" \t\n\r");

   var s = new String(str);

   if (whitespace.indexOf(s.charAt(0)) != -1) {
      // We have a string with leading blank(s)...

      var j=0, i = s.length;

      // Iterate from the far left of string until we
      // don't have any more whitespace...
      while (j < i && whitespace.indexOf(s.charAt(j)) != -1)
         j++;

      // Get the substring from the first non-whitespace
      // character to the end of the string...
      s = s.substring(j, i);
   }
   return s;
}

/*
==================================================================
RTrim(string) : Returns a copy of a string without trailing spaces.
==================================================================
*/
function RTrim(str)
/*
   PURPOSE: Remove trailing blanks from our string.
   IN: str - the string we want to RTrim

*/
{
   // We don't want to trip JUST spaces, but also tabs,
   // line feeds, etc.  Add anything else you want to
   // "trim" here in Whitespace
   var whitespace = new String(" \t\n\r");

   var s = new String(str);

   if (whitespace.indexOf(s.charAt(s.length-1)) != -1) {
      // We have a string with trailing blank(s)...

      var i = s.length - 1;       // Get length of string

      // Iterate from the far right of string until we
      // don't have any more whitespace...
      while (i >= 0 && whitespace.indexOf(s.charAt(i)) != -1)
         i--;


      // Get the substring from the front of the string to
      // where the last non-whitespace character is...
      s = s.substring(0, i+1);
   }

   return s;
}

/*
=============================================================
Trim(string) : Returns a copy of a string without leading or trailing spaces
=============================================================
*/
function Trim(str)
/*
   PURPOSE: Remove trailing and leading blanks from our string.
   IN: str - the string we want to Trim

   RETVAL: A Trimmed string!
*/
{
   return RTrim(LTrim(str));
}

var gb_hideMenu = true;
var gs_popCmd = "";
var gs_NavName = "navigation51";


function getSalesConferenceData (sType) {

	var sImage = "";
	var sRolloverImg = "";
	var sURL   = "";


	// Set up on/off state

	// Check if the page loaded is Sales Conferences
	sImage = "<img src=/images/nav/rollover_sales_conf.gif border=0 >"; 
	sRolloverImg = "<img src=/images/nav/rollover_sales_conf.gif border=0 >"; 
	sURL   = "/sales_conferences.htm";  

	if (sURL.toLowerCase() == document.location.pathname.toLowerCase()) {

		gs_popCmd = "popup('" + gs_NavName + "');";
	
		if (sType == 1) {
		
			// Highlight menu item 
			return  sRolloverImg;
		}
		
		if (sType == 2) {

			return "#";
	
		}

	} else {
	
		// Menu item not selected
		if (sType == 1) {
		
			return sImage;
		}

		if (sType == 2) {
	
			return sURL;
		
		}

	}

}


addmenu(menu=[
gs_NavName,                  // Menu Name - This is needed in order for this menu to be called
107,                          // Menu Top - The Top position of this menu in pixels
104,                           // Menu Left - The Left position of this menu in pixels
100,                          // Menu Width - Menus width in pixels
0,                            // Menu Border Width
,                             // Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
style2,                  // Gray3DStyle. Properties Array - this array is declared higher up as you can see above
0,                            // Always Visible - allows this menu item to be visible at all time (1=on or 0=off)
,                             // Alignment - sets this menu elements text alignment, values valid here are: left, right or center
"randomdissolve(duration=0.5)",// Filter - Text variable for setting transitional effects on menu activation - see above for more info
0,                            // Follow Scrolling Top Position - Tells this menu to follow the user down the screen on scroll placing the menu at the value specified.
0,                            // Horizontal Menu - Tells this menu to display horizontaly instead of top to bottom style (1=on or 0=off)
1,                            // Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on or 0=off)
,                             // Position of TOP sub image left:center:right
,                             // Set the Overall Width of Horizontal Menu to specified width or 100% and height to a specified amount
0,                            // Right To Left - Used in Hebrew for example. (1=on or 0=off)
0,                            // Open the Menus OnClick - leave blank for OnMouseover (1=on or 0=off)
,                             // ID of the div you want to hide on MouseOver (useful for hiding form elements)
,                             // Background image for menu Color must be set to transparent for this to work
0,                            // Scrollable Menu
,                             // Miscellaneous Menu Properties
,"<img src=/images/nav/arrow.gif border=0 >","#",,,0
,getSalesConferenceData(1),getSalesConferenceData(2),,,0
,"<img src=/images/nav/campus_road.gif border=0 >","/campus_roadshows.htm ",,,0
,"<img src=/images/nav/employee_conf.gif border=0 >","/employee_conferences.htm ",,,0
,"<img src=/images/nav/agms.gif border=0 >","/agms.htm ",,"This is some status text",0
,"<img src=/images/nav/exhibitions.gif border=0 >","/exhibitions.htm ",,"This is some status text",0

])



addmenu(menu=[
"navigation6",                  // Menu Name - This is needed in order for this menu to be called
127,                          // Menu Top - The Top position of this menu in pixels
104,                           // Menu Left - The Left position of this menu in pixels
100,                          // Menu Width - Menus width in pixels
0,                            // Menu Border Width
,                             // Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
style2,                  // Gray3DStyle. Properties Array - this array is declared higher up as you can see above
0,                            // Always Visible - allows this menu item to be visible at all time (1=on or 0=off)
,                             // Alignment - sets this menu elements text alignment, values valid here are: left, right or center
"randomdissolve(duration=0.5)",// Filter - Text variable for setting transitional effects on menu activation - see above for more info
0,                            // Follow Scrolling Top Position - Tells this menu to follow the user down the screen on scroll placing the menu at the value specified.
0,                            // Horizontal Menu - Tells this menu to display horizontaly instead of top to bottom style (1=on or 0=off)
0,                            // Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on or 0=off)
,                             // Position of TOP sub image left:center:right
,                             // Set the Overall Width of Horizontal Menu to specified width or 100% and height to a specified amount
0,                            // Right To Left - Used in Hebrew for example. (1=on or 0=off)
0,                            // Open the Menus OnClick - leave blank for OnMouseover (1=on or 0=off)
,                             // ID of the div you want to hide on MouseOver (useful for hiding form elements)
,                             // Background image for menu Color must be set to transparent for this to work
0,                            // Scrollable Menu
,                             // Miscellaneous Menu Properties
//,"images","show-menu=Cars","#",,1
,"<img src=/images/nav/arrow.gif border=0 >","#",,,0
,"<img src=/images/nav/corporate.gif border=0 >","/corporate.htm ",,"corporate",0
,"<img src=/images/nav/training.gif border=0 >","/training.htm ",,"training",0
,"<img src=/images/nav/sales_promotion.gif border=0 >","/sales_promotion.htm ",,"sales promotion",0

])	;

addmenu(menu=[
"navigation7",                  // Menu Name - This is needed in order for this menu to be called
147,                          // Menu Top - The Top position of this menu in pixels
104,                           // Menu Left - The Left position of this menu in pixels
100,                          // Menu Width - Menus width in pixels
0,                            // Menu Border Width
,                             // Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
style2,                  // Gray3DStyle. Properties Array - this array is declared higher up as you can see above
0,                            // Always Visible - allows this menu item to be visible at all time (1=on or 0=off)
,                             // Alignment - sets this menu elements text alignment, values valid here are: left, right or center
"randomdissolve(duration=0.5)",// Filter - Text variable for setting transitional effects on menu activation - see above for more info
0,                            // Follow Scrolling Top Position - Tells this menu to follow the user down the screen on scroll placing the menu at the value specified.
0,                            // Horizontal Menu - Tells this menu to display horizontaly instead of top to bottom style (1=on or 0=off)
0,                            // Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on or 0=off)
,                             // Position of TOP sub image left:center:right
,                             // Set the Overall Width of Horizontal Menu to specified width or 100% and height to a specified amount
0,                            // Right To Left - Used in Hebrew for example. (1=on or 0=off)
0,                            // Open the Menus OnClick - leave blank for OnMouseover (1=on or 0=off)
,                             // ID of the div you want to hide on MouseOver (useful for hiding form elements)
,                             // Background image for menu Color must be set to transparent for this to work
0,                            // Scrollable Menu
,                             // Miscellaneous Menu Properties
//,"images","show-menu=Cars","#",,1
,"<img src=/images/nav/arrow.gif border=0 >","#",,,0
,"<img src=/images/nav/websites.gif border=0 >","/websites.htm ",,"websites",0
,"<img src=/images/nav/intranet.gif border=0 >","/intranet.htm ",,"intranet",0
,"<img src=/images/nav/cd-roms.gif border=0 >","/cdroms.htm ",,"cd roms",0
,"<img src=/images/nav/kiosks.gif border=0 >","/kiosks.htm ",,"kiosks",0
,"<img src=/images/nav/text_video.gif border=0 >","/text_video_messaging.htm",,"text video messaging",0

]);

addmenu(menu=[
"navigation8",                  // Menu Name - This is needed in order for this menu to be called
167,                          // Menu Top - The Top position of this menu in pixels
104,                           // Menu Left - The Left position of this menu in pixels
100,                          // Menu Width - Menus width in pixels
0,                            // Menu Border Width
,                             // Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
style2,                  // Gray3DStyle. Properties Array - this array is declared higher up as you can see above
0,                            // Always Visible - allows this menu item to be visible at all time (1=on or 0=off)
,                             // Alignment - sets this menu elements text alignment, values valid here are: left, right or center
"randomdissolve(duration=0.5)",// Filter - Text variable for setting transitional effects on menu activation - see above for more info
0,                            // Follow Scrolling Top Position - Tells this menu to follow the user down the screen on scroll placing the menu at the value specified.
0,                            // Horizontal Menu - Tells this menu to display horizontaly instead of top to bottom style (1=on or 0=off)
0,                            // Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on or 0=off)
,                             // Position of TOP sub image left:center:right
,                             // Set the Overall Width of Horizontal Menu to specified width or 100% and height to a specified amount
0,                            // Right To Left - Used in Hebrew for example. (1=on or 0=off)
0,                            // Open the Menus OnClick - leave blank for OnMouseover (1=on or 0=off)
,                             // ID of the div you want to hide on MouseOver (useful for hiding form elements)
,                             // Background image for menu Color must be set to transparent for this to work
0,                            // Scrollable Menu
,                             // Miscellaneous Menu Properties
//,"images","show-menu=Cars","#",,1
,"<img src=/images/nav/arrow.gif border=0 >","#",,,0
,"<img src=/images/nav/brochures.gif border=0 >","/brochures.htm ",,"brochures",0
,"<img src=/images/nav/reports.gif border=0 >","/reports.htm ",,"reports",0
,"<img src=/images/nav/sales_collateral.gif border=0 >","/sales_collateral.htm ",,"sales collateral",0
,"<img src=/images/nav/disply_stands.gif border=0 >","/display_stands.htm ",,"display stands",0
,"<img src=/images/nav/signage.gif border=0 >","/signage.htm ",,"signage",0

])


var b_runonce = false;

	

dumpmenus()