	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
		"003450",			// Mouse Off Background Color
		"FFFFFF",			// Mouse On Font Color
		"A68B00",			// Mouse On Background Color
		"42B5B8",			// 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;top;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 = 132;	

	// 1 Home
	//var menu_1_top = top;				// Menu Top - The Top position of the menu in pixels
	//var menu_1_left = "offset=+167";			// Menu Left - The Left position of the menu in pixels

	//2 Overview
	var menu_2_top = top;					// Menu Top - The Top position of the menu in pixels
	var menu_2_left = "offset=-198";		// Menu Left - The Left position of the menu in pixels
	
	var menu_2a_top = 166;		// Menu Top - The Top position of the menu in pixels
	var menu_2a_left = "offset=-56";		// Menu Left - The Left position of the menu in pixels

	// 3 Projects
	var menu_3_top = top;			// Menu Top - The Top position of the menu in pixels
	var menu_3_left ="offset=-112" ;		// Menu Left - The Left position of the menu in pixels

	// 4 Investors
	var menu_4_top = top;		// Menu Top - The Top position of the menu in pixels
	var menu_4_left = "offset=-14";		// Menu Left - The Left position of the menu in pixels
	
	var menu_4a_top = 166;		// Menu Top - The Top position of the menu in pixels
	var menu_4a_left = "offset=153";		// Menu Left - The Left position of the menu in pixels
	

	// 5 News
	var menu_5_top = top;		// Menu Top - The Top position of the menu in pixels
	var menu_5_left = "offset=52";		// Menu Left - The Left position of the menu in pixels
	
