//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 160";
Header_Line[1]="Harrison";

//Header links 

Link_Name[0]="Home";
Link_Fine[0]="index.htm";

Link_Name[1]="Calendar";
Link_Fine[1]="calendar.htm";

Link_Name[2]="Scrap Book";
Link_Fine[2]="scrapbook.htm";

Link_Name[3]="Join Us";
Link_Fine[3]="joinus.htm";

Link_Name[4]="CubNet Links";
Link_Fine[4]="links.htm";

Link_Name[5]="Belt Loops";
Link_Fine[5]="beltloop.htm";

Link_Name[6]="Tiger";
Link_Fine[6]="tiger.htm";

Link_Name[7]="Wolf";
Link_Fine[7]="wolf.htm";

Link_Name[8]="Bear";
Link_Fine[8]="bear.htm";

Link_Name[9]="Webelos1";
Link_Fine[9]="webelos1.htm";

Link_Name[10]="Webelos2";
Link_Fine[10]="webelos2.htm";

Link_Name[11]="Online Games";
Link_Fine[11]="egames.htm";

//Footer Information
//For additional lines just add one and increment the number.

Footer_Line[0]="Pack 160";
Footer_Line[1]="Web Master John Robichaux";
Footer_Line[2]="1204 Crestwood Dr.";
Footer_Line[3]="Harrison, AR  72601";
Footer_Line[4]="E-Mail John @pack160.org";




//Option arrows on scrap book page
// arrows option is off / on 

sb_arrows = "on";


