
/*
-------------------------------------------------------------------
Folder Link Script Version 1.0

 By Terry L. Coffee 

This script may only be used and distributed  with the 
written consent of Terry Coffee
 
The disclaimer must remain intact.

DISCLAIMER: Use this script with caution. 
The author takes no responsibility for data loss
resulting from the use of this script.
-------------------------------------------------------------------

INSTRUCTIONS - Read Before Using Script

Step 1
Configure the variables as indicated by the comments.
 
Step 2:
Add the following code to the <head> section of your login page: 
 <script src="linklist.js"></script> 
 <script src="folder.js"></script> 


Change "linklist.js" and "folder.js" to reflect the correct path to this script
file on your server. 
 
Step 3:
Follow instructions for "folder.js"

Step 4:
Upload this script and your html pages to the relevant directories
on your server.   

*/

/*
 ---------------------------------------------------------------------------------------------------------------------
		Global to the script
  -------------------------------------------------------------------------------------------------------------------
*/

var link_array = new Array;

// link_array[0] = 'Link Name| URL | toolbox | Discription';

link_array[0] = new Array( 'Home',
'../index.htm',
'Wicomico High School class of 1961 Reunion - Official Site',
' - Home page'
);

link_array[1] = new Array( 'Salisbury in 1961',
'salisbury.htm',
'Salisbury Md in 1961',
'Salisbury Md in 1961'
);


link_array[2] = new Array( 'Links',
'../news/links.htm',
'Links to related materials on other sites.',
'All websites outside of this site are third party offers, We are not responsible for their content or any agreements you make with them... Please Read All Webpages Carefully.   External links are provided for reference purposes. We are not responsible for the content of other external internet sites. Linking does not constitute our endorsement of the content of their Web sites or of their policies or products. '
);

link_array[3] = new Array( 'Do you remember 1961?',
'history.htm',
'The cost of a gallon of regular gas was 31 cents, JFK was the President. Were they really the good old days?',
'A look back to how easy we had it.'
);


link_array[4] = new Array( 'The Music',
'music.htm',
'Do-wop, Sock Hop, vinyl records ',
'A look back at Do-wop, Sock Hop, vinyl records .'
);


/*
 ---------------------------------------------------------------------------------------------------------------------
		related_link_array

		Global to the script
  -------------------------------------------------------------------------------------------------------------------
*/

RelatedVar = 0; // Sets up the variable that counts the pictures.

var related_link_array = new Array;

// related_link_array[0] = 'Link Name| URL | toolbox | Discription';


related_link_array[RelatedVar++] = new Array( 'About',
'../../index.htm',
'My home page',
'Ernie Matthews home page'
);

related_link_array[RelatedVar++] = new Array( 'Community Players',
'../../Players/index.htm',
'Community Players',
' This is my page dedicated to the Community Players of Salisbury'
);

related_link_array[RelatedVar++] = new Array( 'Photos of Ireland',
'../../Players/photos.htm',
'My Photo Album of my vacation pictures to Ireland',
' My Photo Album of my vacation pictures to Ireland'
);

related_link_array[RelatedVar++] = new Array( 'Photos of my grandson',
'../../Players/grandson.htm',
'My Photo Album of my grandson',
' My Photo Album of my grandson.  If I knew that he was going to be this much fun, I would have had him first.'
);