/*
 Milonic DHTML Menu
 Written by Andy Woolley
 Copyright 2002 (c) Milonic Solutions. All Rights Reserved.
 Plase vist http://www.milonic.co.uk/menu or e-mail menu3@milonic.com
 You may use this menu on your web site free of charge as long as you
 place prominent links to http://www.milonic.co.uk/menu and
 your inform us of your intentions with your URL AND ALL copyright notices
 remain in place in all files including your home page
 Comercial support contracts are available on request if you cannot comply
 with the above rules.
*/

//The following line is critical for menu operation, and MUST APPEAR ONLY ONCE. If you have more than one menu_array.js file rem out this line in subsequent files
//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. The above also needs to be enabled if it not already enabled unless this file is part of a multi pack.

////////////////////////////////////
// Editable properties START here //
////////////////////////////////////

// Special effect string for IE5.5 or above please visit 
// http://www.milonic.co.uk/menu/filters_sample.php for more filters
if (navigator.appVersion.indexOf("MSIE 6.0")>0) {
  effect = "Fade(duration=0.2);Alpha(style=0,opacity=88);Shadow(color='#777777', Direction=135, Strength=1)"
} else {
  effect = "Shadow(color='#777777', Direction=135, Strength=1)"
}

timegap=500		// The time delay for menus to remain visible
followspeed=5		// Follow Scrolling speed
followrate=40		// Follow Scrolling Rate
suboffset_top=0;	// Sub menu offset Top position
suboffset_left=0;	// Sub menu offset Left position
Frames_Top_Offset=0 	// Frames Page Adjustment for Top
Frames_Left_Offset=0	// Frames Page Adjustment for Left

plain_style=[			// Menu Properties Array
  "FFFFFF",			// Off Font Color
  "000099",			// Off Back Color
  "FFFFFF",			// On Font Color
  "0099FF",			// On Back Color
  "000000",			// Border Color
  12,				// Font Size
  "normal",			// Font Style
  "bold",			// Font Weight
  "Arial, Verdana, Tahoma, Helvetica",	// Font
  3,				// Padding
  "http://www.uvic.ca/water/images/arrow.gif"		// Sub Menu Image
  ,				// 3D Border & Separator
  ,"66ccff"			// 3D High Color
  ,"000099"			// 3D Low Color
]
  
addmenu(menu=["projects",,,200,1,"",plain_style,,"left",effect,,,,,,,,,,,,
  ,"Overview","projects/summary.html",,,1
  ,"Water, Waste-water & Community Health","show-menu=water",,,1
  ,"Nutrient Food-web & Fisheries Ecology","show-menu=fisheries",,,1
  ,"Contaminants and Food Safety","projects/Contaminants_Food_Safety.html",,,1
])

addmenu(menu=["water",,,128,1,"",plain_style,,"left",effect,,,,,,,,,,,,
  ,"Environmental Management of Drinking Water","projects/Environmental_Management.html",,,1
  ,"Wastewater","projects/pharmaceuticals.html",,,1
  ,"Tracking Sources of Contamination","projects/Tracking_Sources_Contamination.html",,,1
  ,"Aboriginal Environmental Health","projects/Aboriginal_Environmental_Health.html",,,1
  ,"RES'EAU-WaterNet","projects/RESEAU.html",,,1
  ,"Aboriginal Ground-water Health","projects/Aboriginal_Groundwater.html",,,1
  ,"Land Use & Water Quality","projects/Land_Water.html",,,1
])

addmenu(menu=["fisheries",,,128,1,"",plain_style,,"left",effect,,,,,,,,,,,,
  ,"Nutrient Food-web Ecology","projects/Nutrient_Foodweb_Ecology.html",,,1
  ,"Pacific Salmon Ecology","projects/Pacific_Salmon_Ecology.html",,,1
])

addmenu(menu=["researchtools",,,128,1,"",plain_style,,"left",effect,,,,,,,,,,,,
  ,"Instruments","research_tools/instruments.html",,,1
  ,"Methods","research_tools/methods.html",,,1
  ,"Certification","research_tools/certification.html",,,1
  ,"Services","research_tools/services.html",,,1
])

addmenu(menu=["researchgroup",,,128,1,"",plain_style,,"left",effect,,,,,,,,,,,,
  ,"Staff & Affiliates","research_group/research_staff.html",,,1
  ,"Post Doc","research_group/post_doc.html",,,1
  ,"Grad Students","research_group/grad_students.html",,,1
  ,"Undergraduate & Co-op Students","research_group/undergrad_coop.html",,,1
  ,"Staff Alumni","research_group/alumni.html",,,1
  ,"Gallery","research_group/gallery.html",,,1
])

addmenu(menu=["publications",,,128,1,"",plain_style,,"left",effect,,,,,,,,,,,,
  ,"Papers","publications/papers.html",,,1
  ,"Posters","show-menu=posters",,,1
  ,"Phyto Gallery","publications/phytogallery/phyto_gallery.html",,,1
])

addmenu(menu=["posters",,,128,1,"",plain_style,,"left",effect,,,,,,,,,,,,
  ,"Lab Posters","publications/lab_posters.html",,,1
  ,"Research Posters","publications/research_posters.html",,,1
])

addmenu(menu=["personnel",,,128,1,,plain_style,0,"left",effect,0,,,,,,,,,,,
,"Who We Are","personnel/whoweare.html",,,1
,"Positions","personnel/positions.html",,,1
])

dumpmenus()

