	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
	136,			  	// Menu Top - The Top position of the menu in pixels
	10,					// Menu Left - The Left position of the menu in pixels
	,					// 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"
	img_main_menu, // 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)
	"RadialWipe(sqaures=Clock, duration=0.5)",					// Alignment - sets the menu elements text alignment, values valid here are: left, right or center
	,					// Filter - Text variable for setting transitional effects on menu activation - see above for more info
	1,					// 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
	1,				// ..Now Obsolete..
	0,					// Right To Left - Used in Hebrew for example. (1=on/0=off)
	0,					// 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
	// "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"

        ,"<img src=\"http://site.nitroplanes.com/xxspace.gif\"  border=\"5\" />","","","Space",0
        ,"<img src=\"http://site.nitroplanes.com/xxshopping.jpg\"  border=\"5\" />","http://order.store.yahoo.com/cgi-bin/wg-order?yhst-17210252890263","http://order.store.yahoo.com/cgi-bin/wg-order?yhst-17210252890263","Shopping Cart",0
	,"<img src=\"http://site.nitroplanes.com/xxorder.jpg\"  border=\"5\" />","http://www.nitroplanes.com/contacts.html","http://www.nitroplanes.com/contacts.html","Contact Us",0
	,"<img src=\"http://site.nitroplanes.com/xxlowprice.jpg\"  border=\"5\" />","http://www.nitroplanes.com/info.html","http://www.nitroplanes.com/info.html","Price Match",0
	




	])
	
	
	
