//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 Name information

Pack_Name="Troop 888";
Pack_City="Silicon Valley";


//Header links Row 1

Link_Name[1]="Home";
Link_Fine[1]="index.shtml";

Link_Name[2]="Calendar";
Link_Fine[2]="cgi-bin/cal_link/cal_link.pl";
//Link_Fine[2]="cgi-bin/calendar3/index.cgi";
//Link_Fine[2]="http://ical.mac.com/WebObjects/iCal.woa/wa/default?d=26&u=thesaputra&v=1&y=2008&m=0&n=SMC.ics";
Link_Name[0]="";
Link_Fine[0]="";

Link_Name[3]="Join Us";
Link_Fine[3]= "joinus.shtml";

Link_Name[9]="Sign-Ups";
Link_Fine[9]="cgi-bin/signups_v1/dsp_tbl.pl";


//Header links Row 2

Link_Name[5]="Gallery";
Link_Fine[5]="Gallery";

Link_Name[6]="Flaming Arrow Patrol";
Link_Fine[6]= "flamingarrow.shtml";

Link_Name[8]="Links";
Link_Fine[8]="troop888links.shtml";

Link_Name[7]="White Wolf Patrol";
Link_Fine[7]= "whitewolf.shtml";

Link_Name[4]="Scout Master Corner";
//Link_Fine[4]="sm.htm";
Link_Fine[4]="cgi-bin/sm_link/sm_link.pl";
// For a 3rd 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]="Troop 888";
Footer_Line[1]="email: scoutmaster";
Footer_Line[2]="Yahoo Groups: troop888-parents";
Footer_Line[3]="";
Footer_Line[4]="";








