//Cub Scout Web Tools
//Cub Scout Flash Header Template
//Javascript Data File

//Fill out the information below to change the website operation.
// make sure all data is in quotes with semi colons at the end. ="(data)";
//
//global Var - do not modify
Link_Name = new Array;
Link_Fine = new Array;
Header_Line = new Array;
Footer_Line = new Array;

//Select Header Type
// falsh header using file header.swf set to yes
// graphic header using file header.jpg  set to no (lower case)
// Settings for this are true or false

Flash_Header = "yes";


//Header Name information
Header_Line[0]="Pack 710";
Header_Line[1]="Sherwood Oregon";

//Header links 

Link_Name[0]="Home";
Link_Fine[0]="index.html";

Link_Name[1]="Calendar";
Link_Fine[1]="pdf/PlanningCalendar.pdf";

Link_Name[2]="Forms/Files";
Link_Fine[2]="Forms.html";

Link_Name[3]="Parent Info";
Link_Fine[3]="Parent.html";

Link_Name[4]="Scouting Links";
Link_Fine[4]="links.html";


Link_Name[5]="Tiger";
Link_Fine[5]="rank_tiger.html";

Link_Name[6]="Wolf";
Link_Fine[6]="rank_wolf.html";

Link_Name[7]="Bear";
Link_Fine[7]="rank_bear.html";

Link_Name[8]="Webelos1";
Link_Fine[8]="rank_webelos1.html";

Link_Name[9]="Webelos2";
Link_Fine[9]="rank_webelos2.html";

//Footer Information
//For additional lines just add one and increment the number.

Footer_Line[0]="Pack 710";
Footer_Line[1]="Cub Master: John Roos";
Footer_Line[2]="PO Box 81";
Footer_Line[3]="Sherwood Oregon 97140";
Footer_Line[4]="E-Mail: cubmaster710@pack710.com";
Footer_Line[5]="For Pack related email reminders";
Footer_Line[6]="Join the Pack 710 Google Group";
Footer_Line[7]="groups.google.com/group/pack710";




//Option arrows on scrap book page
// arrows option is off / on 

sb_arrows = "on";



