	var 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.
		"#5D1E27",			// Mouse Off Font Color
		"#ffffff",			// Mouse Off Background Color
		"#FFFFFF",			// Mouse On Font Color
		"#5D1E27",			// Mouse On Background Color
		"#cccccc",			// Menu Border Color 
		11,					// Font Size in pixels
		"normal",			// Font Style (italic or normal)
		"",					// Font Weight (bold or normal)
		"Verdana",	// Font Name
		2,					// Menu Item Padding
		"",					// Sub Menu Image (Leave this blank if not needed)
		"",					// 3D Border & Separator bar
		,					// 3D High Color
		,					// 3D Low Color
		"",					// Current Page Item Font Color (leave this blank to disable)
		"",					// Current Page Item Background Color (leave this blank to disable)
		"",					// Top Bar image (Leave this blank to disable)
		"",					// Menu Header Font Color (Leave blank if headers are not needed)
		"",					// Menu Header Background Color (Leave blank if headers are not needed)
		"",					// Menu Item Separator Color
		]
/*
	var 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.
		"FFFFFF",			// Mouse Off Font Color
		"1F3149",			// Mouse Off Background Color
		"FCAA08",			// Mouse On Font Color
		"1F3149",			// Mouse On Background Color
		"FFFFFF",			// Menu Border Color 
		11,				// Font Size in pixels
		"normal",			// Font Style (italic or normal)
		"",				// Font Weight (bold or normal)
		"Arial,Verdana",		// Font Name
		1,					// Menu Item Padding
		"",					// Sub Menu Image (Leave this blank if not needed)
		,					// 3D Border & Separator bar
		,					// 3D High Color
		,					// 3D Low Color
		"",					// Current Page Item Font Color (leave this blank to disable)
		"",					// Current Page Item Background Color (leave this blank to disable)
		"",					// Top Bar image (Leave this blank to disable)
		"",					// Menu Header Font Color (Leave blank if headers are not needed)
		"",					// Menu Header Background Color (Leave blank if headers are not needed)
		"",					// Menu Item Separator Color
		]
		

	// Main Menu
	var menu_top = "290";			// Menu Top - The Top position of the menu in pixels
	var menu_left = "offset=-359";	// Menu Left - The Left position of the menu in pixels
	var menu_width = '';			// Menu Width - Menus width in pixels
	var menu_border = '';			// Menu Border Width 
	var screen_position = 'center';	// Screen Position - here you can use "center;left;right;middle;"offset=+450";bottom" or a combination of "center:middle"
	var properties_array = style1;		// Properties Array - this is set higher up, as above
	var always_visible = 0;			// Always Visible - allows the menu item to be visible at all time (1=on/0=off)
	var alignment = '';				// Alignment - sets the menu elements text alignment, values valid here are: left, right or center
	var filter = '';				// Filter - Text variable for setting transitional effects on menu activation - see above for more info
	var following_scrolling = '';		// Follow Scrolling - Tells the menu item to follow the user down the screen (visible at all times) (1=on/0=off)
	var horizontal_menu = 1;			// Horizontal Menu - Tells the menu to become horizontal instead of top to bottom style (1=on/0=off)
	var keep_alive = '';			// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on/0=off)
	var position_sub_image = '';		// Position of TOP sub image left:center:right
	var horizontal_width = '';		// Set the Overall Width of Horizontal Menu to 100% and height to the specified amount (Leave blank to disable)
	var right_to_left = '';			// Right To Left - Used in Hebrew for example. (1=on/0=off)
	var open_menu_onclick = '';		// Open the Menus OnClick - leave blank for OnMouseover (1=on/0=off)
	var hide_div_id = '';			// ID of the div you want to hide on MouseOver (useful for hiding form elements)
	var background_image = '';		// Background image for menu when BGColor set to transparent.
	var scrollable_menu = '';			// Scrollable Menu
	var reserved = '';				// Reserved for future use
*/

	var top = 421;
	var left = "offset=+250";
	
	var leftprojects = 479;
	
	// corporate
	var menu_1_top = top			// Menu Top - The Top position of the menu in pixels
	var menu_1_left = "offset=-216";			// Menu Left - The Left position of the menu in pixels
	
	// projects
	var menu_2_top = top	
	var menu_2_left = "offset=-145";
	var menu_2aa_top = top;
	var menu_2aa_left = "offset=-35";
	var menu_2a_top = top;
	var menu_2a_left = "offset=-50";
	var menu_2b_top = top+30;	
	var menu_2b_left = "offset=-50";
	var menu_2c_top = top+60;	
	var menu_2c_left = "offset=-35";

	// news
	var menu_3_top = top	// Menu Top - The Top position of the menu in pixels
	var menu_3_left = "offset=-26";		// Menu Left - The Left position of the menu in pixels
	
	// investors
	var menu_4_top = top		// Menu Top - The Top position of the menu in pixels
	var menu_4_left ="offset=+35" ;		// Menu Left - The Left position of the menu in pixels
	
	// contact us
	var menu_5_top = top	// Menu Top - The Top position of the menu in pixels
	var menu_5_left = "offset=+144";		// Menu Left - The Left position of the menu in pixels
	
	var menu_6_top = top	// Menu Top - The Top position of the menu in pixels
	var menu_6_left = "offset=+344";		// Menu Left - The Left position of the menu in pixels
	
	var menu_7_top = top	// Menu Top - The Top position of the menu in pixels
	var menu_7_left = "offset=+241";		// Menu Left - The Left position of the menu in pixels
	
	
