<!-- // Copyright 2012 Gelloo.com All Rights Reserved.
function checkSearchAssistant(){
var cookieData=new String(document.cookie);
var cookieSearchAssistantHeader="cookieSearchAssistant=";
var cookieStart=cookieData.indexOf(cookieSearchAssistantHeader)+cookieSearchAssistantHeader.length;
var cookieEnd=cookieData.indexOf(";", cookieStart);
if(cookieEnd==-1){
cookieEnd=cookieData.length;
}
if ((cookieData.indexOf(cookieSearchAssistantHeader)!=-1)&&(cookieData.substring(cookieStart,cookieEnd)=="Off")){
document.getElementById("search_assistant_panel").style.display="none";
document.getElementById("search_assistant_panel_off").style.display="block";
}
else{
searchAssistant();
}
}
function arrow_key(value){
var convertToNumberValue = Number(value);
var newValue = 0+convertToNumberValue
var idPlusValue = newValue+1;
var idMinValue = newValue-1;
var nextId = idPlusValue.toString();
var previousId = idMinValue.toString();
document.onkeydown = key_event;
function key_event(e){
try{
var e = window.event || e;
var key = e.charCode ? e.charCode : e.keyCode ? e.keyCode: 0;
if(key==38||key==40){
if((key==38)&&(document.getElementById(idMinValue)<=0))
focusFirstItem();
if((key==40)&&(document.getElementById(idPlusValue)==null))
focusFirstItem();
if(key==38)
document.getElementById(previousId).focus();
if(key==40)
document.getElementById(nextId).focus();
event.returnValue = false;
}
}
catch(Exception){
return false;
}
}
}
function initiateLayers(){
hideLayer('search_panel');
hideLayer('search_panel_more_link'); 
hideLayer('search_panel_more');
showLayer('search_assistant_panel');
}

