//Cub Scout Web Tools
//Dual Graphic Header
//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
Link_Name = new Array;
Link_Fine = new Array;
Footer_Line = new Array;

//Header links Row 1

Link_Name[0]="Home";
Link_Fine[0]="index.htm";

// Link_Name[1]="Calendar";
// Link_Fine[1]="http://www.pack406.com/webcalendar/";

Link_Name[1]="Scrap Book";
Link_Fine[1]="scrapbook.htm";

Link_Name[2]="Pack 406 Links";
Link_Fine[2]="pack406-links.htm";

Link_Name[3]="CubNet Links";
Link_Fine[3]="links.htm";

// Link_Name[3]="Join Us";
// Link_Fine[3]="joinus.htm";

Link_Name[4]="Pack Committee";
Link_Fine[4]="http://pack406.com/private/";

//Header links Row 2

Link_Name[5]="Tiger";
Link_Fine[5]="tiger.htm";

Link_Name[6]="Wolf";
Link_Fine[6]="wolf.htm";

Link_Name[7]="Bear";
Link_Fine[7]="bear.htm";

Link_Name[8]="Webelos1";
Link_Fine[8]="webelos1.htm";

Link_Name[9]="Webelos2";
Link_Fine[9]="webelos2.htm";

//Header links Row 3

Link_Name[10]="";
Link_Fine[10]="empty";

Link_Name[11]="";
Link_Fine[11]="empty";

Link_Name[12]="";
Link_Fine[12]="empty";

Link_Name[13]="";
Link_Fine[13]="empty";

Link_Name[14]="";
Link_Fine[14]="empty";



// For a 4rd row Copy an entire row and fill in the information
// for blank us the value empty , ="empty";
//


//Footer Information
//For additional lines just add one and increment the number.

Footer_Line[0]="Pack 406";
Footer_Line[1]="Cubmaster: Skanda Swamy";
Footer_Line[2]="cubmaster@pack406.com";
Footer_Line[3]=" ";
Footer_Line[4]="For web issues, contact: webmaster@pack406.com";





