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)
}

if(navigator.appVersion.indexOf("MSIE 6.0")>0)
{
	effect = "Fade(duration=0.2);Alpha(style=0,opacity=88);Shadow(color='#D5D2C9', Direction=135, Strength=0)"
}
else
{
	effect = "Shadow(color='#D5D2C9', Direction=135, Strength=0)" // Stop IE5.5 bug when using more than one filter
}


timegap=500				// The time delay for menus to remain visible
followspeed=5			// Follow Scrolling speed
followrate=40			// Follow Scrolling Rate
suboffset_top=20;		// Sub menu offset Top position 
suboffset_left=20;		// 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.
"325AA3",				// Mouse Off Font Color
"EDEDED",				// Mouse Off Background Color
"FF6600",				// Mouse On Font Color
"EFEFEF",				// Mouse On Background Color
"EDEDED",				// Menu Border Color 
10,						// Font Size in pixels
"normal",				// Font Style (italic or normal)
"bold",					// Font Weight (bold or normal)
"Verdana",				// Font Name
3,						// Menu Item Padding
"",						// Sub Menu Image (Leave this blank if not needed)
,						// 3D Border & Separator bar
"66ffff",				// 3D High Color
"000099",				// 3D Low Color
"151515",				// Current Page Item Font Color (leave this blank to disable)
"white",					// 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)
]


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.
"151515",				// Mouse Off Font Color
"FFFFFF",				// Mouse Off Background Color
"325aa3",				// Mouse On Font Color
"EFEFEF",				// Mouse On Background Color
"64B3E4",				// Menu Border Color 
10,						// Font Size in pixels
"normal",				// Font Style (italic or normal)
"normal",				// Font Weight (bold or normal)
"Verdana",				// Font Name
3,						// Menu Item Padding
"",						// Sub Menu Image (Leave this blank if not needed)
,						// 3D Border & Separator bar
"66ffff",				// 3D High Color
"000099",				// 3D Low Color
"151515",				// Current Page Item Font Color (leave this blank to disable)
"white",				// 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)
]

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.
"cc6633",				// Mouse Off Font Color
"EDEDED",				// Mouse Off Background Color
"cc6633",				// Mouse On Font Color
"EFEFEF",				// Mouse On Background Color
"EDEDED",				// Menu Border Color 
10,						// Font Size in pixels
"normal",				// Font Style (italic or normal)
"bold",					// Font Weight (bold or normal)
"Verdana",				// Font Name
3,						// Menu Item Padding
"",						// Sub Menu Image (Leave this blank if not needed)
,						// 3D Border & Separator bar
"66ffff",				// 3D High Color
"000099",				// 3D Low Color
"151515",				// Current Page Item Font Color (leave this blank to disable)
"white",					// 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)
]


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
94,					// Menu Top - The Top position of the menu in pixels
5,					// 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)
"center",				// 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)
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)
,					// Reserved for future use
,					// Reserved for future use
,					// Reserved for future use
,"Solutions","show-menu=solutions","pages/solutions.asp","Inspherion - Solutions",1
])
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
94,					// Menu Top - The Top position of the menu in pixels
65,					// 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"
style3,				// 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)
"center",				// 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)
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)
,					// Reserved for future use
,					// Reserved for future use
,					// Reserved for future use
,".","","","",1
])
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
94,					// Menu Top - The Top position of the menu in pixels
77,					// 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)
"center",				// 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)
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)
,					// Reserved for future use
,					// Reserved for future use
,					// Reserved for future use
,"Products","show-menu=products","pages/products.asp","Inspherion - Products",1
])
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
94,					// Menu Top - The Top position of the menu in pixels
136,					// 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"
style3,				// 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)
"center",				// 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)
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)
,					// Reserved for future use
,					// Reserved for future use
,					// Reserved for future use
,".","","","",1
])
/*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
94,					// Menu Top - The Top position of the menu in pixels
146,					// 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)
"center",				// 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)
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)
,					// Reserved for future use
,					// Reserved for future use
,					// Reserved for future use
,"Services","show-menu=services","pages/services.asp","Inspherion - Services",1
])
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
94,					// Menu Top - The Top position of the menu in pixels
200,					// 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"
style3,				// 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)
"center",				// 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)
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)
,					// Reserved for future use
,					// Reserved for future use
,					// Reserved for future use
,".","","","",1
])*/
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
94,					// Menu Top - The Top position of the menu in pixels
148,					// 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)
"center",				// 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)
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)
,					// Reserved for future use
,					// Reserved for future use
,					// Reserved for future use
,"Support","show-menu=support","pages/support.asp","Inspherion - Support",1
])
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
94,					// Menu Top - The Top position of the menu in pixels
201,					// 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"
style3,				// 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)
"center",				// 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)
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)
,					// Reserved for future use
,					// Reserved for future use
,					// Reserved for future use
,".","","","",1
])
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
94,					// Menu Top - The Top position of the menu in pixels
213,					// 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)
"center",				// 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)
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)
,					// Reserved for future use
,					// Reserved for future use
,					// Reserved for future use
,"Clients","show-menu=clients","pages/clients.asp","Inspherion - Clients",1
])
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
94,					// Menu Top - The Top position of the menu in pixels
259,					// 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"
style3,				// 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)
"center",				// 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)
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)
,					// Reserved for future use
,					// Reserved for future use
,					// Reserved for future use
,".","","","",1
])
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
94,					// Menu Top - The Top position of the menu in pixels
271,					// 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)
"center",				// 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)
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)
,					// Reserved for future use
,					// Reserved for future use
,					// Reserved for future use
,"Partners","show-menu=partners","pages/partners.asp","Inspherion - Partners",1
])
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
94,					// Menu Top - The Top position of the menu in pixels
329,					// 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"
style3,				// 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)
"center",				// 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)
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)
,					// Reserved for future use
,					// Reserved for future use
,					// Reserved for future use
,".","","","",1
])
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
94,					// Menu Top - The Top position of the menu in pixels
341,					// 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)
"center",				// 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)
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)
,					// Reserved for future use
,					// Reserved for future use
,					// Reserved for future use
,"News","pages/news.asp","","Inspherion - News",1
])
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
94,					// Menu Top - The Top position of the menu in pixels
379,					// 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"
style3,				// 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)
"center",				// 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)
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)
,					// Reserved for future use
,					// Reserved for future use
,					// Reserved for future use
,".","","","",1
])
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
94,					// Menu Top - The Top position of the menu in pixels
392,					// 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)
"center",				// 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)
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)
,					// Reserved for future use
,					// Reserved for future use
,					// Reserved for future use
,"Careers","pages/careers.asp","","Inspherion - Careers",1
])
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
94,					// Menu Top - The Top position of the menu in pixels
445,					// 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"
style3,				// 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)
"center",				// 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)
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)
,					// Reserved for future use
,					// Reserved for future use
,					// Reserved for future use
,".","","","",1
])
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
94,					// Menu Top - The Top position of the menu in pixels
455,				// 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)
"center",				// 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)
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)
,					// Reserved for future use
,					// Reserved for future use
,					// Reserved for future use
,"Downloads","show-menu=downloads","../PurchaseProd/InsDownloadProducts.aspx","Inspherion - Downloads",1
])
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
94,					// Menu Top - The Top position of the menu in pixels
525,					// 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"
style3,				// 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)
"center",				// 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)
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)
,					// Reserved for future use
,					// Reserved for future use
,					// Reserved for future use
,".","","","",1
])
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
94,					// Menu Top - The Top position of the menu in pixels
535,					// 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)
"center",				// 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)
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)
,					// Reserved for future use
,					// Reserved for future use
,					// Reserved for future use
,"About&nbsp;Us","show-menu=aboutus","pages/a-about.asp","Inspherion - About Us",1
])

