/*
* Stores search data for javascript internal search engine (by Gary Stimson 2002)
*/

/* uses docscript.js, printstyle.css, screenstyle.css, search_script.js */

iEntries   = 5;
sSTitle  = 'Website Search Results:';

saKeywords = new Object();
saName     = new Object();
saNotes    = new Object();
saPage     = new Object();

// Below is the keyword database:
 saKeywords[0]  = 'home start index default';
 saName[0]      = 'The Home Page';
 saNotes[0]     = 'The Lightning Ware start page.';
 saPage[0]      = sPathCor + 'index.html';

 saKeywords[1]  = 'software record collection gloader freeware run load gdhe html vcv cv builder editor grm webtimer download shareware free finance monitor media center stream xbox 360 software gloader freeware run load gdhe html editor grm download free xml game engine operating applications games edutainment software record collection gloader freeware gdhe html vcv cv builder editor grm webtimer download shareware free finance monitor';
 saName[1]      = 'The Lightning Ware Software Page';
 saNotes[1]     = 'The Lightning Ware software page.';
 saPage[1]      = sPathCor + 'software/lwsoftware.asp';
 
 saKeywords[2] = 'help support faq contact news information';
 saName[2]     = 'The Help Home Page';
 saNotes[2]    = 'Lightning Ware help & support home page.';
 saPage[2]     = sPathCor + 'help/index.html';
 
 saKeywords[3] = 'help support faq contact';
 saName[3]     = 'The Contact Us Page';
 saNotes[3]    = 'Lightning Ware contact us page.';
 saPage[3]     = sPathCor + 'help/contact.html';
 
 saKeywords[4] = 'help support faq news information';
 saName[4]     = 'The News &amp; Information Page';
 saNotes[4]    = 'Lightning Ware News page.';
 saPage[4]     = sPathCor + 'help/news.asp';
 

 
 
// ****