// News Section Category variables

var secthead = "Other News Sections";

var section = ["Sounder Home Page",
		"Gabriola Island News",
		"Gabriola Island Life",
		"Gabriola Island People",
		"Gabriola Island Events",
//		"Gabriola Island Photos",
		"Reader Opinions",
		"This Week's Classifieds"];

// NO preceeding forward slash on these items, as it gets added in the
// newsheader_menu.html file as part of the link tracker script syntax
var secturl = ["index.shtml",
		"island_news.shtml",
		"island_life.shtml",
		"island_people.shtml",
		"island_events.shtml",
//		"island_photos.shtml",
		"island_opinion.shtml",
		"content/classified_ads.pdf"];

// Button Menu Section variables

var buttonhead = "Site Features";

var buttonimg = [
//		"/occasion/advent/buttonadvent.gif",
		"/images/roadmap.gif",
		"/images/Subscribe.gif"];

var buttontag = [
//		"Advent Calendar",
		"Where is Gabriola?",
		"Sounder Subscription"];
		
var buttonurl = [
//		"javascript:pop('/occasion/advent/advent_remote.shtml',1,565,145)",
		"javascript:pop('/modules/whereis.html',0,585,497)",
		"mailto:sarah@soundernews.com"];

var buttonmouse = [
//		"Sounder Christmas Advent Calendar 2008",
		"We show you where Gabriola Island is located in BC, Canada",
		"Have a Sounder mailed every week!"];
