
 
/* 
	 Milonic DHTML Website Navigation Menu 
	 Written by Andy Woolley - Copyright 2003 (c) Milonic Solutions Limited. All Rights Reserved 
	 Please visit http://www.milonic.co.uk/ for more information 
 
	 Although this software may have been freely downloaded, you must obtain a license before using it in any production environment 
	 The free use of this menu is only available to Non-Profit, Educational & Personal Web Sites who have obtained a license to use  
	  
	 Free, Commercial and Corporate Licenses are available from our website at http://www.milonic.co.uk/menu/supportcontracts.php 
	 You also need to include a link back to http://www.milonic.co.uk/ if you use the free license 
	  
	 All Copyright notices MUST remain in place at ALL times 
	 If you cannot comply with all of the above requirements, please contact us to arrange a license waiver 
*/ 
 
 
 
//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="<scr"+"ipt language=JavaScript>";for(a=1;a<menus.length;a++){mt+=" menu"+a+"=menus["+a+"];"}mt+="<\/scr"+"ipt>";_d.write(mt)} 
//Please leave the above line intact. The above also needs to be enabled if it not already enabled unless you have more than one _array.js file 
 
 
//////////////////////////////////// 
// Editable properties START here // 
//////////////////////////////////// 
 
timegap=1000                   // The time delay for menus to remain visible
followspeed=5                 // Follow Scrolling speed 
followrate=50                 // Follow Scrolling Rate 
suboffset_top=0               // Sub menu offset Top position 
suboffset_left=0             // Sub menu offset Left position 
 
 
 
style1=[                  // PlainStyle is an array of properties. You can have as many property arrays as you need 
"FFFFFF",                     // Mouse Off Font Color 
"6699CC",                     // Mouse Off Background Color (use zero for transparent in Netscape 6) 
"CCCCCC",                     // Mouse On Font Color 
"006699",                     // Mouse On Background Color 
"006699",                     // Menu Border Color
12,                         // Font Size (default is px but you can specify mm, pt or a percentage) 
"normal",                     // Font Style (italic or normal) 


"bold",                       // Font Weight (bold or normal) 


"Verdana, Tahoma, Arial, Helvetica",// Font Name 
2,                            // Menu Item Padding or spacing 
"http://ipo.npolar.no/menu/arrow.gif",                  // Sub Menu Image (Leave this blank if not needed) 
0,                            // 3D Border & Separator bar 
"006699",                     // 3D High Color 
"006699",                     // 3D Low Color 
"FFFFFF",                     // Current Page Item Font Color (leave this blank to disable) 
"CC6633",                       // Current Page Item Background Color (leave this blank to disable) 
"http://ipo.npolar.no/menu/arrowdn.gif",                             // Top Bar image (Leave this blank to disable) 
"ffffff",                     // Menu Header Font Color (Leave blank if headers are not needed) 
"000099",                     // Menu Header Background Color (Leave blank if headers are not needed) 
"006699",                             // Menu Item Separator Color 
] 
 

mac=(navigator.appVersion.indexOf("Mac")!=-1)?true:false  
mac55=(navigator.appVersion.indexOf("MSIE")!=-1)&&mac?false:false  

