/*
 DHTML Menu version 3.3.19
 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.
 This script featured on Dynamic Drive (http://www.dynamicdrive.com)
 */

//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=5)"
}
else
{
	effect = "Shadow(color='#777777', Direction=135, Strength=5)" // Stop IE5.5 bug when using more than one filter
}


timegap=500				// The time delay for menus to remain visible
followspeed=5			// Follow Scrolling speed
followrate=40			// Follow Scrolling Rate
suboffset_top=5;		// Sub menu offset Top position 
suboffset_left=30;		// Sub menu offset Left position

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.
"000066",					// Mouse Off Font Color
"F0F0F0",				// Mouse Off Background Color
"FFFFFF",				// Mouse On Font Color
"000066",				// Mouse On Background Color
"000000",				// Menu Border Color 
10,						// Font Size in pixels
"normal",				// Font Style (italic or normal)
"bold",					// Font Weight (bold or normal)
"Verdana, Arial",		// Font Name
2,						// Menu Item Padding
"http://www.ccareswa.org/images/arrow.gif",			// Sub Menu Image (Leave this blank if not needed)
,						// 3D Border & Separator bar
"66ffff",				// 3D High Color
"000066",				// 3D Low Color
"white",				// Current Page Item Font Color (leave this blank to disable)
"000066",					// Current Page Item Background Color (leave this blank to disable)
"http://www.ccareswa.org/images/arrowdn.gif",			// Top Bar image (Leave this blank to disable)
"ffffff",				// Menu Header Font Color (Leave blank if headers are not needed)
"660000",				// Menu Header Background Color (Leave blank if headers are not needed)
]

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.
"000000",					// Mouse Off Font Color
"F0F0FF",				// Mouse Off Background Color
"FFFFFF",				// Mouse On Font Color
"006600",				// Mouse On Background Color
"999999",				// Menu Border Color 
10,						// Font Size in pixels
"normal",				// Font Style (italic or normal)
"bold",					// Font Weight (bold or normal)
"Verdana, Arial",		// Font Name
5,						// Menu Item Padding
"http://www.ccareswa.org/images/arrow.gif",			// Sub Menu Image (Leave this blank if not needed)
,						// 3D Border & Separator bar
"551A8B",				// 3D High Color
"000066",				// 3D Low Color
"FFFFFF",				// Current Page Item Font Color (leave this blank to disable)
"666699",					// Current Page Item Background Color (leave this blank to disable)
"http://www.ccareswa.org/images/arrowdn.gif",			// Top Bar image (Leave this blank to disable)
"ffffff",				// Menu Header Font Color (Leave blank if headers are not needed)
"660000",				// Menu Header Background Color (Leave blank if headers are not needed)
]

