function ShowEngines( QString ) { 

document.writeln('Search using: ')
//document.writeln('<a href="http://www.search.com/AltaVista/1%2C57%2C0%2C0200.html?mode=simple&what=web&suffix=&format=2&query='+QString+'">AltaVista</a>&nbsp;| ')
document.writeln('<a href="http://x8.dejanews.com/dnquery.xp?defaultOp=AND&svcclass=dncurrent&maxhits=20&ST=QS&format=terse&DBS=2&QRY=%22'+QString+'%22">DejaNews</a>&nbsp;| ')
//document.writeln('<a href="http://www.excite.com/search.gw?searchType=Keyword&category=default&mode=relevance&showqbe=1&display=html3%2Chb&search='+QString+'">Excite</a>&nbsp;| ')
document.writeln('<a href="http://www.altavista.digital.com/cgi-bin/query?pg=q&user=netscape.com&q='+QString+'">AltaVista</A>&nbsp;| ')
document.writeln('<a href="http://search.aol.com/dirsearch.adp?query='+QString+'">AOL Search</A>&nbsp;| ')
document.writeln('<a href="http://www.amazon.com/exec/obidos/external-search?tag=odp?keyword='+QString+'">Amazon.com</A>&nbsp;| ')
document.writeln('<a href="http://search.dejanews.com/dnquery.xp?QRY='+QString+'&defaultOp=AND&svcclass=dncurrent&maxhits=20&ST=QS&format=terse&DBS=1">DejaNews</A>&nbsp;| ')
document.writeln('<a href="http://service.bfast.com/bfast/click/mid7101917?siteid=12551471&bfpage=searchbox360x60&cmd=demo_qry&se=befree&oose=1&qry='+QString+'">Direct Hit</A>&nbsp;| ')
document.writeln('<a href="http://buck.dogpile.com/texis/search?q='+QString+'">Dogpile</A>&nbsp;| ')
document.writeln('<a href="http://www.euroferret.com/cgi-bin/ferret?DB=ferret&P='+QString+'&B=&THRESHOLD=0">EuroFerret</A>&nbsp;| ')
document.writeln('<a href="http://www.euroseek.net/query?iflang=uk&query='+QString+'&domain=world&lang=world">EuroSeek</A>&nbsp;| ')
document.writeln('<a href="http://search.excite.com/search.gw?search='+QString+'">Excite</A>&nbsp;| ')
document.writeln('<a href="http://www.alltheweb.com/cgi-bin/search?type=all&query='+QString+'">Fast Search</A>&nbsp;| ')
document.writeln('<a href="http://www.google.com/search?num=10&query='+QString+'">Google</A>&nbsp;| ')
document.writeln('<a href="http://service.bfast.com/bfast/click/goto?bfsiteid=11405412&bfpage=search8&Keywords='+QString+'">GoTo</A>&nbsp;| ')
document.writeln('<a href="http://service.bfast.com/bfast/click?siteid=14272070&bfpage=hotbot_big&bfmid=5960107&MT='+QString+'">HotBot</A>&nbsp;| ')
document.writeln('<a href="http://www.infind.com/infind/infind.exe?query='+QString+'">Infind</A>&nbsp;| ')
document.writeln('<a href="http://www.search.com/Infoseek/1%2C135%2C0%2C0200.html?COLL=WW&QUERY='+QString+'">Infoseek</a>&nbsp;| ')
//document.writeln('<a href="http://www.infoseek.com/Titles?qt='+QString+'">Infoseek</A>&nbsp;| ')
document.writeln('<a href="http://www.looksmart.com/r?comefrom=nspanel-search&key='+QString+'&search=1">LookSmart</A>&nbsp;| ')
document.writeln('<a href="http://www.lycos.com/cgi-bin/pursuit?matchmode=and&cat=lycos&query='+QString+'">Lycos</A>&nbsp;| ')
document.writeln('<a href="http://search.go2net.com/crawler?general='+QString+'&method=0">MetaCrawler</A>&nbsp;| ')
document.writeln('<a href="http://search.netscape.com/cgi-bin/search?search='+QString+'">Netscape&nbsp;Search</A>&nbsp;| ')
document.writeln('<a href="http://nscp.snap.com/search/directory/results/1,61,nscp-0,00.html?keyword='+QString+'&tag=tt.ns.sb2">Snap</A>&nbsp;| ')
document.writeln('<a href="http://www.northernlight.com/nlquery.fcg?qr='+QString+'">Northern Light</A>&nbsp;| ')
document.writeln('<a href="http://www.webcrawler.com/cgi-bin/WebQuery?searchText='+QString+'">WebCrawler</A>&nbsp;| ')
document.writeln('<a href="http://search.yahoo.com/bin/search?p='+QString+'">Yahoo</A>&nbsp;| ')
//document.writeln('<a href="http://www.amazon.com/exec/obidos/generic-quicksearch-query?mode=books&keyword-query='+QString+'">Amazom</a> | ')

var MyPage=""
MyPage=document.location
var Translator=""
Translator="http://translator.go.com/cb/trans_entry?"
document.writeln('<P>Translate this page into: ')
document.writeln('<a href="'+Translator+'lp=en_fr&input_type=url&url='+MyPage+'">Français</a> | ')
document.writeln('<a href="'+Translator+'lp=en_ge&input_type=url&url='+MyPage+'">Deutsch</a> | ')
document.writeln('<a href="'+Translator+'lp=en_it&input_type=url&url='+MyPage+'">Italiano</a> | ')
document.writeln('<a href="'+Translator+'lp=en_sp&input_type=url&url='+MyPage+'">Español</a>')

}
