// JavaScript Document

ddaccordion.init({
	headerclass: "expandable", //Shared CSS class name of headers group that are expandable
	contentclass: "categoryitems", //Shared CSS class name of contents group
	revealtype: "click", //Reveal content when user clicks or onmouseover the header? Valid value: "click", "clickgo", or "mouseover"
	mouseoverdelay: 200, //if revealtype="mouseover", set delay in milliseconds before header expands onMouseover
	collapseprev: true, //Collapse previous content (so only one open at any time)? true/false 
	defaultexpanded: [], //index of content(s) open by default [index1, index2, etc]. [] denotes no content
	onemustopen: false, //Specify whether at least one header should be open always (so never all headers closed)
	animatedefault: false, //Should contents open by default be animated into view?
	persiststate: true, //persist state of opened contents within browser session?
	toggleclass: ["", "openheader"], //Two CSS classes to be applied to the header when it's collapsed and expanded, respectively ["class1", "class2"]
	togglehtml: ["prefix", "", ""], //Additional HTML added to the header when it's collapsed and expanded, respectively  ["position", "html1", "html2"] (see docs)
	animatespeed: "normal", //speed of animation: integer in milliseconds (ie: 200), or keywords "fast", "normal", or "slow"
	oninit:function(headers, expandedindices){ //custom code to run when headers have initalized
		//do nothing
	},
	onopenclose:function(header, index, state, isuseractivated){ //custom code to run whenever a header is opened or closed
		//do nothing
	}
})

function skc_nav()
{
document.write('<div id="menu" class="arrowlistmenu"><h3 class="menuheader"><a href="index.htm?expandable=12">Home</a></h3><h3 class="menuheader expandable"><a href="schedule.html">Schedule</a></h3><ul class="categoryitems"><li><a href="schedule.html">Classes + Tours</a></li><li><a href="ACA_schedule.html">IDW/ICE + Assessments</a></li><li><a href="greenland.html?expandable=5#greenland-events">Greenland Events</a></li></ul><h3 class="menuheader expandable"><a href="tours.html">Kayaking Tours</a></h3><ul class="categoryitems"><li><a href="tours.html">Daily Tours</a></li><li><a href="custom-kayak-tours.html">Custom Trips</a></li><li><a href="charleston-kayak-tours.html">Adventure Tours</a></li></ul><h3 class="menuheader expandable"><a href="classes.html">Classes</a></h3><ul class="categoryitems"><li><a href="classes.html">On-Water Classes</a></li><li><a href="roll_class.html">Indoor Roll Class</a></li></ul><h3 class="menuheader expandable"><a href="kayaks_pandh.html">Sea Kayaks</a></h3><ul class="categoryitems"><li><a href="kayaks_pandh.html">P&amp;H Kayaks</a></li><li><a href="kayaks_maelstrom.html">Maelstrom Kayaks</a></li><li><a href="kayaks_tahe-marine.html">Tahe Marine Kayaks</a></li><li><a href="kayaks_NDK.html">NDK Kayaks</a></li><li><a href="kayaks_impex.html">Impex Kayaks</a></li><li><a href="kayaks_venture.html">Venture Kayaks</a></li><li><a href="kayaks_sots.html">Sit-on-Tops</a></li><li><a href="kayaks-fishing.html">Fishing Kayaks</a></li><li><a href="kayaks_used.html">Used &amp; Demo Kayaks</a></li></ul><h3 class="menuheader expandable"><a href="paddling.html">Gear + Accessories</a></h3><ul class="categoryitems"><li><a href="paddling.html">Featured Gear</a></li><li><a href="paddle-jackets.html">Paddle Jackets</a></li><li><a href="werner-paddles.html">Werner Paddles</a></li><li><a href="paddles_northernlights.html">Northern Light Paddles</a></li><li><a href="seals.html">Seals Spray Skirts</a></li><li><a href="kayak-charleston-book.html">Kayak Charleston</a></li><li><a href="bluewater.html">Bluewater Kayak Pump</a></li><li><a href="yakima-racks-trailer.html">Yakima</a></li></ul><h3 class="menuheader expandable"><a href="sup_zegul_marine.html">SUPs</a></h3><ul class="categoryitems"><li><a href="sup_zegul_marine.html">Zegul Marine</a></li><li><a href="sup_learnmore.html">SUP Basics</a></li></ul><h3 class="menuheader expandable"><a href="links.html">Paddling Resources</a></h3><ul class="categoryitems"><li><a href="links.html">Tides + Conditions</a></li><li><a href="seakayak-carolina-paddling-destinations.html">Destinations Guide</a></li><li><a href="greenland.html">Greenland Paddling</a></li><li><a href="boat-landings.html">Boat Landings</a></li><li><a href="kayak-gelcoat-repair.html">Kayak Repairs</a></li><li><a href="planning-kayak-trip-safety.html">Planning + Safety</a></li><li><a href="links2.html">Paddling Links</a></li></ul><h3 class="menuheader expandable">Online Learning</h3><ul class="categoryitems"><li><a href="videos.html" >Rolls + Rescues</a></li><li><a href="greenland.html" >Greenland Paddling</a></li><li><a href="videos-greenland.html">Greenland Videos</a></li></ul><h3 class="menuheader expandable"><a href="east-coast-canoe-kayak-festival.html">Kayak Festivals</a></h3><ul class="categoryitems"><li><a href="east-coast-canoe-kayak-festival.html" >2012 ECCKF</a></li></ul><h3 class="menuheader"><a href="photos.html?expandable=12">Photo Galleries</a></h3><h3 class="menuheader expandable"><a href="about-us.html">About SKC</a></h3><ul class="categoryitems"><li><a href="about-us.html">Who We Are</a></li><li><a href="comments.html?expandable=12">Feedback</a></li></ul><h3 class="menuheader"><a href="location.html?expandable=12">Contact Us + Map</a></h3><h3 class="menuheader"><a href="Charleston-Sea-Kayaking-Meetup.html?expandable=12">MeetUp Group</a></h3><h3 class="menuheader"><a href="http://seakayakcarolina.blogspot.com/">Go to SKC Blog</a></h3></div>')
}