if (mac55) { 
addmenu(menu=[ 
"mainmenu",                  // Menu Name - This is needed in order for this menu to be called 
,                             // Menu Top - The Top position of this menu in pixels 
,                             // Menu Left - The Left position of this menu in pixels 
115,                             // Menu Width - Menus width in pixels 
1,                            // Menu Border Width 
,                             // Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle" 
style1,                   // Properties Array - this array is declared higher up as you can see above 
1,                            // Always Visible - allows this menu item to be visible at all time (1=on or 0=off) 
,                             // Alignment - sets this 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 
0,                            // Follow Scrolling Top Position - Tells this menu to follow the user down the screen on scroll placing the menu at the value specified. 
1,                            // Horizontal Menu - Tells this menu to display horizontaly instead of top to bottom style (1=on or 0=off) 
0,                            // Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on or 0=off) 
,                             // Position of TOP sub image left:center:right 
,                             // Set the Overall Width of Horizontal Menu to specified width or 100% and height to a specified amount 
0,                            // Right To Left - Used in Hebrew for example. (1=on or 0=off) 
0,                            // Open the Menus OnClick - leave blank for OnMouseover (1=on or 0=off)
'form1,form2',                             // ID of the div you want to hide on MouseOver (useful for hiding form elements) 
,                             // Background image for menu Color must be set to transparent for this to work 
0,                            // Scrollable Menu 
,                             // Miscellaneous Menu Properties 
,"Project Office","show-menu=ipo","http://ipo.npolar.no/",,1 
,"ACSYS","show-menu=acsys","http://acsys.npolar.no/","",1 
,"CliC","show-menu=clic","http://clic.npolar.no/","",1 
,"Data Info","show-menu=databases",,"",1
,"Contact Us","show-menu=contact",,"",1 
])
} 

if (!mac55) {
addmenu(menu=[
"mainmenu",                  // Menu Name - This is needed in order for this menu to be called
,                             // Menu Top - The Top position of this menu in pixels
,                             // Menu Left - The Left position of this menu in pixels
119,                             // Menu Width - Menus width in pixels
1,                            // Menu Border Width
,                             // Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
style1,                   // Properties Array - this array is declared higher up as you can see above
1,                            // Always Visible - allows this menu item to be visible at all time (1=on or 0=off)
,                             // Alignment - sets this 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
0,                            // Follow Scrolling Top Position - Tells this menu to follow the user down the screen on scroll placing the menu at the value specified.
1,                            // Horizontal Menu - Tells this menu to display horizontaly instead of top to bottom style (1=on or 0=off)
0,                            // Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on or 0=off)
,                             // Position of TOP sub image left:center:right
,                             // Set the Overall Width of Horizontal Menu to specified width or 100% and height to a specified amount
0,                            // Right To Left - Used in Hebrew for example. (1=on or 0=off)
0,                            // Open the Menus OnClick - leave blank for OnMouseover (1=on or 0=off)
'form1,form2',                             // ID of the div you want to hide on MouseOver (useful for hiding form elements)
,                             // Background image for menu Color must be set to transparent for this to work
0,                            // Scrollable Menu
,                             // Miscellaneous Menu Properties
,"Project Office","show-menu=ipo","http://ipo.npolar.no/",,1
,"ACSYS","show-menu=acsys","http://acsys.npolar.no/","",1
,"CliC","show-menu=clic","http://clic.npolar.no/","",1
,"Data Info","show-menu=databases",,"",1
,"Contact Us","show-menu=contact",,"",1
])
}

addmenu(menu=["ipo",,,190,1,,style1,0,,,0,0,0,,,0,0,,,0,,
,"Home","http://ipo.npolar.no/",,,1
,"Project Office Information","show-menu=information",,,1
,"Resources","show-menu=resources",,,1
,"Sponsors","http://ipo.npolar.no/org/sponsors.php",,,1
,"Staff","http://ipo.npolar.no/org/staff.php",,,1
,"Contact Us","http://ipo.npolar.no/org/address.php",,,1
])

addmenu(menu=["information",,,170,1,,style1,0,,,0,0,0,,,0,0,,,0,,
,"Introduction","http://ipo.npolar.no/org/cipo.php",,,1
,"Panels and Committees","show-menu=panel",,,1
])


