//ArcSpider results display script v1.09
//Last Modified September 14, 2006

function dResults(search,limit,headTxt,headDiv,footTxt,footDiv,sid,frameWidth,frameheight,incIMG,extra) {
  document.write('<table border="1" style="border:1px solid #0000FF; border-collapse: collapse"><tr><td>')
  document.write('<div '+headDiv+'>'+headTxt+'</div>');
  document.write('<iframe id="resultsFrame" name="resultsFrame" frameborder="0" width="'+frameWidth+'" height="'+frameheight+'"px frameborder="1" scrolling="auto" src="http://www.arcspider.com/tsearch.exe?sid='+sid+'&limit='+limit+'&search='+search+extra+'&res=1"></iframe>');
  if (incIMG) {
    document.write('<a href="http://www.arcspider.com" target="_blank"><img src="http://www.arcspider.com/powered-by-tiny.gif" align="right" border="0"></a>')
  }
  document.write('<div '+footDiv+'>'+footTxt+'</div>');
  document.write('</td></tr></table>');
}