// Milonic DHTML Menu version 3.3.11
// please note that major changes to this file have been made.
//
// You no longer need to number your menus as in previous versions. 
// The new menu structure allows you to name the menu instead. This means that you to remove menus and not break the system.
// The structure should also be much easier to modify, add & remove menus and menu items.
// 
// If you are having difficulty with the menu please read the FAQ at http://www.milonic.co.uk/menu/faq.php before contacting us.
//
// Please note that the above text CAN be erased if you wish.



// The following line is critical for menu operation, and must appear only once.
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)}
//Please leave the above line intact

////////////////////////////////////
// Editable properties START here //
////////////////////////////////////


timegap=500			// The time delay for menus to remain visible
followspeed=5		// Follow Scrolling speed
followrate=40		// Follow Scrolling Rate
suboffset_top=10;	// Sub menu offset Top position 
suboffset_left=0;	// Sub menu offset Left position


style1=[		// Menu Properties Array
"FFFFFF",		// Mouse Off Font Color
"#003466",		// Mouse Off Background Color
"gold",		// Mouse On Font Color
"#336799",		// Mouse On Background Color
"FFFFFF",		// Menu Border Color 
12,				// Font Size in pixels
"italic",		// Font Style (italic or normal)
"bold",		// Font Weight (bold or normal)
"Arial, Helvetica",		// Font Name
3,				// Menu Item Padding
"/docs/global/scripts/tri_white.gif",		// Sub Menu Image 
,				// 3D Border & Separator bar
"FFFFFF",		// 3D High Color
"FF0000",		// 3D Low Color
"",				// Current Page Item Font Color 
"",				// Current Page Item Background Color 
"",				// Top Bar image 
"",				// Menu Header Font Color 
"",				// Menu Header Background Color 
]

//User Interface
addmenu(menu=[	// This is the array that contains your menu properties and details
"interface",		// Menu items Name
185,			// Top
120,			// Left
120,			// Width
2,				// Border Width
,				// Screen Position - here you can use "center;left;right;middle;top;bottom"
style1,			// Properties Array - this is set higher up, as above
0,				// Always Visible - allows the menu item to be visible at all time
"left",			// Alignment - sets the menu elements alignment, HTML values are valid here for example: left, right or center
,				// Filter - Text variable for setting transitional effects on menu activation
,				// Follow Scrolling - Tells the menu item to follow the user down the screen
, 				// Horizontal Menu - Tells the menu to be horizontal instead of top to bottom style
,				// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page
,				// Position of sub image left:center:right:middle:top:bottom
,				// ..Now Obsolete..
,				// 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
,"Fortran","/docs/global/GAapi.html",,,1 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"C","/docs/global/Capi.html",,,1
,"C<sup>++</sup>","/docs/global/ga++/index.html",,,1
,"Interface to other software","/docs/global/interface.html",,,1
])

//Documentation
addmenu(menu=["documentation",200,120,120,2,"",style1,,,,,,,,,,,,,,,
,"User Manual","/docs/global/user.html",,,1
,"User Manual (PDF)","/docs/global/um/GA.pdf",,,1
,"Tutorials","/docs/global/tutorials.html",,,1
])
	

dumpmenus()