addmenu(menu=["resources",,,170,1,,style1,0,,,0,0,0,,,0,0,,,0,,
,"DISC","http://clic.npolar.no/disc/index.html",,,1
,"Cryosphere","http://clic.npolar.no/disc/disc_cryo.php",,,1
,"Datasets","http://clic.npolar.no/disc/disc_datasets.php?datasetsa=1",,,1
,"Links","http://clic.npolar.no/disc/disc_links.php?linksa=1",,,1
,"Cryosphere in the News","http://clic.npolar.no/disc/disc_media.php",,,1
,"Meetings/Conferences","http://clic.npolar.no/disc/disc_meetings.php?meetingsa=1",,,1
,"Newsletters","http://clic.npolar.no/disc/disc_newsletters.php?choice=CliC",,,1
,"Panels and Committees","show-menu=panel",,,1
,"Publications","http://clic.npolar.no/disc/disc_publications.php?publicationsa=1",,,1
,"Reference Materials","http://clic.npolar.no/disc/disc_references.php?referencesa=1",,,1
,"Reports","http://clic.npolar.no/disc/disc_reports.php?reportsa=1",,,1
])


addmenu(menu=["acsys",,,190,1,,style1,0,,,0,0,0,,,0,0,,,0,,
,"Home","http://acsys.npolar.no/",,,1
,"ACSYS Project Information","show-menu=introduction",,,1
,"Final Conference","show-menu=conference","http://acsys.npolar.no/meetings/final/conf.php",,1
,"Resources","show-menu=resources_a",,,1
])

addmenu(menu=["conference",,,150,1,,style1,0,,,0,0,0,,,0,0,,,0,,
,"Information","http://acsys.npolar.no/meetings/final/conf.php",,,1
,"Book fo Abstracts","http://acsys.npolar.no/meetings/final/abstracts/abstracts.php",,,1
,"Questionnaire","http://acsys.npolar.no/meetings/final/quest.php",,,1
,"Participants","http://acsys.npolar.no/meetings/final/participants.php",,,1
,"Programme","http://acsys.npolar.no/meetings/final/final_prog.php",,,1
,"St. Petersburg","http://acsys.npolar.no/meetings/final/sum.php",,,1
,"Young Scientist","http://acsys.npolar.no/meetings/final/support.php",,,1
])

addmenu(menu=["meetings",,,150,1,,style1,0,,,0,0,0,,,0,0,,,0,,
,"All","http://clic.npolar.no/disc/disc_meetings.php?meetingsa=1",,,1
,"Search","http://clic.npolar.no/disc/disc_meetings.php",,,1
])

addmenu(menu=["introduction",,,180,1,,style1,0,,,0,0,0,,,0,0,,,0,,
,"Goals","http://acsys.npolar.no/introduction/goals.php",,,1
,"Rationale","http://acsys.npolar.no/introduction/rationale.php",,,1
,"Implementation and Achievements","http://acsys.npolar.no/introduction/impplan/index.php",,,1
,"Terms of Reference","http://acsys.npolar.no/introduction/impplan/tor.php",,,1
,"Organization","http://acsys.npolar.no/org/org.php",,,1
,"Panels and Committees","show-menu=panel_a",,,1
,"Sponsors","http://acsys.npolar.no/introduction/sponsors.php",,,1
])

addmenu(menu=["resources_a",,,170,1,,style1,0,,,0,0,0,,,0,0,,,0,,
,"ADIS","http://acsys.npolar.no/adis/adis.php",,,1
,"Datasets","http://acsys.npolar.no/adis/adis.php#Datasets",,,1
,"Links","http://acsys.npolar.no/adis/adis.php",,,1
,"Cryosphere in the News","http://acsys.npolar.no/media/media.php",,,1
,"Meetings/Conferences","http://clic.npolar.no/disc/disc_meetings.php",,,1
,"Newsletters","http://acsys.npolar.no/adis/adis.php#Newsletters",,,1
,"Papers","http://acsys.npolar.no/adis/adis.php#Papers",,,1
,"Reports","http://acsys.npolar.no/adis/adis.php#Reports",,,1
])

