	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.
		"#FFFFFF",			// Mouse Off Font Color
		"#205D31",			// Mouse Off Background Color
		"#FFFFFF",			// Mouse On Font Color
		"#EBAE22",			// Mouse On Background Color
		"#C7DD9F",			// 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
		"8e2b2e",			// Mouse Off Background Color
		"eeeeee",			// Mouse On Font Color
		"a04b50",			// 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;"380"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 = 362;
	var left = "offset=+250";


	// 1 About
	var menu_1_top = top;				// Menu Top - The Top position of the menu in pixels
	var menu_1_left = "offset=-395";			// Menu Left - The Left position of the menu in pixels

	//2 Projects
	var menu_2_top = top;		// Menu Top - The Top position of the menu in pixels
	var menu_2_left = "offset=-254";		// Menu Left - The Left position of the menu in pixels

	// 3 Corporate Responsibility
	var menu_3_top = top;			// Menu Top - The Top position of the menu in pixels
	var menu_3_left ="offset=-69" ;		// Menu Left - The Left position of the menu in pixels
	
	// 4 PGM Market 
	var menu_4_top = top;			// Menu Top - The Top position of the menu in pixels
	var menu_4_left ="offset=+130" ;		// Menu Left - The Left position of the menu in pixels	
	
	// 5 Investors
	var menu_5_top = top;		// Menu Top - The Top position of the menu in pixels
	var menu_5_left ="offset=+278";		// Menu Left - The Left position of the menu in pixels
	
	// 6 Media
	var menu_6_top = top;		// Menu Top - The Top position of the menu in pixels
	var menu_6_left ="offset=+409";		// Menu Left - The Left position of the menu in pixels
	