function setStyle(id){
document.getElementById(id).style.color="#FF0000";
document.getElementById(id).style.borderBottomColor="#FF0000";
}
function noStyle(id){
document.getElementById(id).style.color="#1051A0";
document.getElementById(id).style.borderBottomColor="#1051A0";
}
function searchAssistant(){
var queryText = document.searchForm.searchField.value;
var convertedQueryText = queryText.toLowerCase();
if((convertedQueryText=="")){
hideLayer('search_panel');
hideLayer('search_panel_more_link'); 
hideLayer('search_panel_more');
hideLayer('search_assistant_panel');
}
else if(convertedQueryText=="a"){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Inp/Directory.html#a' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>all results</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="ac")||(convertedQueryText=="acc")||(convertedQueryText=="acce")||(convertedQueryText=="acces")||(convertedQueryText=="access")||(convertedQueryText=="accesso")||(convertedQueryText=="accessor")||(convertedQueryText=="accessori")||(convertedQueryText=="accessorie")||(convertedQueryText=="accessories")||(convertedQueryText=="accessories ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Gep/Accessories.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>accessories</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>";
arrow_key(value="0");
}
else if((convertedQueryText=="ad")||(convertedQueryText=="adv")||(convertedQueryText=="advi")||(convertedQueryText=="advis")||(convertedQueryText=="adviso")||(convertedQueryText=="advisor")||(convertedQueryText=="advisors")||(convertedQueryText=="advisors ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Gep/Advisors.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>advisors</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>";
arrow_key(value="0");
}
else if((convertedQueryText=="ai")||(convertedQueryText=="air")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Nfp/Air_Shows.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>air shows</a><br /><a href='../Gep/Air_Travel.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>air travel</a><br /><a href='../Sup/Airline_Tickets.html' id='3' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>airline tickets</a><br /><a href='../Sup/Airlines.html' id='4' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>airlines</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>";
arrow_key(value="0");
}
else if(convertedQueryText=="air "){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Nfp/Air_Shows.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>air shows</a><br /><a href='../Gep/Air_Travel.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>air travel</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>";
arrow_key(value="0");
}
else if((convertedQueryText=="air s")||(convertedQueryText=="air sh")||(convertedQueryText=="air sho")||(convertedQueryText=="air show")||(convertedQueryText=="air shows")||(convertedQueryText=="air shows ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Nfp/Air_Shows.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>air shows</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>";
arrow_key(value="0");
}
else if((convertedQueryText=="air t")||(convertedQueryText=="air tr")||(convertedQueryText=="air tra")||(convertedQueryText=="air trav")||(convertedQueryText=="air trave")||(convertedQueryText=="air travel")||(convertedQueryText=="air travel ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Gep/Air_Travel.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>air travel</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>";
arrow_key(value="0");
}
else if((convertedQueryText=="airl")||(convertedQueryText=="airli")||(convertedQueryText=="airlin")||(convertedQueryText=="airline")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Airline_Tickets.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>airline tickets</a><br /><a href='../Sup/Airlines.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>airlines</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>";
arrow_key(value="0");
}
else if((convertedQueryText=="airline ")||(convertedQueryText=="airline t")||(convertedQueryText=="airline ti")||(convertedQueryText=="airline tic")||(convertedQueryText=="airline tick")||(convertedQueryText=="airline ticke")||(convertedQueryText=="airline ticket")||(convertedQueryText=="airline tickets")||(convertedQueryText=="airline tickets ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Airline_Tickets.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>airline tickets</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>";
arrow_key(value="0");
}
else if((convertedQueryText=="airlines")||(convertedQueryText=="airlines ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Airlines.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>airlines</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>";
arrow_key(value="0");
}
else if(convertedQueryText=="al"){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Map/Allergies.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>allergies</a><br /><a href='../Map/Alternative.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>alternative</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>";
arrow_key(value="0");
}
else if((convertedQueryText=="all")||(convertedQueryText=="alle")||(convertedQueryText=="aller")||(convertedQueryText=="allerg")||(convertedQueryText=="allergi")||(convertedQueryText=="allergie")||(convertedQueryText=="allergies")||(convertedQueryText=="allergies ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Map/Allergies.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>allergies</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>";
arrow_key(value="0");
}
else if((convertedQueryText=="alt")||(convertedQueryText=="alte")||(convertedQueryText=="alter")||(convertedQueryText=="altern")||(convertedQueryText=="alterna")||(convertedQueryText=="alternat")||(convertedQueryText=="alternati")||(convertedQueryText=="alternativ")||(convertedQueryText=="alternative")||(convertedQueryText=="alternative ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Map/Alternative.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>alternative</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>";
arrow_key(value="0");
}
else if(convertedQueryText=="an"){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Annuities.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>annuities</a><br /><a href='../Map/Antiques.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>antiques</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>";
arrow_key(value="0");
}
else if((convertedQueryText=="ann")||(convertedQueryText=="annu")||(convertedQueryText=="annui")||(convertedQueryText=="annuit")||(convertedQueryText=="annuiti")||(convertedQueryText=="annuitie")||(convertedQueryText=="annuities")||(convertedQueryText=="annuities ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Annuities.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>annuities</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>";
arrow_key(value="0");
}
else if((convertedQueryText=="ant")||(convertedQueryText=="anti")||(convertedQueryText=="antiq")||(convertedQueryText=="antiqu")||(convertedQueryText=="antique")||(convertedQueryText=="antiques")||(convertedQueryText=="antiques ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Map/Antiques.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>antiques</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>";
arrow_key(value="0");
}
else if(convertedQueryText=="ap"){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Apartments.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>apartments</a><br /><a href='../Map/Apparel.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>apparel</a><br /><a href='../Map/Appliances.html' id='3' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>appliances</a><br /><a href='../Gep/Appraisers.html' id='4' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>appraisers</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>";
arrow_key(value="0");
}
else if((convertedQueryText=="apa")||(convertedQueryText=="apar")||(convertedQueryText=="apart")||(convertedQueryText=="apartm")||(convertedQueryText=="apartme")||(convertedQueryText=="apartmen")||(convertedQueryText=="apartment")||(convertedQueryText=="apartments")||(convertedQueryText=="apartments ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Apartments.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>apartments</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>";
arrow_key(value="0");
}
else if(convertedQueryText=="app"){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Map/Apparel.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>apparel</a><br /><a href='../Map/Appliances.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>appliances</a><br /><a href='../Gep/Appraisers.html' id='3' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>appraisers</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>";
arrow_key(value="0");
}
else if((convertedQueryText=="appa")||(convertedQueryText=="appar")||(convertedQueryText=="appare")||(convertedQueryText=="apparel")||(convertedQueryText=="apparel ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Map/Apparel.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>apparel</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>";
arrow_key(value="0");
}
else if((convertedQueryText=="appl")||(convertedQueryText=="appli")||(convertedQueryText=="applia")||(convertedQueryText=="applian")||(convertedQueryText=="applianc")||(convertedQueryText=="appliance")||(convertedQueryText=="appliances")||(convertedQueryText=="appliances ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Map/Appliances.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>appliances</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>";
arrow_key(value="0");
}
else if((convertedQueryText=="appr")||(convertedQueryText=="appra")||(convertedQueryText=="apprai")||(convertedQueryText=="apprais")||(convertedQueryText=="appraise")||(convertedQueryText=="appraiser")||(convertedQueryText=="appraisers")||(convertedQueryText=="appraisers ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Gep/Appraisers.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>appraisers</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>";
arrow_key(value="0");
}
else if(convertedQueryText=="au"){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Map/Auctions.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>auctions</a><br /><a href='../Gep/Audio.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>audio</a><br /><a href='../Gep/Autos.html' id='3' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>autos</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>";
arrow_key(value="0");
}
else if((convertedQueryText=="auc")||(convertedQueryText=="auct")||(convertedQueryText=="aucti")||(convertedQueryText=="auctio")||(convertedQueryText=="auction")||(convertedQueryText=="auctions")||(convertedQueryText=="auctions ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Map/Auctions.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>auctions</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>";
arrow_key(value="0");
}
else if((convertedQueryText=="aud")||(convertedQueryText=="audi")||(convertedQueryText=="audio")||(convertedQueryText=="audio ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Gep/Audio.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>audio</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>";
arrow_key(value="0");
}
else if((convertedQueryText=="aut")||(convertedQueryText=="auto")||(convertedQueryText=="autos")||(convertedQueryText=="autos ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Gep/Autos.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>autos</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>";
arrow_key(value="0");
}
else if((convertedQueryText=="av")||(convertedQueryText=="avi")||(convertedQueryText=="avia")||(convertedQueryText=="aviat")||(convertedQueryText=="aviati")||(convertedQueryText=="aviatio")||(convertedQueryText=="aviation")||(convertedQueryText=="aviation ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Gep/Aviation.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>aviation</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>";
arrow_key(value="0");
}
else if(convertedQueryText=="b"){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Inp/Directory.html#b' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>all results</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if(convertedQueryText=="ba"){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Babies.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>babies</a><br /><a href='../Sup/Baby_Clothing.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>baby clothing</a><br /><a href='../Nfp/Baby_Names.html' id='3' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>baby names</a><br /><a href='../Nfp/Baby_Shower.html' id='4' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>baby shower</a><br /><a href='../Map/Bags.html' id='5' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>bags</a><br /><a href='../Sup/Bakeware.html' id='6' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>bakeware</a><br /><a href='../Sup/Ballet.html' id='7' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>ballet</a><br /><a href='../Sup/Banks.html' id='8' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>banks</a><br /><a href='../Sep/Bargains/Bargains.html' id='9' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>bargains</a><br /><a href='../Sup/Baseball.html' id='10' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>baseball</a><br /><a href='../Sup/Basketball.html' id='11' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>basketball</a><br /><a href='../Sup/Bath.html' id='12' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>bath</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if(convertedQueryText=="bab"){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Babies.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>babies</a><br /><a href='../Sup/Baby_Clothing.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>baby clothing</a><br /><a href='../Nfp/Baby_Names.html' id='3' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>baby names</a><br /><a href='../Nfp/Baby_Shower.html' id='4' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>baby shower</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="babi")||(convertedQueryText=="babie")||(convertedQueryText=="babies")||(convertedQueryText=="babies ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Babies.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>babies</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="baby")||(convertedQueryText=="baby ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Baby_Clothing.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>baby clothing</a><br /><a href='../Nfp/Baby_Names.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>baby names</a><br /><a href='../Nfp/Baby_Shower.html' id='3' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>baby shower</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="baby c")||(convertedQueryText=="baby cl")||(convertedQueryText=="baby clo")||(convertedQueryText=="baby clot")||(convertedQueryText=="baby cloth")||(convertedQueryText=="baby clothi")||(convertedQueryText=="baby clothin")||(convertedQueryText=="baby clothing")||(convertedQueryText=="baby clothing ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Baby_Clothing.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>baby clothing</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="baby n")||(convertedQueryText=="baby na")||(convertedQueryText=="baby nam")||(convertedQueryText=="baby name")||(convertedQueryText=="baby names")||(convertedQueryText=="baby names ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Nfp/Baby_Names.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>baby names</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="baby s")||(convertedQueryText=="baby sh")||(convertedQueryText=="baby sho")||(convertedQueryText=="baby show")||(convertedQueryText=="baby showe")||(convertedQueryText=="baby shower")||(convertedQueryText=="baby shower ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Nfp/Baby_Shower.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>baby shower</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="bag")||(convertedQueryText=="bags")||(convertedQueryText=="bags ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Map/Bags.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>bags</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="bak")||(convertedQueryText=="bake")||(convertedQueryText=="bakew")||(convertedQueryText=="bakewa")||(convertedQueryText=="bakewar")||(convertedQueryText=="bakeware")||(convertedQueryText=="bakeware ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Bakeware.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>bakeware</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="bal")||(convertedQueryText=="ball")||(convertedQueryText=="balle")||(convertedQueryText=="ballet")||(convertedQueryText=="ballet ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Ballet.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>ballet</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="ban")||(convertedQueryText=="bank")||(convertedQueryText=="banks")||(convertedQueryText=="banks ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Banks.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>banks</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="bar")||(convertedQueryText=="barg")||(convertedQueryText=="barga")||(convertedQueryText=="bargai")||(convertedQueryText=="bargain")||(convertedQueryText=="bargains")||(convertedQueryText=="bargains ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sep/Bargains/Bargains.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>bargains</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if(convertedQueryText=="bas"){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Baseball.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>baseball</a><br /><a href='../Sup/Basketball.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>basketball</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="base")||(convertedQueryText=="baseb")||(convertedQueryText=="baseba")||(convertedQueryText=="basebal")||(convertedQueryText=="baseball")||(convertedQueryText=="baseball ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Baseball.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>baseball</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="bask")||(convertedQueryText=="baske")||(convertedQueryText=="basket")||(convertedQueryText=="basketb")||(convertedQueryText=="basketba")||(convertedQueryText=="basketbal")||(convertedQueryText=="basketball")||(convertedQueryText=="basketball ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Basketball.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>basketball</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="bat")||(convertedQueryText=="bath")||(convertedQueryText=="bath ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Bath.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>bath</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if(convertedQueryText=="be"){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Bears.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>bears</a><br /><a href='../Map/Beauty.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>beauty</a><br /><a href='../Sup/Bed.html' id='3' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>bed</a><br /><a href='../Sup/Beers.html' id='4' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>beers</a><br /><a href='../Sup/Bets.html' id='5' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>bets</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if(convertedQueryText=="bea"){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Bears.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>bears</a><br /><a href='../Map/Beauty.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>beauty</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="bear")||(convertedQueryText=="bears")||(convertedQueryText=="bears ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Bears.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>bears</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="beau")||(convertedQueryText=="beaut")||(convertedQueryText=="beauty")||(convertedQueryText=="beauty ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Map/Beauty.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>beauty</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="bed")||(convertedQueryText=="bed ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Bed.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>bed</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="bee")||(convertedQueryText=="beer")||(convertedQueryText=="beers")||(convertedQueryText=="beers ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Beers.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>beers</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="bet")||(convertedQueryText=="bets")||(convertedQueryText=="bets ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Bets.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>bets</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if(convertedQueryText=="bi"){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Nfp/Bicycle_Accessories.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>bicycle accessories</a><br /><a href='../Nfp/Bicycle_Parts.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>bicycle parts</a><br /><a href='../Map/Bicycles.html' id='3' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>bicycles</a><br /><a href='../Sup/Birthdays.html' id='4' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>birthdays</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="bic")||(convertedQueryText=="bicy")||(convertedQueryText=="bicyc")||(convertedQueryText=="bicycl")||(convertedQueryText=="bicycle")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Nfp/Bicycle_Accessories.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>bicycle accessories</a><br /><a href='../Nfp/Bicycle_Parts.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>bicycle parts</a><br /><a href='../Map/Bicycles.html' id='3' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>bicycles</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if(convertedQueryText=="bicycle "){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Nfp/Bicycle_Accessories.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>bicycle accessories</a><br /><a href='../Nfp/Bicycle_Parts.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>bicycle parts</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="bicycle a")||(convertedQueryText=="bicycle ac")||(convertedQueryText=="bicycle acc")||(convertedQueryText=="bicycle acce")||(convertedQueryText=="bicycle acces")||(convertedQueryText=="bicycle access")||(convertedQueryText=="bicycle accesso")||(convertedQueryText=="bicycle accessor")||(convertedQueryText=="bicycle accessori")||(convertedQueryText=="bicycle accessorie")||(convertedQueryText=="bicycle accessories")||(convertedQueryText=="bicycle accessories ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Nfp/Bicycle_Accessories.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>bicycle accessories</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="bicycle p")||(convertedQueryText=="bicycle pa")||(convertedQueryText=="bicycle par")||(convertedQueryText=="bicycle part")||(convertedQueryText=="bicycle parts")||(convertedQueryText=="bicycle parts ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Nfp/Bicycle_Parts.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>bicycle parts</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="bicycles")||(convertedQueryText=="bicycles ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Map/Bicycles.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>bicycles</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="bir")||(convertedQueryText=="birt")||(convertedQueryText=="birth")||(convertedQueryText=="birthd")||(convertedQueryText=="birthda")||(convertedQueryText=="birthday")||(convertedQueryText=="birthdays")||(convertedQueryText=="birthdays ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Birthdays.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>birthdays</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if(convertedQueryText=="bl"){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Blank_Media.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>blank media</a><br /><a href='../Sup/Blues.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>blues</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="bla")||(convertedQueryText=="blan")||(convertedQueryText=="blank")||(convertedQueryText=="blank ")||(convertedQueryText=="blank m")||(convertedQueryText=="blank me")||(convertedQueryText=="blank med")||(convertedQueryText=="blank medi")||(convertedQueryText=="blank media")||(convertedQueryText=="blank media ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Blank_Media.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>blank media</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="blu")||(convertedQueryText=="blue")||(convertedQueryText=="blues")||(convertedQueryText=="blues ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Blues.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>blues</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if(convertedQueryText=="bo"){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Nfp/Boat_Accessories.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>boat accessories</a><br /><a href='../Sup/Boat_Insurances.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>boat insurances</a><br /><a href='../Nfp/Boat_Parts.html' id='3' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>boat parts</a><br /><a href='../Nfp/Boat_Rentals.html' id='4' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>boat rentals</a><br /><a href='../Nfp/Boat_Shows.html' id='5' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>boat shows</a><br /><a href='../Gep/Boating.html' id='6' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>boating</a><br /><a href='../Sup/Boats.html' id='7' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>boats</a><br /><a href='../Nfp/Bond_Brokers.html' id='8' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>bond brokers</a><br /><a href='../Gep/Bonds.html' id='9' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>bonds</a><br /><a href='../Sup/Books.html' id='10' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>books</a><br /><a href='../Sup/Boxing.html' id='11' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>boxing</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="boa")||(convertedQueryText=="boat")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Nfp/Boat_Accessories.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>boat accessories</a><br /><a href='../Sup/Boat_Insurances.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>boat insurances</a><br /><a href='../Nfp/Boat_Parts.html' id='3' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>boat parts</a><br /><a href='../Nfp/Boat_Rentals.html' id='4' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>boat rentals</a><br /><a href='../Nfp/Boat_Shows.html' id='5' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>boat shows</a><br /><a href='../Gep/Boating.html' id='6' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>boating</a><br /><a href='../Sup/Boats.html' id='7' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>boats</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if(convertedQueryText=="boat "){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Nfp/Boat_Accessories.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>boat accessories</a><br /><a href='../Sup/Boat_Insurances.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>boat insurances</a><br /><a href='../Nfp/Boat_Parts.html' id='3' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>boat parts</a><br /><a href='../Nfp/Boat_Rentals.html' id='4' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>boat rentals</a><br /><a href='../Nfp/Boat_Shows.html' id='5' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>boat shows</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="boat a")||(convertedQueryText=="boat ac")||(convertedQueryText=="boat acc")||(convertedQueryText=="boat acce")||(convertedQueryText=="boat acces")||(convertedQueryText=="boat access")||(convertedQueryText=="boat accesso")||(convertedQueryText=="boat accessor")||(convertedQueryText=="boat accessori")||(convertedQueryText=="boat accessorie")||(convertedQueryText=="boat accessories")||(convertedQueryText=="boat accessories ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Nfp/Boat_Accessories.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>boat accessories</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="boat i")||(convertedQueryText=="boat in")||(convertedQueryText=="boat ins")||(convertedQueryText=="boat insu")||(convertedQueryText=="boat insur")||(convertedQueryText=="boat insura")||(convertedQueryText=="boat insuran")||(convertedQueryText=="boat insuranc")||(convertedQueryText=="boat insurance")||(convertedQueryText=="boat insurances")||(convertedQueryText=="boat insurances ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Boat_Insurances.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>boat insurances</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="boat p")||(convertedQueryText=="boat pa")||(convertedQueryText=="boat par")||(convertedQueryText=="boat part")||(convertedQueryText=="boat parts")||(convertedQueryText=="boat parts ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Nfp/Boat_Parts.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>boat parts</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="boat r")||(convertedQueryText=="boat re")||(convertedQueryText=="boat ren")||(convertedQueryText=="boat rent")||(convertedQueryText=="boat renta")||(convertedQueryText=="boat rental")||(convertedQueryText=="boat rentals")||(convertedQueryText=="boat rentals ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Nfp/Boat_Rentals.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>boat rentals</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="boat s")||(convertedQueryText=="boat sh")||(convertedQueryText=="boat sho")||(convertedQueryText=="boat show")||(convertedQueryText=="boat shows")||(convertedQueryText=="boat shows ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Nfp/Boat_Shows.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>boat shows</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="boati")||(convertedQueryText=="boatin")||(convertedQueryText=="boating")||(convertedQueryText=="boating ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Gep/Boating.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>boating</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="boats")||(convertedQueryText=="boats ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Boats.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>boats</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="bon")||(convertedQueryText=="bond")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Nfp/Bond_Brokers.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>bond brokers</a><br /><a href='../Gep/Bonds.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>bonds</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="bond ")||(convertedQueryText=="bond b")||(convertedQueryText=="bond br")||(convertedQueryText=="bond bro")||(convertedQueryText=="bond brok")||(convertedQueryText=="bond broke")||(convertedQueryText=="bond broker")||(convertedQueryText=="bond brokers")||(convertedQueryText=="bond brokers ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Nfp/Bond_Brokers.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>bond brokers</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="bonds")||(convertedQueryText=="bonds ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Gep/Bonds.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>bonds</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="boo")||(convertedQueryText=="book")||(convertedQueryText=="books")||(convertedQueryText=="books ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Books.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>books</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="box")||(convertedQueryText=="boxi")||(convertedQueryText=="boxin")||(convertedQueryText=="boxing")||(convertedQueryText=="boxing ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Boxing.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>boxing</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if(convertedQueryText=="br"){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Map/Bridal.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>bridal</a><br /><a href='../Nfp/Bridal_Accessories.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>bridal accessories</a><br /><a href='../Nfp/Bridal_Shower.html' id='3' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>bridal shower</a><br /><a href='../Gep/Brokers.html' id='4' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>brokers</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="bri")||(convertedQueryText=="brid")||(convertedQueryText=="brida")||(convertedQueryText=="bridal")||(convertedQueryText=="bridal ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Map/Bridal.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>bridal</a><br /><a href='../Nfp/Bridal_Accessories.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>bridal accessories</a><br /><a href='../Nfp/Bridal_Shower.html' id='3' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>bridal shower</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="bridal a")||(convertedQueryText=="bridal ac")||(convertedQueryText=="bridal acc")||(convertedQueryText=="bridal acce")||(convertedQueryText=="bridal acces")||(convertedQueryText=="bridal access")||(convertedQueryText=="bridal accesso")||(convertedQueryText=="bridal accessor")||(convertedQueryText=="bridal accessori")||(convertedQueryText=="bridal accessorie")||(convertedQueryText=="bridal accessories")||(convertedQueryText=="bridal accessories ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Nfp/Bridal_Accessories.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>bridal accessories</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="bridal s")||(convertedQueryText=="bridal sh")||(convertedQueryText=="bridal sho")||(convertedQueryText=="bridal show")||(convertedQueryText=="bridal showe")||(convertedQueryText=="bridal shower")||(convertedQueryText=="bridal shower ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Nfp/Bridal_Shower.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>bridal shower</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="bro")||(convertedQueryText=="brok")||(convertedQueryText=="broke")||(convertedQueryText=="broker")||(convertedQueryText=="brokers")||(convertedQueryText=="brokers ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Gep/Brokers.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>brokers</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if(convertedQueryText=="c"){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Inp/Directory.html#c' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>all results</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if(convertedQueryText=="ca"){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Cable.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>cable</a><br /><a href='../Sup/Cameras.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>cameras</a><br /><a href='../Sup/Candies.html' id='3' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>candies</a><br /><a href='../Nfp/Car_Accessories.html' id='4' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>car accessories</a><br /><a href='../Nfp/Car_Appraisers.html' id='5' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>car appraisers</a><br /><a href='../Sup/Car_Audio.html' id='6' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>car audio</a><br /><a href='../Sup/Car_Insurances.html' id='7' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>car insurances</a><br /><a href='../Nfp/Car_Navigation_Systems.html' id='8' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>car navigation systems</a><br /><a href='../Nfp/Car_Parts.html' id='9' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>car parts</a><br /><a href='../Sup/Car_Rentals.html' id='10' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>car rentals</a><br /><a href='../Nfp/Car_Shows.html' id='11' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>car shows</a><br /><a href='../Gep/Cards.html' id='12' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>cards</a><br /><a href='../Sup/Cars.html' id='13' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>cars</a><br /><a href='../Sup/Casinos.html' id='14' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>casinos</a><br /><a href='../Sep/Catalogs/Catalogs.html' id='15' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>catalogs</a><br /><a href='../Sup/Cats.html' id='16' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>cats</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="cab")||(convertedQueryText=="cabl")||(convertedQueryText=="cable")||(convertedQueryText=="cable ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Cable.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>cable</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="cam")||(convertedQueryText=="came")||(convertedQueryText=="camer")||(convertedQueryText=="camera")||(convertedQueryText=="cameras")||(convertedQueryText=="cameras ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Cameras.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>cameras</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="can")||(convertedQueryText=="cand")||(convertedQueryText=="candi")||(convertedQueryText=="candie")||(convertedQueryText=="candies")||(convertedQueryText=="candies ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Candies.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>candies</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if(convertedQueryText=="car"){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Nfp/Car_Accessories.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>car accessories</a><br /><a href='../Nfp/Car_Appraisers.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>car appraisers</a><br /><a href='../Sup/Car_Audio.html' id='3' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>car audio</a><br /><a href='../Sup/Car_Insurances.html' id='4' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>car insurances</a><br /><a href='../Nfp/Car_Navigation_Systems.html' id='5' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>car navigation systems</a><br /><a href='../Nfp/Car_Parts.html' id='6' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>car parts</a><br /><a href='../Sup/Car_Rentals.html' id='7' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>car rentals</a><br /><a href='../Nfp/Car_Shows.html' id='8' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>car shows</a><br /><a href='../Gep/Cards.html' id='9' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>cards</a><br /><a href='../Sup/Cars.html' id='10' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>cars</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if(convertedQueryText=="car "){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Nfp/Car_Accessories.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>car accessories</a><br /><a href='../Nfp/Car_Appraisers.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>car appraisers</a><br /><a href='../Sup/Car_Audio.html' id='3' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>car audio</a><br /><a href='../Sup/Car_Insurances.html' id='4' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>car insurances</a><br /><a href='../Nfp/Car_Navigation_Systems.html' id='5' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>car navigation systems</a><br /><a href='../Nfp/Car_Parts.html' id='6' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>car parts</a><br /><a href='../Sup/Car_Rentals.html' id='7' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>car rentals</a><br /><a href='../Nfp/Car_Shows.html' id='8' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>car shows</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if(convertedQueryText=="car a"){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Nfp/Car_Accessories.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>car accessories</a><br /><a href='../Nfp/Car_Appraisers.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>car appraisers</a><br /><a href='../Sup/Car_Audio.html' id='3' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>car audio</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="car ac")||(convertedQueryText=="car acc")||(convertedQueryText=="car acce")||(convertedQueryText=="car acces")||(convertedQueryText=="car access")||(convertedQueryText=="car accesso")||(convertedQueryText=="car accessor")||(convertedQueryText=="car accessori")||(convertedQueryText=="car accessorie")||(convertedQueryText=="car accessories")||(convertedQueryText=="car accessories ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Nfp/Car_Accessories.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>car accessories</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="car ap")||(convertedQueryText=="car app")||(convertedQueryText=="car appr")||(convertedQueryText=="car appra")||(convertedQueryText=="car apprai")||(convertedQueryText=="car apprais")||(convertedQueryText=="car appraise")||(convertedQueryText=="car appraiser")||(convertedQueryText=="car appraisers")||(convertedQueryText=="car appraisers ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Nfp/Car_Appraisers.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>car appraisers</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="car au")||(convertedQueryText=="car aud")||(convertedQueryText=="car audi")||(convertedQueryText=="car audio")||(convertedQueryText=="car audio ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Car_Audio.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>car audio</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="car i")||(convertedQueryText=="car in")||(convertedQueryText=="car ins")||(convertedQueryText=="car insu")||(convertedQueryText=="car insur")||(convertedQueryText=="car insura")||(convertedQueryText=="car insuran")||(convertedQueryText=="car insuranc")||(convertedQueryText=="car insurance")||(convertedQueryText=="car insurances")||(convertedQueryText=="car insurances ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Car_Insurances.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>car insurances</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="car n")||(convertedQueryText=="car na")||(convertedQueryText=="car nav")||(convertedQueryText=="car navi")||(convertedQueryText=="car navig")||(convertedQueryText=="car naviga")||(convertedQueryText=="car navigat")||(convertedQueryText=="car navigati")||(convertedQueryText=="car navigatio")||(convertedQueryText=="car navigation")||(convertedQueryText=="car navigation ")||(convertedQueryText=="car navigation s")||(convertedQueryText=="car navigation sy")||(convertedQueryText=="car navigation sys")||(convertedQueryText=="car navigation syst")||(convertedQueryText=="car navigation syste")||(convertedQueryText=="car navigation system")||(convertedQueryText=="car navigation systems")||(convertedQueryText=="car navigation systems ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Nfp/Car_Navigation_Systems.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>car navigation systems</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="car p")||(convertedQueryText=="car pa")||(convertedQueryText=="car par")||(convertedQueryText=="car part")||(convertedQueryText=="car parts")||(convertedQueryText=="car parts ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Nfp/Car_Parts.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>car parts</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="car r")||(convertedQueryText=="car re")||(convertedQueryText=="car ren")||(convertedQueryText=="car rent")||(convertedQueryText=="car renta")||(convertedQueryText=="car rental")||(convertedQueryText=="car rentals")||(convertedQueryText=="car rentals ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Car_Rentals.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>car rentals</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="car s")||(convertedQueryText=="car sh")||(convertedQueryText=="car sho")||(convertedQueryText=="car show")||(convertedQueryText=="car shows")||(convertedQueryText=="car shows ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Nfp/Car_Shows.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>car shows</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="card")||(convertedQueryText=="cards")||(convertedQueryText=="cards ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Gep/Cards.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>cards</a><br /></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="cars")||(convertedQueryText=="cars ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Cars.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>cars</a><br /></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="cas")||(convertedQueryText=="casi")||(convertedQueryText=="casin")||(convertedQueryText=="casino")||(convertedQueryText=="casinos")||(convertedQueryText=="casinos ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Casinos.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>casinos</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if(convertedQueryText=="cat"){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sep/Catalogs/Catalogs.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>catalogs</a><br /><a href='../Sup/Cats.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>cats</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="cata")||(convertedQueryText=="catal")||(convertedQueryText=="catalo")||(convertedQueryText=="catalog")||(convertedQueryText=="catalogs")||(convertedQueryText=="catalogs ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sep/Catalogs/Catalogs.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>catalogs</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="cats")||(convertedQueryText=="cats ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Cats.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>cats</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="cd")||(convertedQueryText=="cds")||(convertedQueryText=="cds ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Gep/Cds.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>CDs</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if(convertedQueryText=="ce"){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Gep/Celebrations.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>celebrations</a><br /><a href='../Map/Celebrities.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>celebrities</a><br /><a href='../Nfp/Cell_Phone_Accessories.html' id='3' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>cell phone accessories</a><br /><a href='../Sup/Cell_Phones.html' id='4' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>cell phones</a><br /><a href='../Sup/Ceramics.html' id='5' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>ceramics</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if(convertedQueryText=="cel"){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Gep/Celebrations.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>celebrations</a><br /><a href='../Map/Celebrities.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>celebrities</a><br /><a href='../Nfp/Cell_Phone_Accessories.html' id='3' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>cell phone accessories</a><br /><a href='../Sup/Cell_Phones.html' id='4' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>cell phones</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="cele")||(convertedQueryText=="celeb")||(convertedQueryText=="celebr")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Gep/Celebrations.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>celebrations</a><br /><a href='../Map/Celebrities.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>celebrities</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="celebra")||(convertedQueryText=="celebrat")||(convertedQueryText=="celebrati")||(convertedQueryText=="celebratio")||(convertedQueryText=="celebration")||(convertedQueryText=="celebrations")||(convertedQueryText=="celebrations ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Gep/Celebrations.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>celebrations</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="celebri")||(convertedQueryText=="celebrit")||(convertedQueryText=="celebriti")||(convertedQueryText=="celebritie")||(convertedQueryText=="celebrities")||(convertedQueryText=="celebrities ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Map/Celebrities.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>celebrities</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="cell")||(convertedQueryText=="cell ")||(convertedQueryText=="cell p")||(convertedQueryText=="cell ph")||(convertedQueryText=="cell pho")||(convertedQueryText=="cell phon")||(convertedQueryText=="cell phone")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Nfp/Cell_Phone_Accessories.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>cell phone accessories</a><br /><a href='../Sup/Cell_Phones.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>cell phones</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="cell phone ")||(convertedQueryText=="cell phone a")||(convertedQueryText=="cell phone ac")||(convertedQueryText=="cell phone acc")||(convertedQueryText=="cell phone acce")||(convertedQueryText=="cell phone acces")||(convertedQueryText=="cell phone access")||(convertedQueryText=="cell phone accesso")||(convertedQueryText=="cell phone accessor")||(convertedQueryText=="cell phone accessori")||(convertedQueryText=="cell phone accessorie")||(convertedQueryText=="cell phone accessories")||(convertedQueryText=="cell phone accessories ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Nfp/Cell_Phone_Accessories.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>cell phone accessories</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="cell phones")||(convertedQueryText=="cell phones ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Cell_Phones.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>cell phones</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="cer")||(convertedQueryText=="cera")||(convertedQueryText=="ceram")||(convertedQueryText=="cerami")||(convertedQueryText=="ceramic")||(convertedQueryText=="ceramics")||(convertedQueryText=="ceramics ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Ceramics.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>ceramics</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if(convertedQueryText=="ch"){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Gep/Charts.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>charts</a><br /><a href='../Sup/Chat.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>chat</a><br /><a href='../Sup/Cheats.html' id='3' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>cheats</a><br /><a href='../Gep/Children.html' id='4' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>children</a><br /><a href='../Sup/Childrens_Clothing.html' id='5' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>children\'s clothing</a><br /><a href='../Nfp/Childrens_Rooms.html' id='6' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>children\'s rooms</a><br /><a href='../Sup/Chocolates.html' id='7' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>chocolates</a><br /><a href='../Sup/Christian.html' id='8' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>christian</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if(convertedQueryText=="cha"){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Gep/Charts.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>charts</a><br /><a href='../Sup/Chat.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>chat</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="char")||(convertedQueryText=="chart")||(convertedQueryText=="charts")||(convertedQueryText=="charts ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Gep/Charts.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>charts</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="chat")||(convertedQueryText=="chat ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Chat.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>chat</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="che")||(convertedQueryText=="chea")||(convertedQueryText=="cheat")||(convertedQueryText=="cheats")||(convertedQueryText=="cheats ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Cheats.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>cheats</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="chi")||(convertedQueryText=="chil")||(convertedQueryText=="child")||(convertedQueryText=="childr")||(convertedQueryText=="childre")||(convertedQueryText=="children")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Gep/Children.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>children</a><br /><a href='../Sup/Childrens_Clothing.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>children\'s clothing</a><br /><a href='../Nfp/Childrens_Rooms.html' id='3' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>children\'s rooms</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if(convertedQueryText=="children "){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Gep/Children.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>children</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="children\'")||(convertedQueryText=="children\'s")||(convertedQueryText=="children\'s ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Childrens_Clothing.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>children\'s clothing</a><br /><a href='../Nfp/Childrens_Rooms.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>children\'s rooms</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="children\'s c")||(convertedQueryText=="children\'s cl")||(convertedQueryText=="children\'s clo")||(convertedQueryText=="children\'s clot")||(convertedQueryText=="children\'s cloth")||(convertedQueryText=="children\'s clothi")||(convertedQueryText=="children\'s clothin")||(convertedQueryText=="children\'s clothing")||(convertedQueryText=="children\'s clothing ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Childrens_Clothing.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>children\'s clothing</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="children\'s r")||(convertedQueryText=="children\'s ro")||(convertedQueryText=="children\'s roo")||(convertedQueryText=="children\'s room")||(convertedQueryText=="children\'s rooms")||(convertedQueryText=="children\'s rooms ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Nfp/Childrens_Rooms.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>children\'s rooms</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="cho")||(convertedQueryText=="choc")||(convertedQueryText=="choco")||(convertedQueryText=="chocol")||(convertedQueryText=="chocola")||(convertedQueryText=="chocolat")||(convertedQueryText=="chocolate")||(convertedQueryText=="chocolates")||(convertedQueryText=="chocolates ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Chocolates.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>chocolates</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="chr")||(convertedQueryText=="chri")||(convertedQueryText=="chris")||(convertedQueryText=="christ")||(convertedQueryText=="christi")||(convertedQueryText=="christia")||(convertedQueryText=="christian")||(convertedQueryText=="christian ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Christian.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>christian</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if(convertedQueryText=="ci"){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Cinemas.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>cinemas</a><br /><a href='../Nfp/City_Guides.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>city guides</a><br /><a href='../Nfp/City_Maps.html' id='3' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>city maps</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="cin")||(convertedQueryText=="cine")||(convertedQueryText=="cinem")||(convertedQueryText=="cinema")||(convertedQueryText=="cinemas")||(convertedQueryText=="cinemas ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Cinemas.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>cinemas</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="cit")||(convertedQueryText=="city")||(convertedQueryText=="city ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Nfp/City_Guides.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>city guides</a><br /><a href='../Nfp/City_Maps.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>city maps</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="city g")||(convertedQueryText=="city gu")||(convertedQueryText=="city gui")||(convertedQueryText=="city guid")||(convertedQueryText=="city guide")||(convertedQueryText=="city guides")||(convertedQueryText=="city guides ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Nfp/City_Guides.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>city guides</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="city m")||(convertedQueryText=="city ma")||(convertedQueryText=="city map")||(convertedQueryText=="city maps")||(convertedQueryText=="city maps ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Nfp/City_Maps.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>city maps</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if(convertedQueryText=="cl"){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Classical.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>classical</a><br /><a href='../Sep/Clearance/Clearance.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>clearance</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="cla")||(convertedQueryText=="clas")||(convertedQueryText=="class")||(convertedQueryText=="classi")||(convertedQueryText=="classic")||(convertedQueryText=="classica")||(convertedQueryText=="classical")||(convertedQueryText=="classical ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Classical.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>classical</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="cle")||(convertedQueryText=="clea")||(convertedQueryText=="clear")||(convertedQueryText=="cleara")||(convertedQueryText=="clearan")||(convertedQueryText=="clearanc")||(convertedQueryText=="clearance")||(convertedQueryText=="clearance ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sep/Clearance/Clearance.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>clearance</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if(convertedQueryText=="co"){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Coffees.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>coffees</a><br /><a href='../Map/Collectibles.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>collectibles</a><br /><a href='../Sup/College_Sports.html' id='3' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>college sports</a><br /><a href='../Sup/Colleges.html' id='4' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>colleges</a><br /><a href='../Sup/Comedy.html' id='5' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>comedy</a><br /><a href='../Gep/Commodities.html' id='6' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>commodities</a><br /><a href='../Nfp/Commodity_Brokers.html' id='7' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>commodity brokers</a><br /><a href='../Sup/Computer_Games.html' id='8' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>computer games</a><br /><a href='../Nfp/Computer_Security.html' id='9' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>computer security</a><br /><a href='../Cap/Computers.html' id='10' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>computers</a><br /><a href='../Sup/Concerts.html' id='11' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>concerts</a><br /><a href='../Sup/Condos.html' id='12' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>condos</a><br /><a href='../Sup/Consoles.html' id='13' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>consoles</a><br /><a href='../Map/Consumer_Electronics.html' id='14' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>consumer electronics</a><br /><a href='../Sup/Contractors.html' id='15' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>contractors</a><br /><a href='../Sup/Cookies.html' id='16' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>cookies</a><br /><a href='../Gep/Cooking.html' id='17' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>cooking</a><br /><a href='../Sup/Cookware.html' id='18' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>cookware</a><br /><a href='../Sup/Cosmetic.html' id='19' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>cosmetic</a><br /><a href='../Sup/Cosmetics.html' id='20' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>cosmetics</a><br /><a href='../Sup/Country.html' id='21' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>country</a><br /><a href='../Sep/Coupons/Coupons.html' id='22' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>coupons</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="cof")||(convertedQueryText=="coff")||(convertedQueryText=="coffe")||(convertedQueryText=="coffee")||(convertedQueryText=="coffees")||(convertedQueryText=="coffees ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Coffees.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>coffees</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="col")||(convertedQueryText=="coll")||(convertedQueryText=="colle")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Map/Collectibles.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>collectibles</a><br /><a href='../Sup/College_Sports.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>college sports</a><br /><a href='../Sup/Colleges.html' id='3' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>colleges</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="collec")||(convertedQueryText=="collect")||(convertedQueryText=="collecti")||(convertedQueryText=="collectib")||(convertedQueryText=="collectibl")||(convertedQueryText=="collectible")||(convertedQueryText=="collectibles")||(convertedQueryText=="collectibles ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Map/Collectibles.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>collectibles</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="colleg")||(convertedQueryText=="college")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/College_Sports.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>college sports</a><br /><a href='../Sup/Colleges.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>colleges</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="college ")||(convertedQueryText=="college s")||(convertedQueryText=="college sp")||(convertedQueryText=="college spo")||(convertedQueryText=="college spor")||(convertedQueryText=="college sport")||(convertedQueryText=="college sports")||(convertedQueryText=="college sports ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/College_Sports.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>college sports</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="colleges")||(convertedQueryText=="colleges ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Colleges.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>colleges</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if(convertedQueryText=="com"){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Comedy.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>comedy</a><br /><a href='../Gep/Commodities.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>commodities</a><br /><a href='../Nfp/Commodity_Brokers.html' id='3' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>commodity brokers</a><br /><a href='../Sup/Computer_Games.html' id='4' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>computer games</a><br /><a href='../Nfp/Computer_Security.html' id='5' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>computer security</a><br /><a href='../Cap/Computers.html' id='6' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>computers</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="come")||(convertedQueryText=="comed")||(convertedQueryText=="comedy")||(convertedQueryText=="comedy ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Comedy.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>comedy</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="comm")||(convertedQueryText=="commo")||(convertedQueryText=="commod")||(convertedQueryText=="commodi")||(convertedQueryText=="commodit")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Gep/Commodities.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>commodities</a><br /><a href='../Nfp/Commodity_Brokers.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>commodity brokers</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="commoditi")||(convertedQueryText=="commoditie")||(convertedQueryText=="commodities")||(convertedQueryText=="commodities ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Gep/Commodities.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>commodities</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="commodity")||(convertedQueryText=="commodity ")||(convertedQueryText=="commodity b")||(convertedQueryText=="commodity br")||(convertedQueryText=="commodity bro")||(convertedQueryText=="commodity brok")||(convertedQueryText=="commodity broke")||(convertedQueryText=="commodity broker")||(convertedQueryText=="commodity brokers")||(convertedQueryText=="commodity brokers ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Nfp/Commodity_Brokers.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>commodity brokers</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="comp")||(convertedQueryText=="compu")||(convertedQueryText=="comput")||(convertedQueryText=="compute")||(convertedQueryText=="computer")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Computer_Games.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>computer games</a><br /><a href='../Nfp/Computer_Security.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>computer security</a><br /><a href='../Cap/Computers.html' id='3' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>computers</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="computer ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Computer_Games.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>computer games</a><br /><a href='../Nfp/Computer_Security.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>computer security</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="computer g")||(convertedQueryText=="computer ga")||(convertedQueryText=="computer gam")||(convertedQueryText=="computer game")||(convertedQueryText=="computer games")||(convertedQueryText=="computer games ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Computer_Games.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>computer games</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="computer s")||(convertedQueryText=="computer se")||(convertedQueryText=="computer sec")||(convertedQueryText=="computer secu")||(convertedQueryText=="computer secur")||(convertedQueryText=="computer securi")||(convertedQueryText=="computer securit")||(convertedQueryText=="computer security")||(convertedQueryText=="computer security ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Nfp/Computer_Security.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>computer security</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="computers")||(convertedQueryText=="computers ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Cap/Computers.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>computers</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if(convertedQueryText=="con"){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Concerts.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>concerts</a><br /><a href='../Sup/Condos.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>condos</a><br /><a href='../Sup/Consoles.html' id='3' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>consoles</a><br /><a href='../Map/Consumer_Electronics.html' id='4' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>consumer electronics</a><br /><a href='../Sup/Contractors.html' id='5' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>contractors</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="conc")||(convertedQueryText=="conce")||(convertedQueryText=="concer")||(convertedQueryText=="concert")||(convertedQueryText=="concerts")||(convertedQueryText=="concerts ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Concerts.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>concerts</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="cond")||(convertedQueryText=="condo")||(convertedQueryText=="condos")||(convertedQueryText=="condos ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Condos.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>condos</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if(convertedQueryText=="cons"){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Consoles.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>consoles</a><br /><a href='../Map/Consumer_Electronics.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>consumer electronics</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="conso")||(convertedQueryText=="consol")||(convertedQueryText=="console")||(convertedQueryText=="consoles")||(convertedQueryText=="consoles ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Consoles.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>consoles</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="consu")||(convertedQueryText=="consum")||(convertedQueryText=="consume")||(convertedQueryText=="consumer")||(convertedQueryText=="consumer ")||(convertedQueryText=="consumer e")||(convertedQueryText=="consumer el")||(convertedQueryText=="consumer ele")||(convertedQueryText=="consumer elec")||(convertedQueryText=="consumer elect")||(convertedQueryText=="consumer electr")||(convertedQueryText=="consumer electro")||(convertedQueryText=="consumer electron")||(convertedQueryText=="consumer electroni")||(convertedQueryText=="consumer electronic")||(convertedQueryText=="consumer electronics")||(convertedQueryText=="consumer electronics ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Map/Consumer_Electronics.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>consumer electronics</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="cont")||(convertedQueryText=="contr")||(convertedQueryText=="contra")||(convertedQueryText=="contrac")||(convertedQueryText=="contract")||(convertedQueryText=="contracto")||(convertedQueryText=="contractor")||(convertedQueryText=="contractors")||(convertedQueryText=="contractors ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Contractors.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>contractors</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="coo")||(convertedQueryText=="cook")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Cookies.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>cookies</a><br /><a href='../Gep/Cooking.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>cooking</a><br /><a href='../Sup/Cookware.html' id='3' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>cookware</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if(convertedQueryText=="cooki"){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Cookies.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>cookies</a><br /><a href='../Gep/Cooking.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>cooking</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="cookie")||(convertedQueryText=="cookies")||(convertedQueryText=="cookies ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Cookies.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>cookies</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="cookin")||(convertedQueryText=="cooking")||(convertedQueryText=="cooking ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Gep/Cooking.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>cooking</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="cookw")||(convertedQueryText=="cookwa")||(convertedQueryText=="cookwar")||(convertedQueryText=="cookware")||(convertedQueryText=="cookware ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Cookware.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>cookware</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="cos")||(convertedQueryText=="cosm")||(convertedQueryText=="cosme")||(convertedQueryText=="cosmet")||(convertedQueryText=="cosmeti")||(convertedQueryText=="cosmetic")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Cosmetic.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>cosmetic</a><br /><a href='../Sup/Cosmetics.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>cosmetics</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if(convertedQueryText=="cosmetic "){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Cosmetic.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>cosmetic</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="cosmetics")||(convertedQueryText=="cosmetics ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Cosmetics.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>cosmetics</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if(convertedQueryText=="cou"){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Country.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>country</a><br /><a href='../Sep/Coupons/Coupons.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>coupons</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="coun")||(convertedQueryText=="count")||(convertedQueryText=="countr")||(convertedQueryText=="country")||(convertedQueryText=="country ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Country.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>country</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="coup")||(convertedQueryText=="coupo")||(convertedQueryText=="coupon")||(convertedQueryText=="coupons")||(convertedQueryText=="coupons ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sep/Coupons/Coupons.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>coupons</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if(convertedQueryText=="cr"){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Gep/Crafts.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>crafts</a><br /><a href='../Sup/Credit_Cards.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>credit cards</a><br /><a href='../Map/Cruises.html' id='3' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>cruises</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="cra")||(convertedQueryText=="craf")||(convertedQueryText=="craft")||(convertedQueryText=="crafts")||(convertedQueryText=="crafts ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Gep/Crafts.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>crafts</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="cre")||(convertedQueryText=="cred")||(convertedQueryText=="credi")||(convertedQueryText=="credit")||(convertedQueryText=="credit ")||(convertedQueryText=="credit c")||(convertedQueryText=="credit ca")||(convertedQueryText=="credit car")||(convertedQueryText=="credit card")||(convertedQueryText=="credit cards")||(convertedQueryText=="credit cards ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Credit_Cards.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>credit cards</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="cru")||(convertedQueryText=="crui")||(convertedQueryText=="cruis")||(convertedQueryText=="cruise")||(convertedQueryText=="cruises")||(convertedQueryText=="cruises ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Map/Cruises.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>cruises</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="cu")||(convertedQueryText=="cur")||(convertedQueryText=="curr")||(convertedQueryText=="curre")||(convertedQueryText=="curren")||(convertedQueryText=="currenc")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Gep/Currencies.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>currencies</a><br /><a href='../Nfp/Currency_Brokers.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>currency brokers</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="currenci")||(convertedQueryText=="currencie")||(convertedQueryText=="currencies")||(convertedQueryText=="currencies ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Gep/Currencies.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>currencies</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="currency")||(convertedQueryText=="currency ")||(convertedQueryText=="currency b")||(convertedQueryText=="currency br")||(convertedQueryText=="currency bro")||(convertedQueryText=="currency brok")||(convertedQueryText=="currency broke")||(convertedQueryText=="currency broker")||(convertedQueryText=="currency brokers")||(convertedQueryText=="currency brokers ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Nfp/Currency_Brokers.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>currency brokers</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if(convertedQueryText=="d"){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Inp/Directory.html#d' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>all results</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if(convertedQueryText=="da"){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Dance.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>dance</a><br /><a href='../Gep/Day_Trading.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>day trading</a><br /><a href='../Nfp/Day_Trading_Brokers.html' id='3' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>day trading brokers</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="dan")||(convertedQueryText=="danc")||(convertedQueryText=="dance")||(convertedQueryText=="dance ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Dance.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>dance</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="day")||(convertedQueryText=="day ")||(convertedQueryText=="day t")||(convertedQueryText=="day tr")||(convertedQueryText=="day tra")||(convertedQueryText=="day trad")||(convertedQueryText=="day tradi")||(convertedQueryText=="day tradin")||(convertedQueryText=="day trading")||(convertedQueryText=="day trading ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Gep/Day_Trading.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>day trading</a><br /><a href='../Nfp/Day_Trading_Brokers.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>day trading brokers</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="day trading b")||(convertedQueryText=="day trading br")||(convertedQueryText=="day trading bro")||(convertedQueryText=="day trading brok")||(convertedQueryText=="day trading broke")||(convertedQueryText=="day trading broker")||(convertedQueryText=="day trading brokers")||(convertedQueryText=="day trading brokers ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Nfp/Day_Trading_Brokers.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>day trading brokers</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if(convertedQueryText=="de"){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Gep/Deliveries.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>deliveries</a><br /><a href='../Sup/Dental_Insurances.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>dental insurances</a><br /><a href='../Sup/Dentists.html' id='3' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>dentists</a><br /><a href='../Gep/Design.html' id='4' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>design</a><br /><a href='../Nfp/Designer_Clothing.html' id='5' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>designer clothing</a><br /><a href='../Nfp/Designer_Furniture.html' id='6' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>designer furniture</a><br /><a href='../Nfp/Designer_Jewelry.html' id='7' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>designer jewelry</a><br /><a href='../Sup/Desktops.html' id='8' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>desktops</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="del")||(convertedQueryText=="deli")||(convertedQueryText=="deliv")||(convertedQueryText=="delive")||(convertedQueryText=="deliver")||(convertedQueryText=="deliveri")||(convertedQueryText=="deliverie")||(convertedQueryText=="deliveries")||(convertedQueryText=="deliveries ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Gep/Deliveries.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>deliveries</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="den")||(convertedQueryText=="dent")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Dental_Insurances.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>dental insurances</a><br /><a href='../Sup/Dentists.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>dentists</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="denta")||(convertedQueryText=="dental")||(convertedQueryText=="dental ")||(convertedQueryText=="dental i")||(convertedQueryText=="dental in")||(convertedQueryText=="dental ins")||(convertedQueryText=="dental insu")||(convertedQueryText=="dental insur")||(convertedQueryText=="dental insura")||(convertedQueryText=="dental insuran")||(convertedQueryText=="dental insuranc")||(convertedQueryText=="dental insurance")||(convertedQueryText=="dental insurances")||(convertedQueryText=="dental insurances ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Dental_Insurances.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>dental insurances</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="denti")||(convertedQueryText=="dentis")||(convertedQueryText=="dentist")||(convertedQueryText=="dentists")||(convertedQueryText=="dentists ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Dentists.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>dentists</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if(convertedQueryText=="des"){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Gep/Design.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>design</a><br /><a href='../Nfp/Designer_Clothing.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>designer clothing</a><br /><a href='../Nfp/Designer_Furniture.html' id='3' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>designer furniture</a><br /><a href='../Nfp/Designer_Jewelry.html' id='4' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>designer jewelry</a><br /><a href='../Sup/Desktops.html' id='5' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>desktops</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="desi")||(convertedQueryText=="desig")||(convertedQueryText=="design")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Gep/Design.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>design</a><br /><a href='../Nfp/Designer_Clothing.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>designer clothing</a><br /><a href='../Nfp/Designer_Furniture.html' id='3' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>designer furniture</a><br /><a href='../Nfp/Designer_Jewelry.html' id='4' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>designer jewelry</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if(convertedQueryText=="design "){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Gep/Design.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>design</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="designe")||(convertedQueryText=="designer")||(convertedQueryText=="designer ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Nfp/Designer_Clothing.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>designer clothing</a><br /><a href='../Nfp/Designer_Furniture.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>designer furniture</a><br /><a href='../Nfp/Designer_Jewelry.html' id='3' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>designer jewelry</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="designer c")||(convertedQueryText=="designer cl")||(convertedQueryText=="designer clo")||(convertedQueryText=="designer clot")||(convertedQueryText=="designer cloth")||(convertedQueryText=="designer clothi")||(convertedQueryText=="designer clothin")||(convertedQueryText=="designer clothing")||(convertedQueryText=="designer clothing ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Nfp/Designer_Clothing.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>designer clothing</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="designer f")||(convertedQueryText=="designer fu")||(convertedQueryText=="designer fur")||(convertedQueryText=="designer furn")||(convertedQueryText=="designer furni")||(convertedQueryText=="designer furnit")||(convertedQueryText=="designer furnitu")||(convertedQueryText=="designer furnitur")||(convertedQueryText=="designer furniture")||(convertedQueryText=="designer furniture ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Nfp/Designer_Furniture.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>designer furniture</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="designer j")||(convertedQueryText=="designer je")||(convertedQueryText=="designer jew")||(convertedQueryText=="designer jewe")||(convertedQueryText=="designer jewel")||(convertedQueryText=="designer jewelr")||(convertedQueryText=="designer jewelry")||(convertedQueryText=="designer jewelry ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Nfp/Designer_Jewelry.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>designer jewelry</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="desk")||(convertedQueryText=="deskt")||(convertedQueryText=="deskto")||(convertedQueryText=="desktop")||(convertedQueryText=="desktops")||(convertedQueryText=="desktops ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Desktops.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>desktops</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if(convertedQueryText=="di"){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Diamonds.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>diamonds</a><br /><a href='../Sep/Dictionaries/Dictionaries.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>dictionaries</a><br /><a href='../Sup/Diets.html' id='3' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>diets</a><br /><a href='../Sep/Directories/Directories.html' id='4' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>directories</a><br /><a href='../Sep/Discounts/Discounts.html' id='5' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>discounts</a><br /><a href='../Map/Diseases.html' id='6' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>diseases</a><br /><a href='../Sup/Diy.html' id='7' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>DIY</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="dia")||(convertedQueryText=="diam")||(convertedQueryText=="diamo")||(convertedQueryText=="diamon")||(convertedQueryText=="diamond")||(convertedQueryText=="diamonds")||(convertedQueryText=="diamonds ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Diamonds.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>diamonds</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="dic")||(convertedQueryText=="dict")||(convertedQueryText=="dicti")||(convertedQueryText=="dictio")||(convertedQueryText=="diction")||(convertedQueryText=="dictiona")||(convertedQueryText=="dictionar")||(convertedQueryText=="dictionari")||(convertedQueryText=="dictionarie")||(convertedQueryText=="dictionaries")||(convertedQueryText=="dictionaries ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sep/Dictionaries/Dictionaries.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>dictionaries</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="die")||(convertedQueryText=="diet")||(convertedQueryText=="diets")||(convertedQueryText=="diets ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Diets.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>diets</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="dir")||(convertedQueryText=="dire")||(convertedQueryText=="direc")||(convertedQueryText=="direct")||(convertedQueryText=="directo")||(convertedQueryText=="director")||(convertedQueryText=="directori")||(convertedQueryText=="directorie")||(convertedQueryText=="directories")||(convertedQueryText=="directories ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sep/Directories/Directories.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>directories</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if(convertedQueryText=="dis"){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sep/Discounts/Discounts.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>discounts</a><br /><a href='../Map/Diseases.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>diseases</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="disc")||(convertedQueryText=="disco")||(convertedQueryText=="discou")||(convertedQueryText=="discoun")||(convertedQueryText=="discount")||(convertedQueryText=="discounts")||(convertedQueryText=="discounts ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sep/Discounts/Discounts.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>discounts</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="dise")||(convertedQueryText=="disea")||(convertedQueryText=="diseas")||(convertedQueryText=="disease")||(convertedQueryText=="diseases")||(convertedQueryText=="diseases" )){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Map/Diseases.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>diseases</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="diy")||(convertedQueryText=="diy ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Diy.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>DIY</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if(convertedQueryText=="do"){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Gep/Doctors.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>doctors</a><br /><a href='../Sup/Dogs.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>dogs</a><br /><a href='../Sup/Dolls.html' id='3' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>dolls</a><br /><a href='../Sup/Domain_Names.html' id='4' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>domain names</a><br /><a href='../Nfp/Download_Games.html' id='5' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>download games</a><br /><a href='../Nfp/Download_Movies.html' id='6' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>download movies</a><br /><a href='../Nfp/Download_Music.html' id='7' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>download music</a><br /><a href='../Gep/Downloads.html' id='8' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>downloads</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="doc")||(convertedQueryText=="doct")||(convertedQueryText=="docto")||(convertedQueryText=="doctor")||(convertedQueryText=="doctors")||(convertedQueryText=="doctors ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Gep/Doctors.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>doctors</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="dog")||(convertedQueryText=="dogs")||(convertedQueryText=="dogs ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Dogs.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>dogs</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="dol")||(convertedQueryText=="doll")||(convertedQueryText=="dolls")||(convertedQueryText=="dolls ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Dolls.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>dolls</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="dom")||(convertedQueryText=="doma")||(convertedQueryText=="domai")||(convertedQueryText=="domain")||(convertedQueryText=="domain ")||(convertedQueryText=="domain n")||(convertedQueryText=="domain na")||(convertedQueryText=="domain nam")||(convertedQueryText=="domain name")||(convertedQueryText=="domain names")||(convertedQueryText=="domain names ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Domain_Names.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>domain names</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="dow")||(convertedQueryText=="down")||(convertedQueryText=="downl")||(convertedQueryText=="downlo")||(convertedQueryText=="downloa")||(convertedQueryText=="download")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Nfp/Download_Games.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>download games</a><br /><a href='../Nfp/Download_Movies.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>download movies</a><br /><a href='../Nfp/Download_Music.html' id='3' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>download music</a><br /><a href='../Gep/Downloads.html' id='4' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>downloads</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if(convertedQueryText=="download "){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Nfp/Download_Games.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>download games</a><br /><a href='../Nfp/Download_Movies.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>download movies</a><br /><a href='../Nfp/Download_Music.html' id='3' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>download music</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="download g")||(convertedQueryText=="download ga")||(convertedQueryText=="download gam")||(convertedQueryText=="download game")||(convertedQueryText=="download games")||(convertedQueryText=="download games ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Nfp/Download_Games.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>download games</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if(convertedQueryText=="download m"){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Nfp/Download_Movies.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>download movies</a><br /><a href='../Nfp/Download_Music.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>download music</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="download mo")||(convertedQueryText=="download mov")||(convertedQueryText=="download movi")||(convertedQueryText=="download movie")||(convertedQueryText=="download movies")||(convertedQueryText=="download movies ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Nfp/Download_Movies.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>download movies</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="download mu")||(convertedQueryText=="download mus")||(convertedQueryText=="download musi")||(convertedQueryText=="download music")||(convertedQueryText=="download music ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Nfp/Download_Music.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>download music</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="downloads")||(convertedQueryText=="downloads ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Gep/Downloads.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>downloads</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="dr")||(convertedQueryText=="dri")||(convertedQueryText=="drin")||(convertedQueryText=="drink")||(convertedQueryText=="drink ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Gep/Drink.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>drink</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="dv")||(convertedQueryText=="dvd")||(convertedQueryText=="dvds")||(convertedQueryText=="dvds ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Gep/Dvds.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>DVDs</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if(convertedQueryText=="e"){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Inp/Directory.html#e' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>all results</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="eb")||(convertedQueryText=="ebo")||(convertedQueryText=="eboo")||(convertedQueryText=="ebook")||(convertedQueryText=="ebooks")||(convertedQueryText=="ebooks ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Ebooks.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>ebooks</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="ed")||(convertedQueryText=="edu")||(convertedQueryText=="educ")||(convertedQueryText=="educa")||(convertedQueryText=="educat")||(convertedQueryText=="educati")||(convertedQueryText=="educatio")||(convertedQueryText=="education")||(convertedQueryText=="education ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Gep/Education.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>education</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="el")||(convertedQueryText=="ele")||(convertedQueryText=="elec")||(convertedQueryText=="elect")||(convertedQueryText=="electr")||(convertedQueryText=="electro")||(convertedQueryText=="electron")||(convertedQueryText=="electroni")||(convertedQueryText=="electronic")||(convertedQueryText=="electronics")||(convertedQueryText=="electronics ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Cap/Electronics.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>electronics</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="em")||(convertedQueryText=="ema")||(convertedQueryText=="emai")||(convertedQueryText=="email")||(convertedQueryText=="email ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Email.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>email</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if(convertedQueryText=="en"){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sep/Encyclopedias/Encyclopedias.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>encyclopedias</a><br /><a href='../Cap/Entertainment.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>entertainment</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="enc")||(convertedQueryText=="ency")||(convertedQueryText=="encyc")||(convertedQueryText=="encycl")||(convertedQueryText=="encyclo")||(convertedQueryText=="encyclop")||(convertedQueryText=="encyclope")||(convertedQueryText=="encycloped")||(convertedQueryText=="encyclopedi")||(convertedQueryText=="encyclopedia")||(convertedQueryText=="encyclopedias")||(convertedQueryText=="encyclopedias ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sep/Encyclopedias/Encyclopedias.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>encyclopedias</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="ent")||(convertedQueryText=="ente")||(convertedQueryText=="enter")||(convertedQueryText=="entert")||(convertedQueryText=="enterta")||(convertedQueryText=="entertai")||(convertedQueryText=="entertain")||(convertedQueryText=="entertainm")||(convertedQueryText=="entertainme")||(convertedQueryText=="entertainmen")||(convertedQueryText=="entertainment")||(convertedQueryText=="entertainment ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Cap/Entertainment.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>entertainment</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="es")||(convertedQueryText=="est")||(convertedQueryText=="esta")||(convertedQueryText=="estat")||(convertedQueryText=="estate")||(convertedQueryText=="estates")||(convertedQueryText=="estates ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Estates.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>estates</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="ev")||(convertedQueryText=="eve")||(convertedQueryText=="even")||(convertedQueryText=="event")||(convertedQueryText=="events")||(convertedQueryText=="events ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Gep/Events.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>events</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="ex")||(convertedQueryText=="exe")||(convertedQueryText=="exer")||(convertedQueryText=="exerc")||(convertedQueryText=="exerci")||(convertedQueryText=="exercis")||(convertedQueryText=="exercise")||(convertedQueryText=="exercise ")||(convertedQueryText=="exercise e")||(convertedQueryText=="exercise eq")||(convertedQueryText=="exercise equ")||(convertedQueryText=="exercise equi")||(convertedQueryText=="exercise equip")||(convertedQueryText=="exercise equipm")||(convertedQueryText=="exercise equipme")||(convertedQueryText=="exercise equipmen")||(convertedQueryText=="exercise equipment")||(convertedQueryText=="exercise equipment ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Exercise_Equipment.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>exercise equipment</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if(convertedQueryText=="f"){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Inp/Directory.html#f' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>all results</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if(convertedQueryText=="fa"){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Gep/Family.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>family</a><br /><a href='../Cap/Fashion.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>fashion</a><br /><a href='../Nfp/Fashion_Accessories.html' id='3' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>fashion accessories</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="fam")||(convertedQueryText=="fami")||(convertedQueryText=="famil")||(convertedQueryText=="family")||(convertedQueryText=="family ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Gep/Family.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>family</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="fas")||(convertedQueryText=="fash")||(convertedQueryText=="fashi")||(convertedQueryText=="fashio")||(convertedQueryText=="fashion")||(convertedQueryText=="fashion ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Cap/Fashion.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>fashion</a><br /><a href='../Nfp/Fashion_Accessories.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>fashion accessories</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="fashion a")||(convertedQueryText=="fashion ac")||(convertedQueryText=="fashion acc")||(convertedQueryText=="fashion acce")||(convertedQueryText=="fashion acces")||(convertedQueryText=="fashion access")||(convertedQueryText=="fashion accesso")||(convertedQueryText=="fashion accessor")||(convertedQueryText=="fashion accessori")||(convertedQueryText=="fashion accessorie")||(convertedQueryText=="fashion accessories")||(convertedQueryText=="fashion accessories ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Nfp/Fashion_Accessories.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>fashion accessories</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if(convertedQueryText=="fi"){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Cap/Finance.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>finance</a><br /><a href='../Nfp/Financial_Advisor.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>financial advisor</a><br /><a href='../Map/Fitness.html' id='3' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>fitness</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="fin")||(convertedQueryText=="fina")||(convertedQueryText=="finan")||(convertedQueryText=="financ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Cap/Finance.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>finance</a><br /><a href='../Nfp/Financial_Advisor.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>financial advisor</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="finance")||(convertedQueryText=="finance ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Cap/Finance.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>finance</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="financi")||(convertedQueryText=="financia")||(convertedQueryText=="financial")||(convertedQueryText=="financial ")||(convertedQueryText=="financial a")||(convertedQueryText=="financial ad")||(convertedQueryText=="financial adv")||(convertedQueryText=="financial advi")||(convertedQueryText=="financial advis")||(convertedQueryText=="financial adviso")||(convertedQueryText=="financial advisor")||(convertedQueryText=="financial advisor ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Nfp/Financial_Advisor.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>financial advisor</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="fit")||(convertedQueryText=="fitn")||(convertedQueryText=="fitne")||(convertedQueryText=="fitnes")||(convertedQueryText=="fitness")||(convertedQueryText=="fitness ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Map/Fitness.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>fitness</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="fl")||(convertedQueryText=="flo")||(convertedQueryText=="flow")||(convertedQueryText=="flowe")||(convertedQueryText=="flower")||(convertedQueryText=="flowers")||(convertedQueryText=="flowers ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Flowers.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>flowers</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if(convertedQueryText=="fo"){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Gep/Food.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>food</a><br /><a href='../Nfp/Food_Delivery_Services.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>food delivery services</a><br /><a href='../Sup/Football.html' id='3' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>football</a><br /><a href='../Nfp/Foreclosures.html' id='4' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>foreclosures</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if(convertedQueryText=="foo"){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Gep/Food.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>food</a><br /><a href='../Nfp/Food_Delivery_Services.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>food delivery services</a><br /><a href='../Sup/Football.html' id='3' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>football</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="food")||(convertedQueryText=="food ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Gep/Food.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>food</a><br /><a href='../Nfp/Food_Delivery_Services.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>food delivery services</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="food d")||(convertedQueryText=="food de")||(convertedQueryText=="food del")||(convertedQueryText=="food deli")||(convertedQueryText=="food deliv")||(convertedQueryText=="food delive")||(convertedQueryText=="food deliver")||(convertedQueryText=="food delivery")||(convertedQueryText=="food delivery ")||(convertedQueryText=="food delivery s")||(convertedQueryText=="food delivery se")||(convertedQueryText=="food delivery ser")||(convertedQueryText=="food delivery serv")||(convertedQueryText=="food delivery servi")||(convertedQueryText=="food delivery servic")||(convertedQueryText=="food delivery service")||(convertedQueryText=="food delivery services")||(convertedQueryText=="food delivery services ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Nfp/Food_Delivery_Services.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>food delivery services</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="foot")||(convertedQueryText=="footb")||(convertedQueryText=="footba")||(convertedQueryText=="footbal")||(convertedQueryText=="football")||(convertedQueryText=="football ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Football.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>football</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="for")||(convertedQueryText=="fore")||(convertedQueryText=="forec")||(convertedQueryText=="forecl")||(convertedQueryText=="foreclo")||(convertedQueryText=="foreclos")||(convertedQueryText=="foreclosu")||(convertedQueryText=="foreclosur")||(convertedQueryText=="foreclosure")||(convertedQueryText=="foreclosures")||(convertedQueryText=="foreclosures ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Nfp/Foreclosures.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>foreclosures</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if(convertedQueryText=="fr"){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Fragrances.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>fragrances</a><br /><a href='../Sup/Freeware.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>freeware</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="fra")||(convertedQueryText=="frag")||(convertedQueryText=="fragr")||(convertedQueryText=="fragra")||(convertedQueryText=="fragran")||(convertedQueryText=="fragranc")||(convertedQueryText=="fragrance")||(convertedQueryText=="fragrances")||(convertedQueryText=="fragrances ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Fragrances.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>fragrances</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="fre")||(convertedQueryText=="free")||(convertedQueryText=="freew")||(convertedQueryText=="freewa")||(convertedQueryText=="freewar")||(convertedQueryText=="freeware")||(convertedQueryText=="freeware ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Freeware.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>freeware</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if(convertedQueryText=="fu"){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Gep/Fun.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>fun</a><br /><a href='../Sup/Furniture.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>furniture</a><br /><a href='../Gep/Futures.html' id='3' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>futures</a><br /><a href='../Nfp/Futures_Brokers.html' id='4' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>futures brokers</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="fun")||(convertedQueryText=="fun ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Gep/Fun.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>fun</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="fur")||(convertedQueryText=="furn")||(convertedQueryText=="furni")||(convertedQueryText=="furnit")||(convertedQueryText=="furnitu")||(convertedQueryText=="furnitur")||(convertedQueryText=="furniture")||(convertedQueryText=="furniture ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Furniture.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>furniture</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="fut")||(convertedQueryText=="futu")||(convertedQueryText=="futur")||(convertedQueryText=="future")||(convertedQueryText=="futures")||(convertedQueryText=="futures ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Gep/Futures.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>futures</a><br /><a href='../Nfp/Futures_Brokers.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>futures brokers</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="futures b")||(convertedQueryText=="futures br")||(convertedQueryText=="futures bro")||(convertedQueryText=="futures brok")||(convertedQueryText=="futures broke")||(convertedQueryText=="futures broker")||(convertedQueryText=="futures brokers")||(convertedQueryText=="futures brokers ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Nfp/Futures_Brokers.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>futures brokers</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if(convertedQueryText=="g"){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Inp/Directory.html#g' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>all results</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if(convertedQueryText=="ga"){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Map/Galleries.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>galleries</a><br /><a href='../Gep/Gambling.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>gambling</a><br /><a href='../Map/Games.html' id='3' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>games</a><br /><a href='../Map/Gardening.html' id='4' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>gardening</a><br /><a href='../Sup/Gardens.html' id='5' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>gardens</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="gal")||(convertedQueryText=="gall")||(convertedQueryText=="galle")||(convertedQueryText=="galler")||(convertedQueryText=="galleri")||(convertedQueryText=="gallerie")||(convertedQueryText=="galleries")||(convertedQueryText=="galleries ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Map/Galleries.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>galleries</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if(convertedQueryText=="gam"){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Gep/Gambling.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>gambling</a><br /><a href='../Map/Games.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>games</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="gamb")||(convertedQueryText=="gambl")||(convertedQueryText=="gambli")||(convertedQueryText=="gamblin")||(convertedQueryText=="gambling")||(convertedQueryText=="gambling ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Gep/Gambling.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>gambling</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="game")||(convertedQueryText=="games")||(convertedQueryText=="games ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Map/Games.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>games</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="gar")||(convertedQueryText=="gard")||(convertedQueryText=="garde")||(convertedQueryText=="garden")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Map/Gardening.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>gardening</a><br /><a href='../Sup/Gardens.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>gardens</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="gardeni")||(convertedQueryText=="gardenin")||(convertedQueryText=="gardening")||(convertedQueryText=="gardening ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Map/Gardening.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>gardening</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="gardens")||(convertedQueryText=="gardens ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Gardens.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>gardens</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="ge")||(convertedQueryText=="gen")||(convertedQueryText=="gene")||(convertedQueryText=="genea")||(convertedQueryText=="geneal")||(convertedQueryText=="genealo")||(convertedQueryText=="genealog")||(convertedQueryText=="genealogy")||(convertedQueryText=="genealogy ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Genealogy.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>genealogy</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="gi")||(convertedQueryText=="gif")||(convertedQueryText=="gift")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Nfp/Gift_Certificates.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>gift certificates</a><br /><a href='../Map/Gifts.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>gifts</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="gift ")||(convertedQueryText=="gift c")||(convertedQueryText=="gift ce")||(convertedQueryText=="gift cer")||(convertedQueryText=="gift cert")||(convertedQueryText=="gift certi")||(convertedQueryText=="gift certif")||(convertedQueryText=="gift certifi")||(convertedQueryText=="gift certific")||(convertedQueryText=="gift certifica")||(convertedQueryText=="gift certificat")||(convertedQueryText=="gift certificate")||(convertedQueryText=="gift certificates")||(convertedQueryText=="gift certificates ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Nfp/Gift_Certificates.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>gift certificates</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="gifts")||(convertedQueryText=="gifts ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Map/Gifts.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>gifts</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if(convertedQueryText=="gl"){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Glass_Art.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>glass art</a><br /><a href='../Sep/Glossaries/Glossaries.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>glossaries</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="gla")||(convertedQueryText=="glas")||(convertedQueryText=="glass")||(convertedQueryText=="glass ")||(convertedQueryText=="glass a")||(convertedQueryText=="glass ar")||(convertedQueryText=="glass art")||(convertedQueryText=="glass art ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Glass_Art.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>glass art</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="glo")||(convertedQueryText=="glos")||(convertedQueryText=="gloss")||(convertedQueryText=="glossa")||(convertedQueryText=="glossar")||(convertedQueryText=="glossari")||(convertedQueryText=="glossarie")||(convertedQueryText=="glossaries")||(convertedQueryText=="glossaries ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sep/Glossaries/Glossaries.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>glossaries</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if(convertedQueryText=="go"){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Golf.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>golf</a><br /><a href='../Sup/Gossip.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>gossip</a><br /><a href='../Sep/Government/Government.html' id='3' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>government</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="gol")||(convertedQueryText=="golf")||(convertedQueryText=="golf ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Golf.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>golf</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="gos")||(convertedQueryText=="goss")||(convertedQueryText=="gossi")||(convertedQueryText=="gossip")||(convertedQueryText=="gossip ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Gossip.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>gossip</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="gov")||(convertedQueryText=="gove")||(convertedQueryText=="gover")||(convertedQueryText=="govern")||(convertedQueryText=="governm")||(convertedQueryText=="governme")||(convertedQueryText=="governmen")||(convertedQueryText=="government")||(convertedQueryText=="government ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sep/Government/Government.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>government</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if(convertedQueryText=="gr"){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Map/Greeting_Cards.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>greeting cards</a><br /><a href='../Map/Groceries.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>groceries</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="gre")||(convertedQueryText=="gree")||(convertedQueryText=="greet")||(convertedQueryText=="greeti")||(convertedQueryText=="greetin")||(convertedQueryText=="greeting")||(convertedQueryText=="greeting ")||(convertedQueryText=="greeting c")||(convertedQueryText=="greeting ca")||(convertedQueryText=="greeting car")||(convertedQueryText=="greeting card")||(convertedQueryText=="greeting cards")||(convertedQueryText=="greeting cards ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Map/Greeting_Cards.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>greeting cards</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="gro")||(convertedQueryText=="groc")||(convertedQueryText=="groce")||(convertedQueryText=="grocer")||(convertedQueryText=="groceri")||(convertedQueryText=="grocerie")||(convertedQueryText=="groceries")||(convertedQueryText=="groceries ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Map/Groceries.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>groceries</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="gu")||(convertedQueryText=="gui")||(convertedQueryText=="guid")||(convertedQueryText=="guide")||(convertedQueryText=="guides")||(convertedQueryText=="guides ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Gep/Guides.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>guides</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if(convertedQueryText=="h"){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Inp/Directory.html#h' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>all results</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if(convertedQueryText=="ha"){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Hair_Care.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>hair care</a><br /><a href='../Map/Hair_Loss.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>hair loss</a><br /><a href='../Sup/Hair_Styles.html' id='3' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>hair styles</a><br /><a href='../Sup/Handhelds.html' id='4' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>handhelds</a><br /><a href='../Map/Hardware.html' id='5' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>hardware</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="ha")||(convertedQueryText=="hai")||(convertedQueryText=="hair")||(convertedQueryText=="hair ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Hair_Care.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>hair care</a><br /><a href='../Map/Hair_Loss.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>hair loss</a><br /><a href='../Sup/Hair_Styles.html' id='3' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>hair styles</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="hair c")||(convertedQueryText=="hair ca")||(convertedQueryText=="hair car")||(convertedQueryText=="hair care")||(convertedQueryText=="hair care ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Hair_Care.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>hair care</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="hair l")||(convertedQueryText=="hair lo")||(convertedQueryText=="hair los")||(convertedQueryText=="hair loss")||(convertedQueryText=="hair loss ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Map/Hair_Loss.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>hair loss</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="hair s")||(convertedQueryText=="hair st")||(convertedQueryText=="hair sty")||(convertedQueryText=="hair styl")||(convertedQueryText=="hair style")||(convertedQueryText=="hair styles")||(convertedQueryText=="hair styles ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Hair_Styles.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>hair styles</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="han")||(convertedQueryText=="hand")||(convertedQueryText=="handh")||(convertedQueryText=="handhe")||(convertedQueryText=="handhel")||(convertedQueryText=="handheld")||(convertedQueryText=="handhelds")||(convertedQueryText=="handhelds ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Handhelds.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>handhelds</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="har")||(convertedQueryText=="hard")||(convertedQueryText=="hardw")||(convertedQueryText=="hardwa")||(convertedQueryText=="hardwar")||(convertedQueryText=="hardware")||(convertedQueryText=="hardware ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Map/Hardware.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>hardware</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="he")||(convertedQueryText=="hea")||(convertedQueryText=="heal")||(convertedQueryText=="healt")||(convertedQueryText=="health")||(convertedQueryText=="health ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Cap/Health.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>health</a><br /><a href='../Sup/Health_Insurances.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>health insurances</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="health i")||(convertedQueryText=="health in")||(convertedQueryText=="health ins")||(convertedQueryText=="health insu")||(convertedQueryText=="health insur")||(convertedQueryText=="health insura")||(convertedQueryText=="health insuran")||(convertedQueryText=="health insuranc")||(convertedQueryText=="health insurance")||(convertedQueryText=="health insurances")||(convertedQueryText=="health insurances ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Health_Insurances.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>health insurances</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if(convertedQueryText=="ho"){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Map/Hobbies.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>hobbies</a><br /><a href='../Sup/Hockey.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>hockey</a><br /><a href='../Sup/Holidays.html' id='3' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>holidays</a><br /><a href='../Cap/Home.html' id='4' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>home</a><br /><a href='../Sup/Home_Decoration.html' id='5' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>home decoration</a><br /><a href='../Gep/Home_Improvement.html' id='6' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>home improvement</a><br /><a href='../Sup/Home_Insurances.html' id='7' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>home insurances</a><br /><a href='../Nfp/Honeymoon.html' id='8' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>honeymoon</a><br /><a href='../Map/Horoscopes.html' id='9' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>horoscopes</a><br /><a href='../Sup/Hotels.html' id='10' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>hotels</a><br /><a href='../Sup/House_Plans.html' id='11' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>house plans</a><br /><a href='../Sup/Houses.html' id='12' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>houses</a><br /><a href='../Map/Housewares.html' id='13' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>housewares</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="hob")||(convertedQueryText=="hobb")||(convertedQueryText=="hobbi")||(convertedQueryText=="hobbie")||(convertedQueryText=="hobbies")||(convertedQueryText=="hobbies ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Map/Hobbies.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>hobbies</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="hoc")||(convertedQueryText=="hock")||(convertedQueryText=="hocke")||(convertedQueryText=="hockey")||(convertedQueryText=="hockey ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Hockey.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>hockey</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="hol")||(convertedQueryText=="holi")||(convertedQueryText=="holid")||(convertedQueryText=="holida")||(convertedQueryText=="holiday")||(convertedQueryText=="holidays")||(convertedQueryText=="holidays ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Holidays.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>holidays</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="hom")||(convertedQueryText=="home")||(convertedQueryText=="home ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Cap/Home.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>home</a><br /><a href='../Sup/Home_Decoration.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>home decoration</a><br /><a href='../Gep/Home_Improvement.html' id='3' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>home improvement</a><br /><a href='../Sup/Home_Insurances.html' id='4' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>home insurances</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="home d")||(convertedQueryText=="home de")||(convertedQueryText=="home dec")||(convertedQueryText=="home deco")||(convertedQueryText=="home decor")||(convertedQueryText=="home decora")||(convertedQueryText=="home decorat")||(convertedQueryText=="home decorati")||(convertedQueryText=="home decoratio")||(convertedQueryText=="home decoration")||(convertedQueryText=="home decoration ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Home_Decoration.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>home decoration</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if(convertedQueryText=="home i"){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Gep/Home_Improvement.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>home improvement</a><br /><a href='../Sup/Home_Insurances.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>home insurances</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="home i")||(convertedQueryText=="home im")||(convertedQueryText=="home imp")||(convertedQueryText=="home impr")||(convertedQueryText=="home impro")||(convertedQueryText=="home improv")||(convertedQueryText=="home improve")||(convertedQueryText=="home improvem")||(convertedQueryText=="home improveme")||(convertedQueryText=="home improvemen")||(convertedQueryText=="home improvement")||(convertedQueryText=="home improvement ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Gep/Home_Improvement.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>home improvement</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="home in")||(convertedQueryText=="home ins")||(convertedQueryText=="home insu")||(convertedQueryText=="home insur")||(convertedQueryText=="home insura")||(convertedQueryText=="home insuran")||(convertedQueryText=="home insuranc")||(convertedQueryText=="home insurance")||(convertedQueryText=="home insurances")||(convertedQueryText=="home insurances ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Home_Insurances.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>home insurances</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="hon")||(convertedQueryText=="hone")||(convertedQueryText=="honey")||(convertedQueryText=="honeym")||(convertedQueryText=="honeymo")||(convertedQueryText=="honeymoo")||(convertedQueryText=="honeymoon")||(convertedQueryText=="honeymoon ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Nfp/Honeymoon.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>honeymoon</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="hor")||(convertedQueryText=="horo")||(convertedQueryText=="horos")||(convertedQueryText=="horosc")||(convertedQueryText=="horosco")||(convertedQueryText=="horoscop")||(convertedQueryText=="horoscope")||(convertedQueryText=="horoscopes")||(convertedQueryText=="horoscopes ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Map/Horoscopes.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>horoscopes</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="hot")||(convertedQueryText=="hote")||(convertedQueryText=="hotel")||(convertedQueryText=="hotels")||(convertedQueryText=="hotels ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Hotels.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>hotels</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="hou")||(convertedQueryText=="hous")||(convertedQueryText=="house")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/House_Plans.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>house plans</a><br /><a href='../Sup/Houses.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>houses</a><br /><a href='../Map/Housewares.html' id='3' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>housewares</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="house ")||(convertedQueryText=="house p")||(convertedQueryText=="house pl")||(convertedQueryText=="house pla")||(convertedQueryText=="house plan")||(convertedQueryText=="house plans")||(convertedQueryText=="house plans ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/House_Plans.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>house plans</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="houses")||(convertedQueryText=="houses ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Houses.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>houses</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="housew")||(convertedQueryText=="housewa")||(convertedQueryText=="housewar")||(convertedQueryText=="houseware")||(convertedQueryText=="housewares")||(convertedQueryText=="housewares ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Map/Housewares.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>housewares</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="hu")||(convertedQueryText=="hum")||(convertedQueryText=="humo")||(convertedQueryText=="humor")||(convertedQueryText=="humor ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Humor.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>humor</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if(convertedQueryText=="i"){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Inp/Directory.html#i' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>all results</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if(convertedQueryText=="in"){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Inns.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>inns</a><br /><a href='../Nfp/Insurance_Brokers.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>insurance brokers</a><br /><a href='../Gep/Insurances.html' id='3' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>insurances</a><br /><a href='../Nfp/Interior_Design.html' id='4' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>interior design</a><br /><a href='../Gep/Internet.html' id='5' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>internet</a><br /><a href='../Gep/Investing.html' id='6' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>investing</a><br /><a href='../Nfp/Investment_Advisor.html' id='7' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>investment advisor</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="inn")||(convertedQueryText=="inns")||(convertedQueryText=="inns ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Inns.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>inns</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="ins")||(convertedQueryText=="insu")||(convertedQueryText=="insur")||(convertedQueryText=="insura")||(convertedQueryText=="insuran")||(convertedQueryText=="insuranc")||(convertedQueryText=="insurance")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Nfp/Insurance_Brokers.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>insurance brokers</a><br /><a href='../Gep/Insurances.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>insurances</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="insurance ")||(convertedQueryText=="insurance b")||(convertedQueryText=="insurance br")||(convertedQueryText=="insurance bro")||(convertedQueryText=="insurance brok")||(convertedQueryText=="insurance broke")||(convertedQueryText=="insurance broker")||(convertedQueryText=="insurance brokers")||(convertedQueryText=="insurance brokers ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Nfp/Insurance_Brokers.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>insurance brokers</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="insurances")||(convertedQueryText=="insurances ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Gep/Insurances.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>insurances</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="int")||(convertedQueryText=="inte")||(convertedQueryText=="inter")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Nfp/Interior_Design.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>interior design</a><br /><a href='../Gep/Internet.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>internet</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="interi")||(convertedQueryText=="interio")||(convertedQueryText=="interior")||(convertedQueryText=="interior ")||(convertedQueryText=="interior d")||(convertedQueryText=="interior de")||(convertedQueryText=="interior des")||(convertedQueryText=="interior desi")||(convertedQueryText=="interior desig")||(convertedQueryText=="interior design")||(convertedQueryText=="interior design ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Nfp/Interior_Design.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>interior design</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="intern")||(convertedQueryText=="interne")||(convertedQueryText=="internet")||(convertedQueryText=="internet ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Gep/Internet.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>internet</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="inv")||(convertedQueryText=="inve")||(convertedQueryText=="inves")||(convertedQueryText=="invest")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Gep/Investing.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>investing</a><br /><a href='../Nfp/Investment_Advisor.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>investment advisor</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="investi")||(convertedQueryText=="investin")||(convertedQueryText=="investing")||(convertedQueryText=="investing ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Gep/Investing.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>investing</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="investm")||(convertedQueryText=="investme")||(convertedQueryText=="investmen")||(convertedQueryText=="investment")||(convertedQueryText=="investment ")||(convertedQueryText=="investment a")||(convertedQueryText=="investment ad")||(convertedQueryText=="investment adv")||(convertedQueryText=="investment advi")||(convertedQueryText=="investment advis")||(convertedQueryText=="investment adviso")||(convertedQueryText=="investment advisor")||(convertedQueryText=="investment advisor ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Nfp/Investment_Advisor.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>investment advisor</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if(convertedQueryText=="j"){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Inp/Directory.html#j' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>all results</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="ja")||(convertedQueryText=="jaz")||(convertedQueryText=="jazz")||(convertedQueryText=="jazz ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Jazz.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>jazz</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="je")||(convertedQueryText=="jew")||(convertedQueryText=="jewe")||(convertedQueryText=="jewel")||(convertedQueryText=="jewelr")||(convertedQueryText=="jewelry")||(convertedQueryText=="jewelry ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Map/Jewelry.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>jewelry</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="jo")||(convertedQueryText=="job")||(convertedQueryText=="jobs")||(convertedQueryText=="jobs ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Map/Jobs.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>jobs</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if(convertedQueryText=="k"){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Inp/Directory.html#k' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>all results</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="ki")||(convertedQueryText=="kit")||(convertedQueryText=="kitc")||(convertedQueryText=="kitch")||(convertedQueryText=="kitche")||(convertedQueryText=="kitchen")||(convertedQueryText=="kitchens")||(convertedQueryText=="kitchens ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Kitchens.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>kitchens</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if(convertedQueryText=="l"){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Inp/Directory.html#l' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>all results</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if(convertedQueryText=="la"){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Latin.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>latin</a><br /><a href='../Sup/Law.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>law</a><br /><a href='../Sup/Lawyers.html' id='3' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>lawyers</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="lat")||(convertedQueryText=="lati")||(convertedQueryText=="latin")||(convertedQueryText=="latin ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Latin.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>latin</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if(convertedQueryText=="law"){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Law.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>law</a><br /><a href='../Sup/Lawyers.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>lawyers</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if(convertedQueryText=="law "){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Law.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>law</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="lawy")||(convertedQueryText=="lawye")||(convertedQueryText=="lawyer")||(convertedQueryText=="lawyers")||(convertedQueryText=="lawyers ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Lawyers.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>lawyers</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if(convertedQueryText=="le"){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Learning.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>learning</a><br /><a href='../Gep/Legal.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>legal</a><br /><a href='../Sup/Leisure.html' id='3' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>leisure</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="lea")||(convertedQueryText=="lear")||(convertedQueryText=="learn")||(convertedQueryText=="learni")||(convertedQueryText=="learnin")||(convertedQueryText=="learning")||(convertedQueryText=="learning ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Learning.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>learning</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="leg")||(convertedQueryText=="lega")||(convertedQueryText=="legal")||(convertedQueryText=="legal ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Gep/Legal.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>legal</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="lei")||(convertedQueryText=="leis")||(convertedQueryText=="leisu")||(convertedQueryText=="leisur")||(convertedQueryText=="leisure")||(convertedQueryText=="leisure ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Leisure.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>leisure</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if(convertedQueryText=="li"){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Life_Insurances.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>life insurances</a><br /><a href='../Gep/Lifestyle.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>lifestyle</a><br /><a href='../Sup/Lighting.html' id='3' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>lighting</a><br /><a href='../Map/Lingerie.html' id='4' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>lingerie</a><br /><a href='../Gep/Literature.html' id='5' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>literature</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="lif")||(convertedQueryText=="life")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Life_Insurances.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>life insurances</a><br /><a href='../Gep/Lifestyle.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>lifestyle</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="life ")||(convertedQueryText=="life i")||(convertedQueryText=="life in")||(convertedQueryText=="life ins")||(convertedQueryText=="life insu")||(convertedQueryText=="life insur")||(convertedQueryText=="life insura")||(convertedQueryText=="life insuran")||(convertedQueryText=="life insuranc")||(convertedQueryText=="life insurance")||(convertedQueryText=="life insurances")||(convertedQueryText=="life insurances ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Life_Insurances.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>life insurances</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="lifes")||(convertedQueryText=="lifest")||(convertedQueryText=="lifesty")||(convertedQueryText=="lifestyl")||(convertedQueryText=="lifestyle")||(convertedQueryText=="lifestyle ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Gep/Lifestyle.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>lifestyle</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="lig")||(convertedQueryText=="ligh")||(convertedQueryText=="light")||(convertedQueryText=="lighti")||(convertedQueryText=="lightin")||(convertedQueryText=="lighting")||(convertedQueryText=="lighting ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Lighting.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>lighting</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="lin")||(convertedQueryText=="ling")||(convertedQueryText=="linge")||(convertedQueryText=="linger")||(convertedQueryText=="lingeri")||(convertedQueryText=="lingerie")||(convertedQueryText=="lingerie ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Map/Lingerie.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>lingerie</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="lit")||(convertedQueryText=="lite")||(convertedQueryText=="liter")||(convertedQueryText=="litera")||(convertedQueryText=="literat")||(convertedQueryText=="literatu")||(convertedQueryText=="literatur")||(convertedQueryText=="literature")||(convertedQueryText=="literature ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Gep/Literature.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>literature</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if(convertedQueryText=="lo"){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Loans.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>loans</a><br /><a href='../Map/Lodging.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>lodging</a><br /><a href='../Map/Long_Term_Care.html' id='3' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>long term care</a><br /><a href='../Sup/Long_Term_Care_Insurances.html' id='4' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>long term care insurances</a><br /><a href='../Sup/Lotteries.html' id='5' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>lotteries</a><br /><a href='../Gep/Love.html' id='6' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>love</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="loa")||(convertedQueryText=="loan")||(convertedQueryText=="loans")||(convertedQueryText=="loans ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Loans.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>loans</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="lod")||(convertedQueryText=="lodg")||(convertedQueryText=="lodgi")||(convertedQueryText=="lodgin")||(convertedQueryText=="lodging")||(convertedQueryText=="lodging ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Map/Lodging.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>lodging</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="lon")||(convertedQueryText=="long")||(convertedQueryText=="long ")||(convertedQueryText=="long t")||(convertedQueryText=="long te")||(convertedQueryText=="long ter")||(convertedQueryText=="long term")||(convertedQueryText=="long term ")||(convertedQueryText=="long term c")||(convertedQueryText=="long term ca")||(convertedQueryText=="long term car")||(convertedQueryText=="long term care")||(convertedQueryText=="long term care ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Map/Long_Term_Care.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>long term care</a><br /><a href='../Sup/Long_Term_Care_Insurances.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>long term care insurances</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="long term care ")||(convertedQueryText=="long term care i")||(convertedQueryText=="long term care in")||(convertedQueryText=="long term care ins")||(convertedQueryText=="long term care insu")||(convertedQueryText=="long term care insur")||(convertedQueryText=="long term care insura")||(convertedQueryText=="long term care insuran")||(convertedQueryText=="long term care insuranc")||(convertedQueryText=="long term care insurance")||(convertedQueryText=="long term care insurances")||(convertedQueryText=="long term care insurances ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Long_Term_Care_Insurances.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>long term care insurances</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="lot")||(convertedQueryText=="lott")||(convertedQueryText=="lotte")||(convertedQueryText=="lotter")||(convertedQueryText=="lotteri")||(convertedQueryText=="lotterie")||(convertedQueryText=="lotteries")||(convertedQueryText=="lotteries ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Lotteries.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>lotteries</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="lov")||(convertedQueryText=="love")||(convertedQueryText=="love ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Gep/Love.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>love</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if(convertedQueryText=="lu"){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Map/Luggage.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>luggage</a><br /><a href='../Gep/Luxury.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>luxury</a><br /><a href='../Nfp/Luxury_Cars.html' id='3' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>luxury cars</a><br /><a href='../Nfp/Luxury_Dining.html' id='4' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>luxury dining</a><br /><a href='../Nfp/Luxury_Real_Estate.html' id='5' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>luxury real estate</a><br /><a href='../Nfp/Luxury_Resorts.html' id='6' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>luxury resorts</a><br /><a href='../Nfp/Luxury_Shopping.html' id='7' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>luxury shopping</a><br /><a href='../Nfp/Luxury_Travel.html' id='8' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>luxury travel</a><br /><a href='../Nfp/Luxury_Yachts.html' id='9' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>luxury yachts</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="lug")||(convertedQueryText=="lugg")||(convertedQueryText=="lugga")||(convertedQueryText=="luggag")||(convertedQueryText=="luggage")||(convertedQueryText=="luggage ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Map/Luggage.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>luggage</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="lux")||(convertedQueryText=="luxu")||(convertedQueryText=="luxur")||(convertedQueryText=="luxury")||(convertedQueryText=="luxury ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Gep/Luxury.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>luxury</a><br /><a href='../Nfp/Luxury_Cars.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>luxury cars</a><br /><a href='../Nfp/Luxury_Dining.html' id='3' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>luxury dining</a><br /><a href='../Nfp/Luxury_Real_Estate.html' id='4' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>luxury real estate</a><br /><a href='../Nfp/Luxury_Resorts.html' id='5' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>luxury resorts</a><br /><a href='../Nfp/Luxury_Shopping.html' id='6' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>luxury shopping</a><br /><a href='../Nfp/Luxury_Travel.html' id='7' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>luxury travel</a><br /><a href='../Nfp/Luxury_Yachts.html' id='8' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>luxury yachts</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="luxury c")||(convertedQueryText=="luxury ca")||(convertedQueryText=="luxury car")||(convertedQueryText=="luxury cars")||(convertedQueryText=="luxury cars ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Nfp/Luxury_Cars.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>luxury cars</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="luxury d")||(convertedQueryText=="luxury di")||(convertedQueryText=="luxury din")||(convertedQueryText=="luxury dini")||(convertedQueryText=="luxury dinin")||(convertedQueryText=="luxury dining")||(convertedQueryText=="luxury dining ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Nfp/Luxury_Dining.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>luxury dining</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="luxury r")||(convertedQueryText=="luxury re")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Nfp/Luxury_Real_Estate.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>luxury real estate</a><br /><a href='../Nfp/Luxury_Resorts.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>luxury resorts</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="luxury rea")||(convertedQueryText=="luxury real")||(convertedQueryText=="luxury real ")||(convertedQueryText=="luxury real e")||(convertedQueryText=="luxury real es")||(convertedQueryText=="luxury real est")||(convertedQueryText=="luxury real esta")||(convertedQueryText=="luxury real estat")||(convertedQueryText=="luxury real estate")||(convertedQueryText=="luxury real estate ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Nfp/Luxury_Real_Estate.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>luxury real estate</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="luxury res")||(convertedQueryText=="luxury reso")||(convertedQueryText=="luxury resor")||(convertedQueryText=="luxury resort")||(convertedQueryText=="luxury resorts")||(convertedQueryText=="luxury resorts ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Nfp/Luxury_Resorts.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>luxury resorts</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="luxury s")||(convertedQueryText=="luxury sh")||(convertedQueryText=="luxury sho")||(convertedQueryText=="luxury shop")||(convertedQueryText=="luxury shopp")||(convertedQueryText=="luxury shoppi")||(convertedQueryText=="luxury shoppin")||(convertedQueryText=="luxury shopping")||(convertedQueryText=="luxury shopping ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Nfp/Luxury_Shopping.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>luxury shopping</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="luxury t")||(convertedQueryText=="luxury tr")||(convertedQueryText=="luxury tra")||(convertedQueryText=="luxury trav")||(convertedQueryText=="luxury trave")||(convertedQueryText=="luxury travel")||(convertedQueryText=="luxury travel ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Nfp/Luxury_Travel.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>luxury travel</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="luxury y")||(convertedQueryText=="luxury ya")||(convertedQueryText=="luxury yac")||(convertedQueryText=="luxury yach")||(convertedQueryText=="luxury yacht")||(convertedQueryText=="luxury yachts")||(convertedQueryText=="luxury yachts ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Nfp/Luxury_Yachts.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>luxury yachts</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="ly")||(convertedQueryText=="lyr")||(convertedQueryText=="lyri")||(convertedQueryText=="lyric")||(convertedQueryText=="lyrics")||(convertedQueryText=="lyrics ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Lyrics.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>lyrics</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if(convertedQueryText=="m"){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Inp/Directory.html#m' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>all results</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if(convertedQueryText=="ma"){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Magazines.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>magazines</a><br /><a href='../Sup/Magic.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>magic</a><br /><a href='../Sup/Mail.html' id='3' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>mail</a><br /><a href='../Sup/Make_Up.html' id='4' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>make-up</a><br /><a href='../Map/Maps.html' id='5' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>maps</a><br /><a href='../Sup/Marinas.html' id='6' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>marinas</a><br /><a href='../Nfp/Marine_Navigation_Systems.html' id='7' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>marine navigation systems</a><br /><a href='../Sup/Markets.html' id='8' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>markets</a><br /><a href='../Sup/Martial_Arts.html' id='9' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>martial arts</a><br /><a href='../Sup/Maternity_Clothing.html' id='10' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>maternity clothing</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if(convertedQueryText=="mag"){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Magazines.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>magazines</a><br /><a href='../Sup/Magic.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>magic</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="maga")||(convertedQueryText=="magaz")||(convertedQueryText=="magazi")||(convertedQueryText=="magazin")||(convertedQueryText=="magazine")||(convertedQueryText=="magazines")||(convertedQueryText=="magazines ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Magazines.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>magazines</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="magi")||(convertedQueryText=="magic")||(convertedQueryText=="magic ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Magic.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>magic</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="mai")||(convertedQueryText=="mail")||(convertedQueryText=="mail ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Mail.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>mail</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="mak")||(convertedQueryText=="make")||(convertedQueryText=="make-")||(convertedQueryText=="make-u")||(convertedQueryText=="make-up")||(convertedQueryText=="make-up ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Make_Up.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>make-up</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="map")||(convertedQueryText=="maps")||(convertedQueryText=="maps ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Map/Maps.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>maps</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if(convertedQueryText=="mar"){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Marinas.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>marinas</a><br /><a href='../Nfp/Marine_Navigation_Systems.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>marine navigation systems</a><br /><a href='../Sup/Markets.html' id='3' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>markets</a><br /><a href='../Sup/Martial_Arts.html' id='4' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>martial arts</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="mari")||(convertedQueryText=="marin")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Marinas.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>marinas</a><br /><a href='../Nfp/Marine_Navigation_Systems.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>marine navigation systems</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="marina")||(convertedQueryText=="marinas")||(convertedQueryText=="marinas ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Marinas.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>marinas</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="marine")||(convertedQueryText=="marine ")||(convertedQueryText=="marine n")||(convertedQueryText=="marine na")||(convertedQueryText=="marine nav")||(convertedQueryText=="marine navi")||(convertedQueryText=="marine navig")||(convertedQueryText=="marine naviga")||(convertedQueryText=="marine navigat")||(convertedQueryText=="marine navigati")||(convertedQueryText=="marine navigatio")||(convertedQueryText=="marine navigation")||(convertedQueryText=="marine navigation ")||(convertedQueryText=="marine navigation s")||(convertedQueryText=="marine navigation sy")||(convertedQueryText=="marine navigation sys")||(convertedQueryText=="marine navigation syst")||(convertedQueryText=="marine navigation syste")||(convertedQueryText=="marine navigation system")||(convertedQueryText=="marine navigation systems")||(convertedQueryText=="marine navigation systems ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Nfp/Marine_Navigation_Systems.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>marine navigation systems</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="mark")||(convertedQueryText=="marke")||(convertedQueryText=="market")||(convertedQueryText=="markets")||(convertedQueryText=="markets ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Markets.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>markets</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="mart")||(convertedQueryText=="marti")||(convertedQueryText=="martia")||(convertedQueryText=="martial")||(convertedQueryText=="martial ")||(convertedQueryText=="martial a")||(convertedQueryText=="martial ar")||(convertedQueryText=="martial art")||(convertedQueryText=="martial arts")||(convertedQueryText=="martial arts ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Martial_Arts.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>martial arts</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
} 
else if((convertedQueryText=="mat")||(convertedQueryText=="mate")||(convertedQueryText=="mater")||(convertedQueryText=="matern")||(convertedQueryText=="materni")||(convertedQueryText=="maternit")||(convertedQueryText=="maternity")||(convertedQueryText=="maternity ")||(convertedQueryText=="maternity c")||(convertedQueryText=="maternity cl")||(convertedQueryText=="maternity clo")||(convertedQueryText=="maternity clot")||(convertedQueryText=="maternity cloth")||(convertedQueryText=="maternity clothi")||(convertedQueryText=="maternity clothin")||(convertedQueryText=="maternity clothing")||(convertedQueryText=="maternity clothing ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Maternity_Clothing.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>maternity clothing</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if(convertedQueryText=="me"){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Gep/Media.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>media</a><br /><a href='../Gep/Medical.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>medical</a><br /><a href='../Gep/Men.html' id='3' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>men</a><br /><a href='../Sup/Mens_Clothing.html' id='4' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>men\'s clothing</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="med")||(convertedQueryText=="medi")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Gep/Media.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>media</a><br /><a href='../Gep/Medical.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>medical</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="media")||(convertedQueryText=="media ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Gep/Media.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>media</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="medic")||(convertedQueryText=="medica")||(convertedQueryText=="medical")||(convertedQueryText=="medical ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Gep/Medical.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>medical</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if(convertedQueryText=="men"){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Gep/Men.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>men</a><br /><a href='../Sup/Mens_Clothing.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>men\'s clothing</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if(convertedQueryText=="men "){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Gep/Men.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>men</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="men\'")||(convertedQueryText=="men\'s")||(convertedQueryText=="men\'s ")||(convertedQueryText=="men\'s c")||(convertedQueryText=="men\'s cl")||(convertedQueryText=="men\'s clo")||(convertedQueryText=="men\'s clot")||(convertedQueryText=="men\'s cloth")||(convertedQueryText=="men\'s clothi")||(convertedQueryText=="men\'s clothin")||(convertedQueryText=="men\'s clothing")||(convertedQueryText=="men\'s clothing ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Mens_Clothing.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>men\'s clothing</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="mi")||(convertedQueryText=="min")||(convertedQueryText=="mine")||(convertedQueryText=="miner")||(convertedQueryText=="minera")||(convertedQueryText=="mineral")||(convertedQueryText=="minerals")||(convertedQueryText=="minerals ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Minerals.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>minerals</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if(convertedQueryText=="mo"){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Monitors.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>monitors</a><br /><a href='../Nfp/Mortgage_Brokers.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>mortgage brokers</a><br /><a href='../Sup/Mortgages.html' id='3' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>mortgages</a><br /><a href='../Sup/Motels.html' id='4' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>motels</a><br /><a href='../Nfp/Motorcycle_Accessories.html' id='5' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>motorcycle accessories</a><br /><a href='../Nfp/Motorcycle_Parts.html' id='6' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>motorcycle parts</a><br /><a href='../Map/Motorcycles.html' id='7' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>motorcycles</a><br /><a href='../Sup/Motorsports.html' id='8' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>motorsports</a><br /><a href='../Nfp/Movie_Dvds.html' id='9' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>movie DVDs</a><br /><a href='../Nfp/Movie_Video_Tapes.html' id='10' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>movie video tapes</a><br /><a href='../Map/Movies.html' id='11' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>movies</a><br /><a href='../Map/Moving.html' id='12' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>moving</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="mon")||(convertedQueryText=="moni")||(convertedQueryText=="monit")||(convertedQueryText=="monito")||(convertedQueryText=="monitor")||(convertedQueryText=="monitors")||(convertedQueryText=="monitors ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Monitors.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>monitors</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="mor")||(convertedQueryText=="mort")||(convertedQueryText=="mortg")||(convertedQueryText=="mortga")||(convertedQueryText=="mortgag")||(convertedQueryText=="mortgage")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Nfp/Mortgage_Brokers.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>mortgage brokers</a><br /><a href='../Sup/Mortgages.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>mortgages</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="mortgage ")||(convertedQueryText=="mortgage b")||(convertedQueryText=="mortgage br")||(convertedQueryText=="mortgage bro")||(convertedQueryText=="mortgage brok")||(convertedQueryText=="mortgage broke")||(convertedQueryText=="mortgage broker")||(convertedQueryText=="mortgage brokers")||(convertedQueryText=="mortgage brokers ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Nfp/Mortgage_Brokers.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>mortgage brokers</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="mortgage")||(convertedQueryText=="mortgages")||(convertedQueryText=="mortgages ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Mortgages.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>mortgages</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if(convertedQueryText=="mot"){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Motels.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>motels</a><br /><a href='../Nfp/Motorcycle_Accessories.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>motorcycle accessories</a><br /><a href='../Nfp/Motorcycle_Parts.html' id='3' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>motorcycle parts</a><br /><a href='../Map/Motorcycles.html' id='4' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>motorcycles</a><br /><a href='../Sup/Motorsports.html' id='5' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>motorsports</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="mote")||(convertedQueryText=="motel")||(convertedQueryText=="motels")||(convertedQueryText=="motels ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Motels.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>motels</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="moto")||(convertedQueryText=="motor")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Nfp/Motorcycle_Accessories.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>motorcycle accessories</a><br /><a href='../Nfp/Motorcycle_Parts.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>motorcycle parts</a><br /><a href='../Map/Motorcycles.html' id='3' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>motorcycles</a><br /><a href='../Sup/Motorsports.html' id='4' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>motorsports</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="motorc")||(convertedQueryText=="motorcy")||(convertedQueryText=="motorcyc")||(convertedQueryText=="motorcycl")||(convertedQueryText=="motorcycle")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Nfp/Motorcycle_Accessories.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>motorcycle accessories</a><br /><a href='../Nfp/Motorcycle_Parts.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>motorcycle parts</a><br /><a href='../Map/Motorcycles.html' id='3' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>motorcycles</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="motorcycle ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Nfp/Motorcycle_Accessories.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>motorcycle accessories</a><br /><a href='../Nfp/Motorcycle_Parts.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>motorcycle parts</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="motorcycle a")||(convertedQueryText=="motorcycle ac")||(convertedQueryText=="motorcycle acc")||(convertedQueryText=="motorcycle acce")||(convertedQueryText=="motorcycle acces")||(convertedQueryText=="motorcycle access")||(convertedQueryText=="motorcycle accesso")||(convertedQueryText=="motorcycle accessor")||(convertedQueryText=="motorcycle accessori")||(convertedQueryText=="motorcycle accessorie")||(convertedQueryText=="motorcycle accessories")||(convertedQueryText=="motorcycle accessories ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Nfp/Motorcycle_Accessories.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>motorcycle accessories</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="motorcycle p")||(convertedQueryText=="motorcycle pa")||(convertedQueryText=="motorcycle par")||(convertedQueryText=="motorcycle part")||(convertedQueryText=="motorcycle parts")||(convertedQueryText=="motorcycle parts ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Nfp/Motorcycle_Parts.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>motorcycle parts</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="motorcycles")||(convertedQueryText=="motorcycles ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Map/Motorcycles.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>motorcycles</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="motors")||(convertedQueryText=="motorsp")||(convertedQueryText=="motorspo")||(convertedQueryText=="motorspor")||(convertedQueryText=="motorsport")||(convertedQueryText=="motorsports")||(convertedQueryText=="motorsports ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Motorsports.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>motorsports</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="mov")||(convertedQueryText=="movi")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Nfp/Movie_Dvds.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>movie DVDs</a><br /><a href='../Nfp/Movie_Video_Tapes.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>movie video tapes</a><br /><a href='../Map/Movies.html' id='3' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>movies</a><br /><a href='../Map/Moving.html' id='4' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>moving</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if(convertedQueryText=="movie"){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Nfp/Movie_Dvds.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>movie DVDs</a><br /><a href='../Nfp/Movie_Video_Tapes.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>movie video tapes</a><br /><a href='../Map/Movies.html' id='3' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>movies</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if(convertedQueryText=="movie "){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Nfp/Movie_Dvds.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>movie DVDs</a><br /><a href='../Nfp/Movie_Video_Tapes.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>movie video tapes</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="movie d")||(convertedQueryText=="movie dv")||(convertedQueryText=="movie dvd")||(convertedQueryText=="movie dvds")||(convertedQueryText=="movie dvds ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Nfp/Movie_Dvds.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>movie DVDs</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="movie v")||(convertedQueryText=="movie vi")||(convertedQueryText=="movie vid")||(convertedQueryText=="movie vide")||(convertedQueryText=="movie video")||(convertedQueryText=="movie video ")||(convertedQueryText=="movie video t")||(convertedQueryText=="movie video ta")||(convertedQueryText=="movie video tap")||(convertedQueryText=="movie video tape")||(convertedQueryText=="movie video tapes")||(convertedQueryText=="movie video tapes ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Nfp/Movie_Video_Tapes.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>movie video tapes</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="movies")||(convertedQueryText=="movies ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Map/Movies.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>movies</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="movin")||(convertedQueryText=="moving")||(convertedQueryText=="moving ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Map/Moving.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>moving</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if(convertedQueryText=="mu"){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Nfp/Museums.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>museums</a><br /><a href='../Gep/Music.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>music</a><br /><a href='../Nfp/Music_Cds.html' id='3' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>music CDs</a><br /><a href='../Nfp/Music_Charts.html' id='4' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>music charts</a><br /><a href='../Nfp/Music_Dvds.html' id='5' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>music DVDs</a><br /><a href='../Nfp/Music_Video_Tapes.html' id='6' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>music video tapes</a><br /><a href='../Sup/Musicals.html' id='7' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>musicals</a><br /><a href='../Nfp/Mutual_Fund_Brokers.html' id='8' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>mutual fund brokers</a><br /><a href='../Gep/Mutual_Funds.html' id='9' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>mutual funds</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if(convertedQueryText=="mus"){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Nfp/Museums.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>museums</a><br /><a href='../Gep/Music.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>music</a><br /><a href='../Nfp/Music_Cds.html' id='3' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>music CDs</a><br /><a href='../Nfp/Music_Charts.html' id='4' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>music charts</a><br /><a href='../Nfp/Music_Dvds.html' id='5' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>music DVDs</a><br /><a href='../Nfp/Music_Video_Tapes.html' id='6' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>music video tapes</a><br /><a href='../Sup/Musicals.html' id='7' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>musicals</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="muse")||(convertedQueryText=="museu")||(convertedQueryText=="museum")||(convertedQueryText=="museums")||(convertedQueryText=="museums ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Nfp/Museums.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>museums</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="musi")||(convertedQueryText=="music")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Gep/Music.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>music</a><br /><a href='../Nfp/Music_Cds.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>music CDs</a><br /><a href='../Nfp/Music_Charts.html' id='3' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>music charts</a><br /><a href='../Nfp/Music_Dvds.html' id='4' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>music DVDs</a><br /><a href='../Nfp/Music_Video_Tapes.html' id='5' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>music video tapes</a><br /><a href='../Sup/Musicals.html' id='6' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>musicals</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if(convertedQueryText=="music "){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Gep/Music.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>music</a><br /><a href='../Nfp/Music_Cds.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>music CDs</a><br /><a href='../Nfp/Music_Charts.html' id='3' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>music charts</a><br /><a href='../Nfp/Music_Dvds.html' id='4' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>music DVDs</a><br /><a href='../Nfp/Music_Video_Tapes.html' id='5' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>music video tapes</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="music c")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Nfp/Music_Cds.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>music CDs</a><br /><a href='../Nfp/Music_Charts.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>music charts</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="music cd")||(convertedQueryText=="music cds")||(convertedQueryText=="music cds ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Nfp/Music_Cds.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>music CDs</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="music ch")||(convertedQueryText=="music cha")||(convertedQueryText=="music char")||(convertedQueryText=="music chart")||(convertedQueryText=="music charts")||(convertedQueryText=="music charts ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Nfp/Music_Charts.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>music charts</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="music d")||(convertedQueryText=="music dv")||(convertedQueryText=="music dvd")||(convertedQueryText=="music dvds")||(convertedQueryText=="music dvds ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Nfp/Music_Dvds.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>music DVDs</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="music v")||(convertedQueryText=="music vi")||(convertedQueryText=="music vid")||(convertedQueryText=="music vide")||(convertedQueryText=="music video")||(convertedQueryText=="music video ")||(convertedQueryText=="music video t")||(convertedQueryText=="music video ta")||(convertedQueryText=="music video tap")||(convertedQueryText=="music video tape")||(convertedQueryText=="music video tapes")||(convertedQueryText=="music video tapes ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Nfp/Music_Video_Tapes.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>music video tapes</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="musica")||(convertedQueryText=="musical")||(convertedQueryText=="musicals")||(convertedQueryText=="musicals ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Musicals.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>musicals</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="mut")||(convertedQueryText=="mutu")||(convertedQueryText=="mutua")||(convertedQueryText=="mutual")||(convertedQueryText=="mutual ")||(convertedQueryText=="mutual f")||(convertedQueryText=="mutual fu")||(convertedQueryText=="mutual fun")||(convertedQueryText=="mutual fund")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Nfp/Mutual_Fund_Brokers.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>mutual fund brokers</a><br /><a href='../Gep/Mutual_Funds.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>mutual funds</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="mutual fund ")||(convertedQueryText=="mutual fund b")||(convertedQueryText=="mutual fund br")||(convertedQueryText=="mutual fund bro")||(convertedQueryText=="mutual fund brok")||(convertedQueryText=="mutual fund broke")||(convertedQueryText=="mutual fund broker")||(convertedQueryText=="mutual fund brokers")||(convertedQueryText=="mutual fund brokers ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Nfp/Mutual_Fund_Brokers.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>mutual fund brokers</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="mutual funds")||(convertedQueryText=="mutual funds ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Gep/Mutual_Funds.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>mutual funds</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if(convertedQueryText=="n"){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Inp/Directory.html#n' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>all results</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if(convertedQueryText=="na"){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Gep/Names.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>names</a><br /><a href='../Nfp/Nautical_Charts.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>nautical charts</a><br /><a href='../Gep/Navigation.html' id='3' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>navigation</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="nam")||(convertedQueryText=="name")||(convertedQueryText=="names")||(convertedQueryText=="names ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Gep/Names.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>names</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="nau")||(convertedQueryText=="naut")||(convertedQueryText=="nauti")||(convertedQueryText=="nautic")||(convertedQueryText=="nautica")||(convertedQueryText=="nautical")||(convertedQueryText=="nautical ")||(convertedQueryText=="nautical c")||(convertedQueryText=="nautical ch")||(convertedQueryText=="nautical cha")||(convertedQueryText=="nautical char")||(convertedQueryText=="nautical chart")||(convertedQueryText=="nautical charts")||(convertedQueryText=="nautical charts ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Nfp/Nautical_Charts.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>nautical charts</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="nav")||(convertedQueryText=="navi")||(convertedQueryText=="navig")||(convertedQueryText=="naviga")||(convertedQueryText=="navigat")||(convertedQueryText=="navigati")||(convertedQueryText=="navigatio")||(convertedQueryText=="navigation")||(convertedQueryText=="navigation ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Gep/Navigation.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>navigation</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="ne")||(convertedQueryText=="new")||(convertedQueryText=="news")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sep/News/News.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>news</a><br /><a href='../Sep/Newspapers/Newspapers.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>newspapers</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if(convertedQueryText=="news "){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sep/News/News.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>news</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="newsp")||(convertedQueryText=="newspa")||(convertedQueryText=="newspap")||(convertedQueryText=="newspape")||(convertedQueryText=="newspaper")||(convertedQueryText=="newspapers")||(convertedQueryText=="newspapers ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sep/Newspapers/Newspapers.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>newspapers</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="no")||(convertedQueryText=="not")||(convertedQueryText=="note")||(convertedQueryText=="noteb")||(convertedQueryText=="notebo")||(convertedQueryText=="noteboo")||(convertedQueryText=="notebook")||(convertedQueryText=="notebooks")||(convertedQueryText=="notebooks ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Notebooks.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>notebooks</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if(convertedQueryText=="nu"){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Nfp/Nursery.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>nursery</a><br /><a href='../Sup/Nursing.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>nursing</a><br /><a href='../Gep/Nutrition.html' id='3' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>nutrition</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="nur")||(convertedQueryText=="nurs")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Nfp/Nursery.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>nursery</a><br /><a href='../Sup/Nursing.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>nursing</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="nurse")||(convertedQueryText=="nurser")||(convertedQueryText=="nursery")||(convertedQueryText=="nursery ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Nfp/Nursery.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>nursery</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="nursi")||(convertedQueryText=="nursin")||(convertedQueryText=="nursing")||(convertedQueryText=="nursing ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Nursing.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>nursing</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="nut")||(convertedQueryText=="nutr")||(convertedQueryText=="nutri")||(convertedQueryText=="nutrit")||(convertedQueryText=="nutriti")||(convertedQueryText=="nutritio")||(convertedQueryText=="nutrition")||(convertedQueryText=="nutrition ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Gep/Nutrition.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>nutrition</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if(convertedQueryText=="o"){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Inp/Directory.html#o' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>all results</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="of")||(convertedQueryText=="off")||(convertedQueryText=="offi")||(convertedQueryText=="offic")||(convertedQueryText=="office")||(convertedQueryText=="office ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Map/Office.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>office</a><br /><a href='../Nfp/Office_Equipment.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>office equipment</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="office e")||(convertedQueryText=="office eq")||(convertedQueryText=="office equ")||(convertedQueryText=="office equi")||(convertedQueryText=="office equip")||(convertedQueryText=="office equipm")||(convertedQueryText=="office equipme")||(convertedQueryText=="office equipmen")||(convertedQueryText=="office equipment")||(convertedQueryText=="office equipment ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Nfp/Office_Equipment.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>office equipment</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if(convertedQueryText=="op"){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Opera.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>opera</a><br /><a href='../Gep/Options.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>options</a><br /><a href='../Nfp/Options_Brokers.html' id='3' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>options brokers</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="ope")||(convertedQueryText=="oper")||(convertedQueryText=="opera")||(convertedQueryText=="opera ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Opera.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>opera</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="opt")||(convertedQueryText=="opti")||(convertedQueryText=="optio")||(convertedQueryText=="option")||(convertedQueryText=="options")||(convertedQueryText=="options ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Gep/Options.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>options</a><br /><a href='../Nfp/Options_Brokers.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>options brokers</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="options b")||(convertedQueryText=="options br")||(convertedQueryText=="options bro")||(convertedQueryText=="options brok")||(convertedQueryText=="options broke")||(convertedQueryText=="options broker")||(convertedQueryText=="options brokers")||(convertedQueryText=="options brokers ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Nfp/Options_Brokers.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>options brokers</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="ou")||(convertedQueryText=="out")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Outdoors.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>outdoors</a><br /><a href='../Sep/Outlet/Outlet.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>outlet</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="outd")||(convertedQueryText=="outdo")||(convertedQueryText=="outdoo")||(convertedQueryText=="outdoor")||(convertedQueryText=="outdoors")||(convertedQueryText=="outdoors ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Outdoors.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>outdoors</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="outl")||(convertedQueryText=="outle")||(convertedQueryText=="outlet")||(convertedQueryText=="outlet ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sep/Outlet/Outlet.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>outlet</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if(convertedQueryText=="p"){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Inp/Directory.html#p' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>all results</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="pa")||(convertedQueryText=="par")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Parenting.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>parenting</a><br /><a href='../Sup/Parties.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>parties</a><br /><a href='../Gep/Parts.html' id='3' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>parts</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="pare")||(convertedQueryText=="paren")||(convertedQueryText=="parent")||(convertedQueryText=="parenti")||(convertedQueryText=="parentin")||(convertedQueryText=="parenting")||(convertedQueryText=="parenting ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Parenting.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>parenting</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if(convertedQueryText=="part"){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Parties.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>parties</a><br /><a href='../Gep/Parts.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>parts</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="parti")||(convertedQueryText=="partie")||(convertedQueryText=="parties")||(convertedQueryText=="parties ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Parties.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>parties</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="parts")||(convertedQueryText=="parts ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Gep/Parts.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>parts</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if(convertedQueryText=="pe"){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Cap/Personal.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>personal</a><br /><a href='../Gep/Personal_Finance.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>personal finance</a><br /><a href='../Sup/Personals.html' id='3' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>personals</a><br /><a href='../Sup/Pet_Insurances.html' id='4' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>pet insurances</a><br /><a href='../Nfp/Pet_Names.html' id='5' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>pet names</a><br /><a href='../Map/Pets.html' id='6' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>pets</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="per")||(convertedQueryText=="pers")||(convertedQueryText=="perso")||(convertedQueryText=="person")||(convertedQueryText=="persona")||(convertedQueryText=="personal")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Cap/Personal.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>personal</a><br /><a href='../Gep/Personal_Finance.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>personal finance</a><br /><a href='../Sup/Personals.html' id='3' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>personals</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if(convertedQueryText=="personal "){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Cap/Personal.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>personal</a><br /><a href='../Gep/Personal_Finance.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>personal finance</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="personal f")||(convertedQueryText=="personal fi")||(convertedQueryText=="personal fin")||(convertedQueryText=="personal fina")||(convertedQueryText=="personal finan")||(convertedQueryText=="personal financ")||(convertedQueryText=="personal finance")||(convertedQueryText=="personal finance ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Gep/Personal_Finance.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>personal finance</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="personals")||(convertedQueryText=="personals ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Personals.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>personals</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if(convertedQueryText=="pet"){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Pet_Insurances.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>pet insurances</a><br /><a href='../Nfp/Pet_Names.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>pet names</a><br /><a href='../Map/Pets.html' id='3' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>pets</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if(convertedQueryText=="pet "){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Pet_Insurances.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>pet insurances</a><br /><a href='../Nfp/Pet_Names.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>pet names</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="pet i")||(convertedQueryText=="pet in")||(convertedQueryText=="pet ins")||(convertedQueryText=="pet insu")||(convertedQueryText=="pet insur")||(convertedQueryText=="pet insura")||(convertedQueryText=="pet insuran")||(convertedQueryText=="pet insuranc")||(convertedQueryText=="pet insurance")||(convertedQueryText=="pet insurances")||(convertedQueryText=="pet insurances ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Pet_Insurances.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>pet insurances</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="pet n")||(convertedQueryText=="pet na")||(convertedQueryText=="pet nam")||(convertedQueryText=="pet name")||(convertedQueryText=="pet names")||(convertedQueryText=="pet names ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Nfp/Pet_Names.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>pet names</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="pets")||(convertedQueryText=="pets ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Map/Pets.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>pets</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if(convertedQueryText=="ph"){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Map/Pharmacies.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>pharmacies</a><br /><a href='../Nfp/Phone_Cards.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>phone cards</a><br /><a href='../Sup/Phones.html' id='3' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>phones</a><br /><a href='../Sup/Physicians.html' id='4' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>physicians</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="pha")||(convertedQueryText=="phar")||(convertedQueryText=="pharm")||(convertedQueryText=="pharma")||(convertedQueryText=="pharmac")||(convertedQueryText=="pharmaci")||(convertedQueryText=="pharmacie")||(convertedQueryText=="pharmacies")||(convertedQueryText=="pharmacies ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Map/Pharmacies.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>pharmacies</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="pho")||(convertedQueryText=="phon")||(convertedQueryText=="phone")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Nfp/Phone_Cards.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>phone cards</a><br /><a href='../Sup/Phones.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>phones</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="phone ")||(convertedQueryText=="phone c")||(convertedQueryText=="phone ca")||(convertedQueryText=="phone car")||(convertedQueryText=="phone card")||(convertedQueryText=="phone cards")||(convertedQueryText=="phone cards ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Nfp/Phone_Cards.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>phone cards</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="phones")||(convertedQueryText=="phones ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Phones.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>phones</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="phy")||(convertedQueryText=="phys")||(convertedQueryText=="physi")||(convertedQueryText=="physic")||(convertedQueryText=="physici")||(convertedQueryText=="physicia")||(convertedQueryText=="physician")||(convertedQueryText=="physicians")||(convertedQueryText=="physicians ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Physicians.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>physicians</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="pi")||(convertedQueryText=="pic")||(convertedQueryText=="pict")||(convertedQueryText=="pictu")||(convertedQueryText=="pictur")||(convertedQueryText=="picture")||(convertedQueryText=="pictures")||(convertedQueryText=="pictures ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Pictures.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>pictures</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if(convertedQueryText=="pl"){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Nfp/Plane_Parts.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>plane parts</a><br /><a href='../Sup/Planes.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>planes</a><br /><a href='../Sup/Plants.html' id='3' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>plants</a><br /><a href='../Sup/Plays.html' id='4' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>plays</a><br /><a href='../Sup/Plus_Size.html' id='5' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>plus size</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if(convertedQueryText=="pla"){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Nfp/Plane_Parts.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>plane parts</a><br /><a href='../Sup/Planes.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>planes</a><br /><a href='../Sup/Plants.html' id='3' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>plants</a><br /><a href='../Sup/Plays.html' id='4' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>plays</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if(convertedQueryText=="plan"){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Nfp/Plane_Parts.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>plane parts</a><br /><a href='../Sup/Planes.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>planes</a><br /><a href='../Sup/Plants.html' id='3' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>plants</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if(convertedQueryText=="plane"){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Nfp/Plane_Parts.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>plane parts</a><br /><a href='../Sup/Planes.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>planes</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="plane ")||(convertedQueryText=="plane p")||(convertedQueryText=="plane pa")||(convertedQueryText=="plane par")||(convertedQueryText=="plane part")||(convertedQueryText=="plane parts")||(convertedQueryText=="plane parts ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Nfp/Plane_Parts.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>plane parts</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="planes")||(convertedQueryText=="planes ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Planes.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>planes</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="plant")||(convertedQueryText=="plants")||(convertedQueryText=="plants ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Plants.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>plants</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="play")||(convertedQueryText=="plays")||(convertedQueryText=="plays ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Plays.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>plays</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="plu")||(convertedQueryText=="plus")||(convertedQueryText=="plus ")||(convertedQueryText=="plus s")||(convertedQueryText=="plus si")||(convertedQueryText=="plus siz")||(convertedQueryText=="plus size")||(convertedQueryText=="plus size ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Plus_Size.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>plus size</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if(convertedQueryText=="po"){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Pop.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>pop</a><br /><a href='../Sep/Portals/Portals.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>portals</a><br /><a href='../Sup/Posters.html' id='3' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>posters</a><br /><a href='../Sup/Pottery.html' id='4' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>pottery</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="pop")||(convertedQueryText=="pop ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Pop.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>pop</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="por")||(convertedQueryText=="port")||(convertedQueryText=="porta")||(convertedQueryText=="portal")||(convertedQueryText=="portals")||(convertedQueryText=="portals ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sep/Portals/Portals.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>portals</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="pos")||(convertedQueryText=="post")||(convertedQueryText=="poste")||(convertedQueryText=="poster")||(convertedQueryText=="posters")||(convertedQueryText=="posters ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Posters.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>posters</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="pot")||(convertedQueryText=="pott")||(convertedQueryText=="potte")||(convertedQueryText=="potter")||(convertedQueryText=="pottery")||(convertedQueryText=="pottery ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Pottery.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>pottery</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if(convertedQueryText=="pr"){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Pregnancy.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>pregnancy</a><br /><a href='../Sup/Printers.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>printers</a><br /><a href='../Sup/Protection.html' id='3' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>protection</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="pre")||(convertedQueryText=="preg")||(convertedQueryText=="pregn")||(convertedQueryText=="pregna")||(convertedQueryText=="pregnan")||(convertedQueryText=="pregnanc")||(convertedQueryText=="pregnancy")||(convertedQueryText=="pregnancy ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Pregnancy.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>pregnancy</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="pri")||(convertedQueryText=="prin")||(convertedQueryText=="print")||(convertedQueryText=="printe")||(convertedQueryText=="printer")||(convertedQueryText=="printers")||(convertedQueryText=="printers ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Printers.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>printers</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="pro")||(convertedQueryText=="prot")||(convertedQueryText=="prote")||(convertedQueryText=="protec")||(convertedQueryText=="protect")||(convertedQueryText=="protecti")||(convertedQueryText=="protectio")||(convertedQueryText=="protection")||(convertedQueryText=="protection ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Protection.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>protection</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if(convertedQueryText=="q"){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Inp/Directory.html#q' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>all results</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="qu")||(convertedQueryText=="quo")||(convertedQueryText=="quot")||(convertedQueryText=="quote")||(convertedQueryText=="quotes")||(convertedQueryText=="quotes ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Quotes.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>quotes</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if(convertedQueryText=="r"){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Inp/Directory.html#r' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>all results</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="r\&")||(convertedQueryText=="r\&b")||(convertedQueryText=="r\&b ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/R_and_B.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>r\&b</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if(convertedQueryText=="ra"){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Radio.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>radio</a><br /><a href='../Sup/Rap.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>rap</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="rad")||(convertedQueryText=="radi")||(convertedQueryText=="radio")||(convertedQueryText=="radio ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Radio.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>radio</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="rap")||(convertedQueryText=="rap ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Rap.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>rap</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if(convertedQueryText=="re"){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Gep/Real_Estate.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>real estate</a><br /><a href='../Nfp/Real_Estate_Appraisers.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>real estate appraisers</a><br /><a href='../Nfp/Real_Estate_Brokers.html' id='3' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>real estate brokers</a><br /><a href='../Gep/Realties.html' id='4' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>realties</a><br /><a href='../Sup/Recipes.html' id='5' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>recipes</a><br /><a href='../Gep/Recreation.html' id='6' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>recreation</a><br /><a href='../Nfp/Reits.html' id='7' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>REITs</a><br /><a href='../Sup/Relationships.html' id='8' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>relationships</a><br /><a href='../Gep/Rentals.html' id='9' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>rentals</a><br /><a href='../Sup/Resorts.html' id='10' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>resorts</a><br /><a href='../Map/Restaurants.html' id='11' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>restaurants</a><br /><a href='../Sup/Retirement.html' id='12' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>retirement</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="rea")||(convertedQueryText=="real")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Gep/Real_Estate.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>real estate</a><br /><a href='../Nfp/Real_Estate_Appraisers.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>real estate appraisers</a><br /><a href='../Nfp/Real_Estate_Brokers.html' id='3' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>real estate brokers</a><br /><a href='../Gep/Realties.html' id='4' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>realties</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if(convertedQueryText=="real "){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Gep/Real_Estate.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>real estate</a><br /><a href='../Nfp/Real_Estate_Appraisers.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>real estate appraisers</a><br /><a href='../Nfp/Real_Estate_Brokers.html' id='3' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>real estate brokers</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="real e")||(convertedQueryText=="real es")||(convertedQueryText=="real est")||(convertedQueryText=="real esta")||(convertedQueryText=="real estat")||(convertedQueryText=="real estate")||(convertedQueryText=="real estate ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Gep/Real_Estate.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>real estate</a><br /><a href='../Nfp/Real_Estate_Appraisers.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>real estate appraisers</a><br /><a href='../Nfp/Real_Estate_Brokers.html' id='3' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>real estate brokers</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="real estate a")||(convertedQueryText=="real estate ap")||(convertedQueryText=="real estate app")||(convertedQueryText=="real estate appr")||(convertedQueryText=="real estate appra")||(convertedQueryText=="real estate apprai")||(convertedQueryText=="real estate apprais")||(convertedQueryText=="real estate appraise")||(convertedQueryText=="real estate appraiser")||(convertedQueryText=="real estate appraisers")||(convertedQueryText=="real estate appraisers ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Nfp/Real_Estate_Appraisers.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>real estate appraisers</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="real estate b")||(convertedQueryText=="real estate br")||(convertedQueryText=="real estate bro")||(convertedQueryText=="real estate brok")||(convertedQueryText=="real estate broke")||(convertedQueryText=="real estate broker")||(convertedQueryText=="real estate brokers")||(convertedQueryText=="real estate brokers ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Nfp/Real_Estate_Brokers.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>real estate brokers</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="realt")||(convertedQueryText=="realti")||(convertedQueryText=="realtie")||(convertedQueryText=="realties")||(convertedQueryText=="realties ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Gep/Realties.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>realties</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if(convertedQueryText=="rec"){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Recipes.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>recipes</a><br /><a href='../Gep/Recreation.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>recreation</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="reci")||(convertedQueryText=="recip")||(convertedQueryText=="recipe")||(convertedQueryText=="recipes")||(convertedQueryText=="recipes ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Recipes.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>recipes</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="recr")||(convertedQueryText=="recre")||(convertedQueryText=="recrea")||(convertedQueryText=="recreat")||(convertedQueryText=="recreati")||(convertedQueryText=="recreatio")||(convertedQueryText=="recreation")||(convertedQueryText=="recreation ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Gep/Recreation.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>recreation</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="rei")||(convertedQueryText=="reit")||(convertedQueryText=="reits")||(convertedQueryText=="reits ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Nfp/Reits.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>REITs</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="rel")||(convertedQueryText=="rela")||(convertedQueryText=="relat")||(convertedQueryText=="relati")||(convertedQueryText=="relatio")||(convertedQueryText=="relation")||(convertedQueryText=="relations")||(convertedQueryText=="relationsh")||(convertedQueryText=="relationshi")||(convertedQueryText=="relationship")||(convertedQueryText=="relationships")||(convertedQueryText=="relationships ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Relationships.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>relationships</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="ren")||(convertedQueryText=="rent")||(convertedQueryText=="renta")||(convertedQueryText=="rental")||(convertedQueryText=="rentals")||(convertedQueryText=="rentals ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Gep/Rentals.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>rentals</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if(convertedQueryText=="res"){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Resorts.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>resorts</a><br /><a href='../Map/Restaurants.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>restaurants</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="reso")||(convertedQueryText=="resor")||(convertedQueryText=="resort")||(convertedQueryText=="resorts")||(convertedQueryText=="resorts ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Resorts.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>resorts</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="rest")||(convertedQueryText=="resta")||(convertedQueryText=="restau")||(convertedQueryText=="restaur")||(convertedQueryText=="restaura")||(convertedQueryText=="restauran")||(convertedQueryText=="restaurant")||(convertedQueryText=="restaurants")||(convertedQueryText=="restaurants ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Map/Restaurants.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>restaurants</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="ret")||(convertedQueryText=="reti")||(convertedQueryText=="retir")||(convertedQueryText=="retire")||(convertedQueryText=="retirem")||(convertedQueryText=="retireme")||(convertedQueryText=="retiremen")||(convertedQueryText=="retirement")||(convertedQueryText=="retirement ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Retirement.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>retirement</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if(convertedQueryText=="ro"){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Nfp/Road_Maps.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>road maps</a><br /><a href='../Sup/Rock.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>rock</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="roa")||(convertedQueryText=="road")||(convertedQueryText=="road ")||(convertedQueryText=="road m")||(convertedQueryText=="road ma")||(convertedQueryText=="road map")||(convertedQueryText=="road maps")||(convertedQueryText=="road maps ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Nfp/Road_Maps.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>road maps</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="roc")||(convertedQueryText=="rock")||(convertedQueryText=="rock ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Rock.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>rock</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if(convertedQueryText=="s"){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Inp/Directory.html#s' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>all results</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="sa")||(convertedQueryText=="saf")||(convertedQueryText=="safe")||(convertedQueryText=="safet")||(convertedQueryText=="safety")||(convertedQueryText=="safety ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Safety.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>safety</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if(convertedQueryText=="sc"){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Scanners.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>scanners</a><br /><a href='../Map/Scores.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>scores</a><br /><a href='../Sup/Sculpture.html' id='3' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>sculpture</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="sca")||(convertedQueryText=="scan")||(convertedQueryText=="scann")||(convertedQueryText=="scanne")||(convertedQueryText=="scanner")||(convertedQueryText=="scanners")||(convertedQueryText=="scanners ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Scanners.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>scanners</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="sco")||(convertedQueryText=="scor")||(convertedQueryText=="score")||(convertedQueryText=="scores")||(convertedQueryText=="scores ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Map/Scores.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>scores</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="scu")||(convertedQueryText=="scul")||(convertedQueryText=="sculp")||(convertedQueryText=="sculpt")||(convertedQueryText=="sculptu")||(convertedQueryText=="sculptur")||(convertedQueryText=="sculpture")||(convertedQueryText=="sculpture ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Sculpture.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>sculpture</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if(convertedQueryText=="se"){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sep/Search/Search.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>search</a><br /><a href='../Sep/Search_Engines/Search_Engines.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>search engines</a><br /><a href='../Gep/Security.html' id='3' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>security</a><br /><a href='../Sup/Security_Systems.html' id='4' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>security systems</a><br /><a href='../Nfp/Senior_Housing.html' id='5' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>senior housing</a><br /><a href='../Gep/Seniors.html' id='6' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>seniors</a><br /><a href='../Sup/Servers.html' id='7' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>servers</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="sea")||(convertedQueryText=="sear")||(convertedQueryText=="searc")||(convertedQueryText=="search")||(convertedQueryText=="search ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sep/Search/Search.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>search</a><br /><a href='../Sep/Search_Engines/Search_Engines.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>search engines</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="search e")||(convertedQueryText=="search en")||(convertedQueryText=="search eng")||(convertedQueryText=="search engi")||(convertedQueryText=="search engin")||(convertedQueryText=="search engine")||(convertedQueryText=="search engines")||(convertedQueryText=="search engines ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sep/Search_Engines/Search_Engines.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>search engines</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="sec")||(convertedQueryText=="secu")||(convertedQueryText=="secur")||(convertedQueryText=="securi")||(convertedQueryText=="securit")||(convertedQueryText=="security")||(convertedQueryText=="security ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Gep/Security.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>security</a><br /><a href='../Sup/Security_Systems.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>security systems</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="security ")||(convertedQueryText=="security s")||(convertedQueryText=="security sy")||(convertedQueryText=="security sys")||(convertedQueryText=="security syst")||(convertedQueryText=="security syste")||(convertedQueryText=="security system")||(convertedQueryText=="security systems")||(convertedQueryText=="security systems ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Security_Systems.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>security systems</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="sen")||(convertedQueryText=="seni")||(convertedQueryText=="senio")||(convertedQueryText=="senior")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Nfp/Senior_Housing.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>senior housing</a><br /><a href='../Gep/Seniors.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>seniors</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="senior ")||(convertedQueryText=="senior h")||(convertedQueryText=="senior ho")||(convertedQueryText=="senior hou")||(convertedQueryText=="senior hous")||(convertedQueryText=="senior housi")||(convertedQueryText=="senior housin")||(convertedQueryText=="senior housing")||(convertedQueryText=="senior housing ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Nfp/Senior_Housing.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>senior housing</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="seniors")||(convertedQueryText=="seniors ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Gep/Seniors.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>seniors</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="ser")||(convertedQueryText=="serv")||(convertedQueryText=="serve")||(convertedQueryText=="server")||(convertedQueryText=="servers")||(convertedQueryText=="servers ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Servers.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>servers</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if(convertedQueryText=="sh"){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Shareware.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>shareware</a><br /><a href='../Sup/Shirts.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>shirts</a><br /><a href='../Map/Shoes.html' id='3' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>shoes</a><br /><a href='../Gep/Shows.html' id='4' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>shows</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="sha")||(convertedQueryText=="shar")||(convertedQueryText=="share")||(convertedQueryText=="sharew")||(convertedQueryText=="sharewa")||(convertedQueryText=="sharewar")||(convertedQueryText=="shareware")||(convertedQueryText=="shareware ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Shareware.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>shareware</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="shi")||(convertedQueryText=="shir")||(convertedQueryText=="shirt")||(convertedQueryText=="shirts")||(convertedQueryText=="shirts ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Shirts.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>shirts</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if(convertedQueryText=="sho"){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Map/Shoes.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>shoes</a><br /><a href='../Gep/Shows.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>shows</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="shoe")||(convertedQueryText=="shoes")||(convertedQueryText=="shoes ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Map/Shoes.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>shoes</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="show")||(convertedQueryText=="shows")||(convertedQueryText=="shows ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Gep/Shows.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>shows</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="sk")||(convertedQueryText=="ski")||(convertedQueryText=="skin")||(convertedQueryText=="skin ")||(convertedQueryText=="skin c")||(convertedQueryText=="skin ca")||(convertedQueryText=="skin car")||(convertedQueryText=="skin care")||(convertedQueryText=="skin care ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Skin_Care.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>skin care</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="sm")||(convertedQueryText=="sma")||(convertedQueryText=="smal")||(convertedQueryText=="small")||(convertedQueryText=="small ")||(convertedQueryText=="small a")||(convertedQueryText=="small ap")||(convertedQueryText=="small app")||(convertedQueryText=="small appl")||(convertedQueryText=="small appli")||(convertedQueryText=="small applia")||(convertedQueryText=="small applian")||(convertedQueryText=="small applianc")||(convertedQueryText=="small appliance")||(convertedQueryText=="small appliances")||(convertedQueryText=="small appliances ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Map/Small_Appliances.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>small appliances</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if(convertedQueryText=="so"){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Soccer.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>soccer</a><br /><a href='../Sup/Soft_Drinks.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>soft drinks</a><br /><a href='../Map/Software.html' id='3' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>software</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="soc")||(convertedQueryText=="socc")||(convertedQueryText=="socce")||(convertedQueryText=="soccer")||(convertedQueryText=="soccer ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Soccer.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>soccer</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="sof")||(convertedQueryText=="soft")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Soft_Drinks.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>soft drinks</a><br /><a href='../Map/Software.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>software</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="soft ")||(convertedQueryText=="soft d")||(convertedQueryText=="soft dr")||(convertedQueryText=="soft dri")||(convertedQueryText=="soft drin")||(convertedQueryText=="soft drink")||(convertedQueryText=="soft drinks")||(convertedQueryText=="soft drinks ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Soft_Drinks.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>soft drinks</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="softw")||(convertedQueryText=="softwa")||(convertedQueryText=="softwar")||(convertedQueryText=="software")||(convertedQueryText=="software ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Map/Software.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>software</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if(convertedQueryText=="sp"){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Cap/Specialty.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>specialty</a><br /><a href='../Sup/Spirits.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>spirits</a><br /><a href='../Gep/Sport.html' id='3' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>sport</a><br /><a href='../Map/Sporting_Goods.html' id='4' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>sporting goods</a><br /><a href='../Cap/Sports.html' id='5' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>sports</a><br /><a href='../Map/Sports_Events.html' id='6' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>sports events</a><br /><a href='../Map/Sportswear.html' id='7' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>sportswear</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="spe")||(convertedQueryText=="spec")||(convertedQueryText=="speci")||(convertedQueryText=="specia")||(convertedQueryText=="special")||(convertedQueryText=="specialt")||(convertedQueryText=="specialty")||(convertedQueryText=="specialty ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Cap/Specialty.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>specialty</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="spi")||(convertedQueryText=="spir")||(convertedQueryText=="spiri")||(convertedQueryText=="spirit")||(convertedQueryText=="spirits")||(convertedQueryText=="spirits ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Spirits.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>spirits</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="spo")||(convertedQueryText=="spor")||(convertedQueryText=="sport")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Gep/Sport.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>sport</a><br /><a href='../Map/Sporting_Goods.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>sporting goods</a><br /><a href='../Cap/Sports.html' id='3' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>sports</a><br /><a href='../Map/Sports_Events.html' id='4' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>sports events</a><br /><a href='../Map/Sportswear.html' id='5' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>sportswear</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if(convertedQueryText=="sport "){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Gep/Sport.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>sport</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="sporti")||(convertedQueryText=="sportin")||(convertedQueryText=="sporting")||(convertedQueryText=="sporting ")||(convertedQueryText=="sporting g")||(convertedQueryText=="sporting go")||(convertedQueryText=="sporting goo")||(convertedQueryText=="sporting good")||(convertedQueryText=="sporting goods")||(convertedQueryText=="sporting goods ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Map/Sporting_Goods.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>sporting goods</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if(convertedQueryText=="sports"){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Cap/Sports.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>sports</a><br /><a href='../Map/Sports_Events.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>sports events</a><br /><a href='../Map/Sportswear.html' id='3' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>sportswear</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if(convertedQueryText=="sports "){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Cap/Sports.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>sports</a><br /><a href='../Map/Sports_Events.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>sports events</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="sports e")||(convertedQueryText=="sports ev")||(convertedQueryText=="sports eve")||(convertedQueryText=="sports even")||(convertedQueryText=="sports event")||(convertedQueryText=="sports events")||(convertedQueryText=="sports events ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Map/Sports_Events.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>sports events</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="sportsw")||(convertedQueryText=="sportswe")||(convertedQueryText=="sportswea")||(convertedQueryText=="sportswear")||(convertedQueryText=="sportswear ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Map/Sportswear.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>sportswear</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if(convertedQueryText=="st"){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Nfp/Stock_Brokers.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>stock brokers</a><br /><a href='../Gep/Stocks.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>stocks</a><br /><a href='../Nfp/Storage.html' id='3' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>storage</a><br /><a href='../Nfp/Streaming_Tv.html' id='4' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>streaming TV</a><br /><a href='../Gep/Styles.html' id='5' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>styles</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if(convertedQueryText=="sto"){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Nfp/Stock_Brokers.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>stock brokers</a><br /><a href='../Gep/Stocks.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>stocks</a><br /><a href='../Nfp/Storage.html' id='3' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>storage</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="stoc")||(convertedQueryText=="stock")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Nfp/Stock_Brokers.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>stock brokers</a><br /><a href='../Gep/Stocks.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>stocks</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="stock ")||(convertedQueryText=="stock b")||(convertedQueryText=="stock br")||(convertedQueryText=="stock bro")||(convertedQueryText=="stock brok")||(convertedQueryText=="stock broke")||(convertedQueryText=="stock broker")||(convertedQueryText=="stock brokers")||(convertedQueryText=="stock brokers ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Nfp/Stock_Brokers.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>stock brokers</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="stocks")||(convertedQueryText=="stocks ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Gep/Stocks.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>stocks</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="stor")||(convertedQueryText=="stora")||(convertedQueryText=="storag")||(convertedQueryText=="storage")||(convertedQueryText=="storage ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Nfp/Storage.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>storage</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}

else if((convertedQueryText=="str")||(convertedQueryText=="stre")||(convertedQueryText=="strea")||(convertedQueryText=="stream")||(convertedQueryText=="streami")||(convertedQueryText=="streamin")||(convertedQueryText=="streaming")||(convertedQueryText=="streaming ")||(convertedQueryText=="streaming t")||(convertedQueryText=="streaming tv")||(convertedQueryText=="streaming tv ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Nfp/Streaming_Tv.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>streaming TV</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="sty")||(convertedQueryText=="styl")||(convertedQueryText=="style")||(convertedQueryText=="styles")||(convertedQueryText=="styles ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Gep/Styles.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>styles</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="su")||(convertedQueryText=="sur")||(convertedQueryText=="surg")||(convertedQueryText=="surge")||(convertedQueryText=="surgeo")||(convertedQueryText=="surgeon")||(convertedQueryText=="surgeons")||(convertedQueryText=="surgeons ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Surgeons.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>surgeons</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if(convertedQueryText=="sw"){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Gep/Sweets.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>sweets</a><br /><a href='../Map/Swimwear.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>swimwear</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="swe")||(convertedQueryText=="swee")||(convertedQueryText=="sweet")||(convertedQueryText=="sweets")||(convertedQueryText=="sweets ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Gep/Sweets.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>sweets</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="swi")||(convertedQueryText=="swim")||(convertedQueryText=="swimw")||(convertedQueryText=="swimwe")||(convertedQueryText=="swimwea")||(convertedQueryText=="swimwear")||(convertedQueryText=="swimwear ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Map/Swimwear.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>swimwear</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="sy")||(convertedQueryText=="sys")||(convertedQueryText=="syst")||(convertedQueryText=="syste")||(convertedQueryText=="system")||(convertedQueryText=="systems")||(convertedQueryText=="systems ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Map/Systems.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>systems</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if(convertedQueryText=="t"){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Inp/Directory.html#t' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>all results</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="ta")||(convertedQueryText=="tax")||(convertedQueryText=="taxe")||(convertedQueryText=="taxes")||(convertedQueryText=="taxes ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Map/Taxes.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>taxes</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if(convertedQueryText=="te"){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Teas.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>teas</a><br /><a href='../Gep/Television.html' id='2' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>television</a><br /><a href='../Sup/Tennis.html' id='3' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>tennis</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="tea")||(convertedQueryText=="teas")||(convertedQueryText=="teas ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Sup/Teas.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>teas</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="tel")||(convertedQueryText=="tele")||(convertedQueryText=="telev")||(convertedQueryText=="televi")||(convertedQueryText=="televis")||(convertedQueryText=="televisi")||(convertedQueryText=="televisio")||(convertedQueryText=="television")||(convertedQueryText=="television ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_assistant_panel_format'><tr><td colspan='2'><a href='../Gep/Television.html' id='1' onfocus='arrow_key(this.id);setStyle(this.id);' onblur='noStyle(this.id);' class='link_blue_static'>television</a></td></tr><tr><td class='search_assistant_panel_footer_left'></td><td class='search_assistant_panel_footer_right'><a href='javascript:searchAssistantOff();' class='link_grey_static'>turn off assistant</a></td></tr></table>"; 
arrow_key(value="0");
}
else if((convertedQueryText=="ten")||(convertedQueryText=="tenn")||(convertedQueryText=="tenni")||(convertedQueryText=="tennis")||(convertedQueryText=="tennis ")){
initiateLayers();
document.getElementById('search_assistant_panel').innerHTML = "<table width='410' border='0' cellspacing='0' cellpadding='0' class='search_