style3=[				// 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.
"000000",					// Mouse Off Font Color
"FFFFE0",				// Mouse Off Background Color
"FFFFFF",				// Mouse On Font Color
"000066",				// Mouse On Background Color
"999999",				// Menu Border Color 
10,						// Font Size in pixels
"normal",				// Font Style (italic or normal)
"bold",					// Font Weight (bold or normal)
"Verdana, Arial",		// Font Name
5,						// Menu Item Padding
"http://www.ccareswa.org/images/arrow.gif",			// Sub Menu Image (Leave this blank if not needed)
,						// 3D Border & Separator bar
"551A8B",				// 3D High Color
"000066",				// 3D Low Color
"FFFFFF",				// Current Page Item Font Color (leave this blank to disable)
"666699",					// Current Page Item Background Color (leave this blank to disable)
"http://www.ccareswa.org/images/arrowdn.gif",			// Top Bar image (Leave this blank to disable)
"ffffff",				// Menu Header Font Color (Leave blank if headers are not needed)
"660000",				// Menu Header Background Color (Leave blank if headers are not needed)
]

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
135,					// Menu Top - The Top position of the menu in pixels
7,				// Menu Left - The Left position of the menu in pixels
92,					// 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 is set higher up, as above
1,					// Always Visible - allows the menu item to be visible at all time (1=on/0=off)
"center",				// Alignment - sets the menu elements text alignment, values valid here are: left, right or center
effect,				// Filter - Text variable for setting transitional effects on menu activation - see above for more info
,					// Follow Scrolling - Tells the menu item to follow the user down the screen (visible at all times) (1=on/0=off)
1, 					// 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
,					// Set the Overall Width of Horizontal Menu to 100% and height to the specified amount (Leave blank to disable)
,					// 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
,"Home","http://www.ccareswa.org/index.php",,"Back to the home page",1	 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"About Us","show-menu=aboutus",,"About our organization",1
,"Alerts","show-menu=events",,"Alerts, Events, News and Net information",1
,"Teams","show-menu=teams",,"Team Information",1
,"Packet","show-menu=packet",,"Packet and Digital Radio",1
,"Resources","show-menu=resources",,"Resources",1
,"Contact Us","show-menu=contactus",,"Contact our group",1
])

	addmenu(menu=["teams",,,150,1,"",style2,,,effect,,,,,,,,,,,,
	,"Net Control information","show-menu=netcontrol",,"Net Control assignments, preamble and roster",1
	,"New Team Members","http://www.ccareswa.org/teams/newmems.php",,"New Team Members",1
	,"Team Information","http://www.ccareswa.org/teams/teaminfo.php",,"Team Name, Frequency and Leader",1
	,"Team Boundary Map","http://www.ccareswa.org/teams/ARES_New_Team_Map.pdf target=_blank",,"Team Boundary Map",1
	])

	addmenu(menu=["packet",,,150,1,"",style2,,,effect,,,,,,,,,,,,
	,"Packet Training Net","http://www.ccareswa.org/packet/net.php",,"Weekly Packet Net",1
	,"What is Packet?","http://www.ccareswa.org/packet/packetinfo.php",,"Description of Packet Radio",1
	,"Getting Started","show-menu=packset",,"Notes on getting started in packet", 1
	,"Packet Frequencies","http://www.ccareswa.org/packet/freqs.php",,"Packet Radio Frequency Chart",1
	,"Packet Nodes","http://www.ccareswa.org/packet/alias.php",,"Aliases, Nodes, Digipeaters Chart",1
	,"Packet Stations","http://www.ccareswa.org/packet/stations.php",,"24x7 Packet Stations",1
	,"Digital Radio","http://www.ccareswa.org/packet/digital.php",,"More Digital Modes",1
	])

	addmenu(menu=["aboutus",,,150,1,"",style2,,,effect,,,,,,,,,,,,
	,"ARES Intro","http://www.ccareswa.org/about/intro.php",,"Introduction to ARES/RACES",1
	,"ARES Organization Chart","http://www.ccareswa.org/manuals/Appendix%20B%20ARES%20Org%20Chart target=_blank",,"Our Organization",1
	,"Clark County Radio Club","http://www.w7aia.org target=_blank",,"Clark County Radio Club",1
	,"CRESA","http://www.ccareswa.org/about/cresa.php",,"Clark Regional Emergency Services Agency",1
	,"History","http://www.ccareswa.org/about/history.php",,"History of Clark County ARES/RACES",1
	,"Join ARES","http://www.ccareswa.org/about/join.php",,"Forms needed to join ARES/RACES",1	
	,"Mission Statement","http://www.ccareswa.org/about/mission.php",,"Mission Statement",1
	,"Support Agreements","http://www.ccareswa.org/about/agreements.php",,"Civil and Governmental authorities",1
	,"Web Site Credits","http://www.ccareswa.org/about/credits.php",,"Site Design and Development Credits",1
	])

	addmenu(menu=["events",,,170,1,"",style2,,,effect,,,,,,,,,,,,
	,"Announcement History","http://www.ccareswa.org/events/archivea.php",,"Announcement History",1
	,"Alerts & News","show-menu=watch",,"Emergency Warnings and News",1
	,"Net Control Assignments","http://www.ccareswa.org/net/index.php",,"Net Control Assignments",1
	,"Meetings","show-menu=meetings",,"Team and Organizational Meetings",1
	,"River Monitor","show-menu=river",,"River Monitor System",1
	,"Scrapbook","http://www.ccareswa.org/events/scrap.php",,"Events Scrapbook",1
	])

	addmenu(menu=["netcontrol",,,170,1,"",style3,,,effect,,,,,,,,,,,,
	,"Net Control Assignments","http://www.ccareswa.org/net/index.php",,"Net Control Assignments",1
	,"Net Preamble","http://www.ccareswa.org/net/preamble.pdf target=_blank",,"Net Preamble",1
	,"Net Checkin Roster","http://www.ccareswa.org/net/checkin.php target=_blank",,"Check in Roster Listing",1
	,"Callout Procedures","http://www.ccareswa.org/manuals/section3.pdf target=_blank",,"Callout Procedures document",1
	])

	addmenu(menu=["packset",,,190,1,"",style3,,,effect,,,,,,,,,,,,
	,"Packet Hardware","http://www.ccareswa.org/packet/hardware.php",,"Getting started in Packet",1
	,"Basic Packet","http://www.ccareswa.org/packet/basicpacket.php",,"Getting started in Packet",1
	,"BBS/Mail Box","http://www.ccareswa.org/packet/bbs.php",,"Setting up your mail box",1
	,"Beacon (packet)","http://www.ccareswa.org/packet/beacon.php",,"Setting up your station beacon",1
	,"Beacon (GPS)","http://www.ccareswa.org/packet/gpsbeacon.php",,"Setting up your APRS/GPS beacon",1
	,"Digital Repeaters","http://www.ccareswa.org/packet/digipeat.php",,"Setting up a Digipeater",1
	,"KA-Node","http://www.ccareswa.org/packet/kanode.php",,"Setting up a KA-NODE",1
	,"River Monitor","http://www.ccareswa.org/packet/rivermon.php",,"Monitoring River Monitor packets",1
	,"UNPROTO Mode","http://www.ccareswa.org/packet/unproto.php",,"Using Unproto mode packet",1
	])
	
	addmenu(menu=["forms",,,190,1,"",style3,,,effect,,,,,,,,,,,,
	,"ARES Message Form","http://www.ccareswa.org/forms/ares.pdf target=_blank",,"ARES Message Form",1
	,"ARRL Message Form","http://www.ccareswa.org/forms/arrl.pdf target=_blank",,"ARRL Message Form",1
	,"Join ARES","http://www.ccareswa.org/about/join.php",,"Forms needed to join ARES/RACES",1
	,"Acronyms Chart","http://www.ccareswa.org/manuals/glossary.pdf target=_blank",,"Acronymns used in Ham Radio and ARES/RACES",1
	,"Phonetics Chart","http://www.ccareswa.org/forms/phonetics.php target=_blank",,"Standard Phonetics ",1
	,"Radio Memory Channels Chart","http://www.ccareswa.org/forms/channels.php target=_blank",,"Clark County ARES/RACES memory channel assignments",1
	,"Time Conversion Chart","http://www.ccareswa.org/forms/times.php target=_blank",,"Universal Time Conversion Chart",1
	,"Traffic Handling Procedures","http://www.ccareswa.org/forms/traffic.pdf target=_blank",,"How to handle messages during an emergency and regular net",1
	])	
	
	addmenu(menu=["meetings",,,170,1,"",style3,,,effect,,,,,,,,,,,,
	,"ARES Meetings","http://www.ccareswa.org/events/index.php",,"Organization Meetings",1
	,"ARES Meeting Map","http://www.mapquest.com/maps/map.adp?addtohistory=&searchtype=address&country=US&searchtab=home&formtype=address&popflag=0&address=4300+Main+Street&city=Vancouver&state=WA target=_blank",,"Map to First Presbyterian Church",1
	,"Packet Meetings","http://www.ccareswa.org/events/packet.php",,"Packet and Digital Radio Group Meetings",1
	,"Packet Meeting Map","http://www.mapquest.com/maps/map.adp?addtohistory=&searchtype=address&country=US&searchtab=home&formtype=address&popflag=0&address=6415+NE+102nd+Avenue&city=Vancouver&state=WA target=_blank",,"Map to Seventh Day Adventist",1	
	,"Service Activities","http://www.ccareswa.org/events/service.php",,"ARES/RACES Team Meetings",1
	,"SET and Exercise schedule","http://www.ccareswa.org/events/sets.php",,"Scheduled SETS and Exercises",1
	,"Team Leaders Meetings","http://www.ccareswa.org/resources/tlminutes.php",,"Team Leader Minutes and Sound Track",1
	,"Team Meetings","http://www.ccareswa.org/events/teams.php",,"Team Meetings and Exercises",1
	])

	addmenu(menu=["river",,,170,1,"",style3,,,effect,,,,,,,,,,,,
	,"About River Monitor","http://www.ccareswa.org/river/about.php",,"All About the River Monitor System",1
	,"River Status Chart","http://www.ccareswa.org/river/index.php?nh=yes target=_blank",,"Charts",1
	,"Software","http://www.ccareswa.org/river/software.php",,"Packet Software to display River Monitor",1
	,"Slide Show (12MB)","http://www.ccareswa.org/river/RiverMon.ppt target=_blank",,"Power Point Slide Show",1
	,"XPONDR","http://www.ccareswa.org/river/xpondr.php",,"Latest River Monitor Technology",1
	])

	addmenu(menu=["watch",,,170,1,"",style3,,,effect,,,,,,,,,,,,
	,"Clark County News","http://www.ccareswa.org/resources/localnews.php",,"Clark County Washington news stories",1
	,"Daily ARRL News","http://www.ccareswa.org/resources/arrlnews.php",,"Complete ARRL news stories",1
	,"Earthquake Watch","http://www.ccareswa.org/resources/earthquake.php",,"Earthquake Events",1
	,"FEMA","http://www.fema.gov target=_blank",,"Federal Emergency Management Agency",1
	,"NOAA News Releases","http://www.ccareswa.org/resources/noaanews.php",,"NOAA news",1
	,"Tsunami Watch","http://wcatwc.arh.noaa.gov/eventmap.html target=_blank",,"Tsunami Events",1
	,"USGS News Room","http://www.ccareswa.org/resources/usgs.php",,"US Geological Survey News",1
	,"Volcano Watch","http://www.ccareswa.org/resources/volcano.php",,"USGS Volcano Notices",1
	,"Washington Water Watch","http://water.usgs.gov/waterwatch/index.php?map_type=flood&state=wa target=_blank",,"Washington State Water Monitor Watch",1
	,"Weather Hazard Watch","http://www.noaawatch.gov target=_blank",,"NOAA Weather Hazard Monitor",1
	,"Weekly ARRL Podcast","http://www.ccareswa.org/resources/arrlaudio.php",,"Weekly ARRL Podcast",1	
	])

	addmenu(menu=["contactus",,,200,1,"",style2,,,effect,,,,,,,,,,,,
	,"Support Agreements","http://www.ccareswa.org/contact/support.php",,"Submit a request for agreement for support for your organization",1
	,"Comment to Webmaster","http://www.ccareswa.org/contact/web.php",,"Submit a comment or question about this web site",1
	,"Comment to Team Leader","http://www.ccareswa.org/contact/team.php",,"Submit a comment or question to a team leader",1
	,"Comment to Management","http://www.ccareswa.org/contact/manager.php",,"Submit a comment or question to our management team",1
	])

	addmenu(menu=["resources",,,175,1,"",style2,,,effect,,,,,,,,,,,,
	,"ARES Links","http://www.ccareswa.org/resources/links.php",,"Links to National, State and local ARES/RACES web sites",1
	,"Equipment Reviews","http://www.eham.net/reviews target=_blank",,"Equipment reviews and information",1
	,"Emergency Tips","http://www.ccareswa.org/resources/tips.php",,"Emergency and operations tips and techniques",1
	,"Forms and Documents","show-menu=forms",,"Forms, charts and memory channels",1
	,"Get your Ham Radio License","http://www.ccareswa.org/resources/license.php",,"How to get your Amateur Radio License",1
	,"Operations Manual","http://www.ccareswa.org/manuals/index.php",,"Clark County ARES/RACES Operations Manual Index",1
	,"Site Maint / Login","http://www.ccareswa.org/admin/index.php",,"Web site maintenance",1

	,"72 Hour Kits","http://www.ccareswa.org/resources/72hour.php",,"Description and Contents of 72 Hour Kits",1
	])


dumpmenus()