var bMSIE = false;
var bMSIE4, bMSIE5, bMSIE55, bMSIE6;
var bNetscape = false, bNetscape_2 = false, bNetscape_3 = false, 
      bNetscape_4 = false;

    var ua = window.navigator.userAgent;
    var an = window.navigator.appName;

    // Is it IE?
    bMSIE = (ua.indexOf("MSIE")>=1);
    if (bMSIE)
    {
        // IE4
       bMSIE5 = (ua.indexOf("MSIE 4.0")>=1);
     
        // IE5
        bMSIE5 = (ua.indexOf("MSIE 5.0")>=1);
      
      // IE5.5
        bMSIE55 = (ua.indexOf("MSIE 5.5")>=1);
      
      //IE6
      bMSIE6 = (ua.indexOf("MSIE 6.0")>=1);
//      alert("microsoft browser");


///////////////////////////////

	addmenu(menu=["aboutus",,535,142,1,,style2,0,"left",effect,0,,,,,,,,,,,
	,"Vision","pages/a-vision.asp",,"Inspherion Learning - Company Vision",1
	,"Background","pages/a-background.asp",,"Inspherion Learning - Company Background",1
	,"Contact Us","pages/a-contact.asp",,"Inspherion Learning - Contact Us",1
	//,"Events","pages/a-events.asp",,"Inspherion Learning - Events",1
	//,"Investors","#",,"Inspherion Learning - Investors",1
	//,"Executive Profiles","#",,"Inspherion Learning - Executive Profiles",1
	//,"News","#",,"Inspherion Learning - News",1
	//,"Investors","pages/a-investors.asp",,"Inspherion Learning - Investors",1
	//,"Executive Profiles","pages/a-executive.asp",,"Inspherion Learning - Executive Profiles",1
	//,"News","pages/a-news.asp",,"Inspherion Learning - News",1
	])
	
	addmenu(menu=["Partners",,331,140,1,,style2,0,"left",effect,0,,,,,,,,,,,
	//,"Hardware Partners","pages/partners-hard.asp",,"Inspherion Learning - Hardware Partners",1
	//,"Content Partners","pages/partners-content.asp",,"Inspherion Learning - Content Partners",1
	//,"Application Partners","pages/partners-app.asp",,"Inspherion Learning - Application Partners",1
	//,"Channel Partners","pages/partners-chn.asp",,"Inspherion Learning - Channel Partners",1
	])
	
	addmenu(menu=["clients",,275,155,1,,style2,0,"left",effect,0,,,,,,,,,,,
	//,"Client Overview","pages/clients-over.asp",,"Inspherion Learning - Client Overview",1
	//,"K12 Clients","pages/clients-k12.asp",,"Inspherion Learning - K12 Clients",1
	//,"Higher Education Clients","pages/clients-higher.asp",,"Inspherion Learning - Higher Education Clients",1
	//,"Distance Education Clients","pages/clients-distance.asp",,"Inspherion Learning - Distance Ed Clients",1
	//,"Supplemental Education Clients","pages/clients-supple.asp",,"Inspherion Learning - Supplemental Ed Clients",1
	//,"Corporate Clients","pages/clients-corp.asp",,"Inspherion Learning - Corporate Clients",1
	])
	
	addmenu(menu=["support",,214,140,1,,style2,0,"left",effect,0,,,,,,,,,,,
	//,"Educational Institutions","pages/support-edu.asp",,"Inspherion Learning - Educational Institutions",1				
	//,"Domain Administrators","pages/support-domain.asp",,"Inspherion Learning - Domain Administrators",1
	//,"Students","pages/support-stud.asp",,"Inspherion Learning - Students",1
	//,"Teachers / Graders","pages/support-teach.asp",,"Inspherion Learning - Teachers / Graders",1
	//,"Parents","pages/support-parent.asp",,"Inspherion Learning - Parents",1
	])
	
	addmenu(menu=["services",,147,175,1,,style2,0,"left",effect,0,,,,,,,,,,,
	,"Transformation Consulting","pages/services-trans.asp",,"Inspherion Learning - Market Opportunity",1
	,"Technology Consulting","pages/services-tech.asp",,"Inspherion Learning - Consumer Market Overview",1
	,"Custom App Dev.& Integration","pages/services-custom.asp",,"Inspherion Learning - Capital Market Overview",1
	,"Instructional Design","pages/services-instru.asp",,"Inspherion Learning - Telecommunications Opportunities",1
	,"Course Design & Conversion","pages/services-course.asp",,"Inspherion Learning - Mobile-phone Opportunities",1
	,"Strategic Planning & Consulting","pages/services-stat.asp",,"Inspherion Learning - Market Opportunity",1
	,"Support & Training","pages/services-supp.asp",,"Inspherion Learning - Consumer Market Overview",1
	,"Hosting","pages/services-host.asp",,"Inspherion Learning - Capital Market Overview",1
	//,"Other Services","pages/services-other.asp",,"Inspherion Learning - Telecommunications Opportunities",1
	,"Graphic Design","pages/services-graph.asp",,"Inspherion Learning - Mobile-phone Opportunities",1
	])
	
	addmenu(menu=["products",,78,184,1,,style2,0,"left",effect,0,,,,,,,,,,,
	,"<i>i</i>-Symphony Learning Platform","pages/p-symphony.asp",,"Inspherion Learning - i-Symphony Learning Platform",1
	,"<i>i</i>-Content Studio","pages/p-contentstudio.asp",,"Inspherion Learning - i-Content Studio",1
	//,"<i>i</i>-Admin Studio","pages/p-adminstudio.asp",,"Inspherion Learning - i-Admin Studio",1
	//,"Inspherion Symphony Learning Platform","pages/p-symphony.asp",,"Inspherion Learning - Inspherion Symphony Learning Platform",1
	//,"Inspherion Applications Suite","pages/p-applications.asp",,"Inspherion Applications Suite",1
	])
	addmenu(menu=["islp",120,268,184,1,,style2,0,"left",effect,0,,,,,,,,,,,
	,"Inspherion Learning Server","pages/p-learning.asp",,"Inspherion Learning - Inspherion Learning Server",1
	,"Inspherion OneLearn Clients","show-menu=ioc","pages/p-teacher.asp","Inspherion Learning - Inspherion OneLearn Clients",1
	])
	addmenu(menu=["ias",149,268,215,1,,style2,0,"left",effect,0,,,,,,,,,,,
	,"Content Authoring and Editing Suite","pages/p-desktop.asp",,"Inspherion Learning - Content Authoring and Editing Suite",1
	,"Forms Automation & Routing Package","pages/p-forms.asp",,"Inspherion Learning - Forms Automation & Routing Package",1
	,"Sign-up Sheet Package","pages/p-signup.asp",,"Inspherion Learning - Sign-up Sheet Package",1
	])
	addmenu(menu=["ioc",144,459,125,1,,style2,0,"left",effect,0,,,,,,,,,,,
	,"For Teachers","pages/p-teacher.asp",,"Inspherion Learning - For Teachers",1
	,"For Students","pages/p-student.asp",,"Inspherion Learning - For Students",1
	,"For Parents","pages/p-parentlink.asp",,"Inspherion Learning - For Parents",1
	,"For Teacher Aides","pages/p-teacher-aid.asp",,"Inspherion Learning - For Teacher Aides",1
	])
	
	addmenu(menu=["solutions",,6,140,1,,style2,0,"left",effect,0,,,,,,,,,,,
	//addmenu(menu=["contactus",,660,113,1,,style2,0,"left",effect,0,,,,,,,,,,,
	,"K-12 Solutions","pages/sol-k12.asp",,"Inspherion Learning - K-12 Solutions",1
	,"K-12 Publishers","pages/sol-k12pub.asp",,"Inspherion Learning - K-12 Publishers",1
	//,"Higher Education Solutions","pages/sol-higher.asp",,"Inspherion Learning - Higher Education Solutions",1
	//,"Distance Education Solutions","pages/sol-distance.asp",,"Inspherion Learning - Distance Ed Solutions",1
	//,"Supplemental Education Solutions","pages/sol-supp.asp",,"Inspherion Learning - Supplemental Ed Solutions",1
	//,"Corporate Solutions","#",,"Inspherion Learning - Corporate Solutions",1
	])
	
	
///////////////////////////////




    }
    else if (an == "Netscape")
    {
        bNetscape = true;
        appVer = parseInt(navigator.appVersion);
        if (appVer >= 4)
            bNetscape_4 = true;
        else if (appVer >= 3)
            bNetscape_3 = true;
        else
            bNetscape_2 = true;
     	
     	//alert("netscape browser");
///////////////////////////////



	addmenu(menu=["aboutus",,535,142,1,,style2,0,"left",effect,0,,,,,,,,,,,
	,"Vision","pages/a-vision.asp",,"Inspherion Learning - Company Vision",1
	,"Background","pages/a-background.asp",,"Inspherion Learning - Company Background",1
	,"Contact Us","pages/a-contact.asp",,"Inspherion Learning - Contact Us",1
	//,"Events","pages/a-events.asp",,"Inspherion Learning - Events",1
	//,"Investors","#",,"Inspherion Learning - Investors",1
	//,"Executive Profiles","#",,"Inspherion Learning - Executive Profiles",1
	//,"News","#",,"Inspherion Learning - News",1
	//,"Investors","pages/a-investors.asp",,"Inspherion Learning - Investors",1
	//,"Executive Profiles","pages/a-executive.asp",,"Inspherion Learning - Executive Profiles",1
	//,"News","pages/a-news.asp",,"Inspherion Learning - News",1
	])
	
	addmenu(menu=["Partners",,331,140,1,,style2,0,"left",effect,0,,,,,,,,,,,
	//,"Hardware Partners","pages/partners-hard.asp",,"Inspherion Learning - Hardware Partners",1
	//,"Content Partners","pages/partners-content.asp",,"Inspherion Learning - Content Partners",1
	//,"Application Partners","pages/partners-app.asp",,"Inspherion Learning - Application Partners",1
	//,"Channel Partners","pages/partners-chn.asp",,"Inspherion Learning - Channel Partners",1
	])
	
	addmenu(menu=["clients",,275,155,1,,style2,0,"left",effect,0,,,,,,,,,,,
	//,"Client Overview","pages/clients-over.asp",,"Inspherion Learning - Client Overview",1
	//,"K12 Clients","pages/clients-k12.asp",,"Inspherion Learning - K12 Clients",1
	//,"Higher Education Clients","pages/clients-higher.asp",,"Inspherion Learning - Higher Education Clients",1
	//,"Distance Education Clients","pages/clients-distance.asp",,"Inspherion Learning - Distance Ed Clients",1
	//,"Supplemental Education Clients","pages/clients-supple.asp",,"Inspherion Learning - Supplemental Ed Clients",1
	//,"Corporate Clients","pages/clients-corp.asp",,"Inspherion Learning - Corporate Clients",1
	])
	
	addmenu(menu=["support",,214,140,1,,style2,0,"left",effect,0,,,,,,,,,,,
	//,"Educational Institutions","pages/support-edu.asp",,"Inspherion Learning - Educational Institutions",1				
	//,"Domain Administrators","pages/support-domain.asp",,"Inspherion Learning - Domain Administrators",1
	//,"Students","pages/support-stud.asp",,"Inspherion Learning - Students",1
	//,"Teachers / Graders","pages/support-teach.asp",,"Inspherion Learning - Teachers / Graders",1
	//,"Parents","pages/support-parent.asp",,"Inspherion Learning - Parents",1
	])
	
	addmenu(menu=["services",,147,175,1,,style2,0,"left",effect,0,,,,,,,,,,,
	,"Transformation Consulting","pages/services-trans.asp",,"Inspherion Learning - Market Opportunity",1
	,"Technology Consulting","pages/services-tech.asp",,"Inspherion Learning - Consumer Market Overview",1
	,"Custom App Dev.& Integration","pages/services-custom.asp",,"Inspherion Learning - Capital Market Overview",1
	,"Instructional Design","pages/services-instru.asp",,"Inspherion Learning - Telecommunications Opportunities",1
	,"Course Design & Conversion","pages/services-course.asp",,"Inspherion Learning - Mobile-phone Opportunities",1
	,"Strategic Planning & Consulting","pages/services-stat.asp",,"Inspherion Learning - Market Opportunity",1
	,"Support & Training","pages/services-supp.asp",,"Inspherion Learning - Consumer Market Overview",1
	,"Hosting","pages/services-host.asp",,"Inspherion Learning - Capital Market Overview",1
	//,"Other Services","pages/services-other.asp",,"Inspherion Learning - Telecommunications Opportunities",1
	,"Graphic Design","pages/services-graph.asp",,"Inspherion Learning - Mobile-phone Opportunities",1
	])
	
	addmenu(menu=["products",,78,184,1,,style2,0,"left",effect,0,,,,,,,,,,,
	,"<i>i</i>-Symphony Learning Platform","pages/p-symphony.asp",,"Inspherion Learning - i-Symphony Learning Platform",1
	,"<i>i</i>-Content Studio","pages/p-contentstudio.asp",,"Inspherion Learning - i-Content Studio",1
	//,"<i>i</i>-Admin Studio","pages/p-adminstudio.asp",,"Inspherion Learning - i-Admin Studio",1
	//,"Inspherion Symphony Learning Platform","pages/p-symphony.asp",,"Inspherion Learning - Inspherion Symphony Learning Platform",1
	//,"Inspherion Applications Suite","pages/p-applications.asp",,"Inspherion Applications Suite",1
	])
	addmenu(menu=["islp",120,268,184,1,,style2,0,"left",effect,0,,,,,,,,,,,
	,"Inspherion Learning Server","pages/p-learning.asp",,"Inspherion Learning - Inspherion Learning Server",1
	,"Inspherion OneLearn Clients","show-menu=ioc","pages/p-teacher.asp","Inspherion Learning - Inspherion OneLearn Clients",1
	])
	addmenu(menu=["ias",149,268,215,1,,style2,0,"left",effect,0,,,,,,,,,,,
	,"Content Authoring and Editing Suite","pages/p-desktop.asp",,"Inspherion Learning - Content Authoring and Editing Suite",1
	,"Forms Automation & Routing Package","pages/p-forms.asp",,"Inspherion Learning - Forms Automation & Routing Package",1
	,"Sign-up Sheet Package","pages/p-signup.asp",,"Inspherion Learning - Sign-up Sheet Package",1
	])
	addmenu(menu=["ioc",144,459,125,1,,style2,0,"left",effect,0,,,,,,,,,,,
	,"For Teachers","pages/p-teacher.asp",,"Inspherion Learning - For Teachers",1
	,"For Students","pages/p-student.asp",,"Inspherion Learning - For Students",1
	,"For Parents","pages/p-parentlink.asp",,"Inspherion Learning - For Parents",1
	,"For Teacher Aides","pages/p-teacher-aid.asp",,"Inspherion Learning - For Teacher Aides",1
	])
	
	addmenu(menu=["solutions",,6,140,1,,style2,0,"left",effect,0,,,,,,,,,,,
	//addmenu(menu=["contactus",,660,113,1,,style2,0,"left",effect,0,,,,,,,,,,,
	,"K-12 Solutions","pages/sol-k12.asp",,"Inspherion Learning - K-12 Solutions",1
	,"K-12 Publishers","pages/sol-k12pub.asp",,"Inspherion Learning - K-12 Publishers",1
	//,"Higher Education Solutions","pages/sol-higher.asp",,"Inspherion Learning - Higher Education Solutions",1
	//,"Distance Education Solutions","pages/sol-distance.asp",,"Inspherion Learning - Distance Ed Solutions",1
	//,"Supplemental Education Solutions","pages/sol-supp.asp",,"Inspherion Learning - Supplemental Ed Solutions",1
	//,"Corporate Solutions","#",,"Inspherion Learning - Corporate Solutions",1
	])
	


///////////////////////////////

    }



dumpmenus()