addmenu(menu=["national",,,150,1,,style1,0,,,0,0,0,,,0,0,,,0,,
,"Australia","http://clic.npolar.no/org/australia.php",,,1
,"Belgium","http://clic.npolar.no/org/belgium.php",,,1
,"Canada","http://www.socc.ca/clic/",,,1
,"China","http://clic.npolar.no/org/china.php",,,1
,"Germany","http://clic.npolar.no/org/germany.php",,,1
,"Japan","http://clic.npolar.no/org/japan.php",,,1
,"Nordic Programs","http://clic.npolar.no/org/nordic.php",,,1
,"Russia","http://clic.npolar.no/org/russia.php",,,1 
,"South America","http://clic.npolar.no/org/samerica.php",,,1 
,"United Kingdom","http://www.antarctica.ac.uk/met/john.turner/CliC/index.html",,,1
,"United States of America","http://clic.npolar.no/org/us.php",,,1
])

addmenu(menu=["meetings_a",,,150,1,,style1,0,,,0,0,0,,,0,0,,,0,,
,"All","http://acsys.npolar.no/meetings/search_meetings.php?table=Meetings&Year=All&tag=All&limit=10&sorder=Start_Date&stype=phrase&q=&Submit=Search",,,1
,"Search","http://acsys.npolar.no/meetings/meetings.php",,,1
])

addmenu(menu=["clic",,,220,1,,style1,0,,,0,0,0,,,0,0,,,0,,
,"Home","http://clic.npolar.no/",,,1
,"CliC Project Information","show-menu=clicinfo",,,1
,"Definition of Cryosphere","show-menu=cryosphere","http://clic.npolar.no/introduction/cryosphere.php",,1
,"Resources","show-menu=resources_c",,,1
,"National Programs","show-menu=national",,,1
,"International Polar Year","http://clic.npolar.no/projects/ipy.php",,,1
])

addmenu(menu=["clic2005",,,220,1,,style1,0,,,0,0,0,,,0,0,,,0,,
,"Entry Page","http://www.clic2005.org",,,1
,"Conference Information","http://www.clic2005.org/conf.php",,,1
,"Search Registered Participants","http://www.clic2005.org/participants.php",,,1
,"Search Submitted Abstracts","http://www.clic2005.org/abstracts.php",,,1
,"Beijing, China","http://www.clic2005.org/china.php",,,1
])

addmenu(menu=["clicinfo",,,175,1,,style1,0,,,0,0,0,,,0,0,,,0,,
,"Summary","http://clic.npolar.no/introduction/cryosphere.php",,,1
,"Background Initiative","http://clic.npolar.no/introduction/initiative.php",,,1
,"Background Statement","http://clic.npolar.no/introduction/statement.php",,,1
,"Science Plan","http://clic.npolar.no/introduction/science_plan.php",,,1
,"CliC Project Areas and Implementation Strategy","http://clic.npolar.no/introduction/imp_strat.php",,,1
,"Implementation","http://clic.npolar.no/introduction/implementation.php",,,1
,"Organization","http://clic.npolar.no/org/org.php",,,1
,"Panels and Committees","show-menu=panel_c",,,1
])


addmenu(menu=["cryosphere",,,150,1,,style1,0,,,0,0,0,,,0,0,,,0,,
,"Summary","http://clic.npolar.no/introduction/cryosphere.php",,,1
])

addmenu(menu=["meetings_c",,,150,1,,style1,0,,,0,0,0,,,0,0,,,0,,
,"All","http://clic.npolar.no/disc/disc_meetings.php?meetingsa=1",,,1
,"Search","http://clic.npolar.no/disc/disc_meetings.php",,,1
])

addmenu(menu=["newsletters_c",,,150,1,,style1,0,,,0,0,0,,,0,0,,,0,,
,"All ACSYS Newsletters","http://clic.npolar.no/disc/disc_newsletters.php?choice=ACSYS",,,1
,"All CliC Newsletters","http://clic.npolar.no/disc/disc_newsletters.php?choice=CliC",,,1
,"Search","http://clic.npolar.no/disc/disc_newsletters.php",,,1
])

