// search index for WYSIWYG Web Builder
var database_length = 0;

function SearchPage(url, title, keywords, description)
{
   this.url = url;
   this.title = title;
   this.keywords = keywords;
   this.description = description;
   return this;
}

function SearchDatabase()
{
   database_length = 0;
   this[database_length++] = new SearchPage("index.html", "AACT Home Page", "procyon avs mindmachine mindplace canada products proteus sirius thoughtstream sleep improve memory brain wave entrainment biofeedback hypnosis nlp light sound machines brainwave programs brainwaves mind tools study binaural beats meditation hypnagogia alpha beta gamma delta smr flicker stimulation emitting diode glasses ", "Home page for AACT   Ayrmetes Advanced Cognitive Technologies  Canadian Distributor for Mindplace  Site contains informative articles and web store featuring Mindplace s Procyon  Proteus  Thoughtstream USB and Sirius  ");
   this[database_length++] = new SearchPage("Company_Info.html", "AACT Company History", "ayrmetes marisa broughton mindplace distributor ", "AACT company history");
   this[database_length++] = new SearchPage("Biography.html", "Biography", "andy broughton biography marisa ", "Biography of AACT company owners");
   this[database_length++] = new SearchPage("Privacy_Policy.html", "Privacy Policy", "privacy policy unique art work ", "AACT company privacy policy ");
   this[database_length++] = new SearchPage("Contact.html", "Contact Information", "", "AACT company hours and contact information");
   this[database_length++] = new SearchPage("Article_TOC.html", "Article TOC", "", "Table of Contents for articles on mind  brain  behavior and AVS technology");
   this[database_length++] = new SearchPage("10_Guiding_Principles_for_a_Successful_Relationship.html", "10 Guiding Principles for a Successful Relationship", "relationship advice communication tips improving friendships marriage ", "Article How to increase success in your relationships");
   this[database_length++] = new SearchPage("Using_Symbolism_as_a_Behavior_Modification_Tool.html", "Article: Using Symbolism as a Behavior Modification Tool", "symbolism behavior modification positive attitude successful thinking ", "Article Using Symbolism as a Behavior Modification Tool  Talks about the importance of attitude and how to create an attitude for increased happiness and life success ");
   this[database_length++] = new SearchPage("Loss_Prevention_through_Effective_Management.html", "Article: Crime_Prevention through Effective Management", "loss prevention crime risk management corporate culture security company ", "Article  Loss Prevention through Effective Management");
   this[database_length++] = new SearchPage("Beliefs_and_Change.html", "Article: Beliefs and Change", "", "");
   this[database_length++] = new SearchPage("The_Conscious_and_Unconscious.html", "Article: The Conscious and Unconscious", "", "");
   this[database_length++] = new SearchPage("AVS_(Light_and_Sound)_Technology.html", "AVS - Light and Sound Technology", "avs technology light sound mind machines alpha beta gamma delta smr eeg schuman frequency response entrainment brain chatter brainwaves waves hertz hz procyon proteus robert austin harold russell wave frequencies research binaural beats isochronic psychological arousal addiction treatment restorative sleep led colors neurofeedback monaural beat oster pitch variance budzynski dual bb len ochs michael hutchison sine pulse cortical evoked berger effect meditation relief states cognitive ability add adhd ", "Article  This article gives an indepth explanation to AVS technology  light and sound machines  and the science it is based on ");
   this[database_length++] = new SearchPage("Products.html", "Products - Webstore", "proteus sirius thoughstream procyon canada distributor mindplace light sound mind machines avs biofeedback ", "The webstore section of the website  Here you can buy one of our great sound and light machines  Procyon  Proteus or Sirius  No need to shop over the border  I will match the U S  price");
   this[database_length++] = new SearchPage("Procyon.html", "Procyon Product Details", "", "");
   this[database_length++] = new SearchPage("Proteus.html", "Proteus", "", "");
   this[database_length++] = new SearchPage("Sirius.html", "Untitled Page", "", "");
   this[database_length++] = new SearchPage("Thoughtstream_USB.html", "ThoughtStream ", "", "");
   this[database_length++] = new SearchPage("Purchase_Information.html", "Purchase Info", "purchase information ", "Purchase information for buyer ");
   this[database_length++] = new SearchPage("Affiliate_Products.html", "Affiliate Products", "", "Complimentary products AACT is an affiliate seller of");
   this[database_length++] = new SearchPage("Thank_You.html", "Purchase Info", "purchase information ", "Purchase information for buyer ");
   this[database_length++] = new SearchPage("Ayrmetes_Helps.html", "Ayrmetes Helps", "", "");
   this[database_length++] = new SearchPage("Links.html", "Links", "", "");
   return this;
}