addmenu(menu=["resources_c",,,170,1,,style1,0,,,0,0,0,,,0,0,,,0,,
,"DISC","http://clic.npolar.no/disc/index.html",,,1
,"Cryosphere","http://clic.npolar.no/disc/disc_cryo.php",,,1
,"Datasets","http://clic.npolar.no/disc/disc_datasets.php?datasetsa=1",,,1
,"Links","http://clic.npolar.no/disc/disc_links.php?linksa=1",,,1
,"Cryosphere in the News","http://clic.npolar.no/disc/disc_media.php",,,1
,"Meetings/Conferences","show-menu=meetings_c","http://clic.npolar.no/disc/disc_meetings.php?meetingsa=1",,1
,"Newsletters","show-menu=newsletters_c","http://clic.npolar.no/disc/disc_newsletters.php?choice=CliC",,1
,"Publications","http://clic.npolar.no/disc/disc_publications.php?publicationsa=1",,,1
,"Reference Materials","http://clic.npolar.no/disc/disc_references.php?referencesa=1",,,1
,"Reports","http://clic.npolar.no/disc/disc_reports.php?reportsa=1",,,1
])

addmenu(menu=["panel_a",,,80,1,,style1,0,,,0,0,0,,,0,0,,,0,,
,"DMIP","http://acsys.npolar.no/org/dmip.php",,,1
,"PPR","http://acsys.npolar.no/org/ppr.php",,,1
,"SSG","http://acsys.npolar.no/org/stcom.php",,,1
])

addmenu(menu=["panel",,,80,1,,style1,0,,,0,0,0,,,0,0,,,0,,
,"ACP","http://clic.npolar.no/org/acp.php",,,1 
,"ASPeCt","http://www.aspect.aq",,,1 
,"IPAB","http://www.ipab.aq/",,,1 
,"OPP","http://clic.npolar.no/org/opp.php",,,1
,"SSG","http://clic.npolar.no/org/stcom.php",,,1
,"SOIP","http://www.clivar.org/organization/southern/southern.php",,,1
])

addmenu(menu=["panel_c",,,80,1,,style1,0,,,0,0,0,,,0,0,,,0,,
,"ACP","http://clic.npolar.no/org/acp.php",,,1 
,"ASPeCt","http://www.aspect.aq",,,1 
,"IPAB","http://www.ipab.aq/",,,1 
,"OPP","http://clic.npolar.no/org/opp.php",,,1
,"SSG","http://clic.npolar.no/org/stcom.php",,,1
,"SOIP","http://www.clivar.org/organization/southern/southern.php",,,1
])


addmenu(menu=["databases",,,250,1,,style1,0,,,0,0,0,,,0,0,,,0,,
,"ACSYS Data and Information Service (ADIS)", "http://acsys.npolar.no/adis/adis.php",,,1
,"Data and Information Service for CliC (DISC)", "http://clic.npolar.no/disc/index.html",,,1
,"Cryosphere","http://clic.npolar.no/disc/disc_cryo.php",,,1
,"Datasets","http://clic.npolar.no/disc/disc_datasets.php?datasetsa=1",,,1
,"Links","http://clic.npolar.no/disc/disc_links.php?linksa=1",,,1
,"Cryosphere in the News","http://clic.npolar.no/disc/disc_media.php",,,1
,"Meetings/Conferences","show-menu=meetings_c","http://clic.npolar.no/disc/disc_meetings.php?meetingsa=1",,1
,"Newsletters","show-menu=newsletters_c","http://clic.npolar.no/disc/disc_newsletters.php?choice=CliC",,1
,"Publications","http://clic.npolar.no/disc/disc_publications.php?publicationsa=1",,,1
,"Reference Materials","http://clic.npolar.no/disc/disc_references.php?referencesa=1",,,1
,"Reports","http://clic.npolar.no/disc/disc_reports.php?reportsa=1",,,1
])

addmenu(menu=["contact",,,150,1,,style1,0,,,0,0,0,,,0,0,,,0,,
,"Project Office Staff","http://ipo.npolar.no/org/staff.php",,,1
,"Where are we","http://ipo.npolar.no/org/address.php",,,1
,"Organization","http://clic.npolar.no/org/org.php",,,1
,"Feedback","http://ipo.npolar.no/feedback/feedback.php",,,1
])



dumpmenus();
