<!-- Begin

/* JavaScript Copyright Protected (c) 2001 Benjamin Wright.  All Rights Reserved.  */
/* Benjamin Wright, Associate Editor, The JavaScript Source, www.javascriptsource.com */
/* This Disclaimer must accompany any reproduction of this source code */

// BEGIN FLOATING LINK

Ypos = 0;
Xpos = 0;
Ybase = 8;
Xbase = 8;
ns = (document.layers)?1:0;
if (ns)
{
  document.write('<layer name=NScontactInfo top=350 left=10><span class="txt">DocuWorks, Inc.<br>Toll Free:<br>(877)342-0690<br>Ph:(972)267-8550<br>Fax:(972)267-8565</span></layer>');
}
else
{
  document.write('<div style="position:absolute;top:350px;left:15px"><div style="position:relative">');
  document.write('<div id=IEcontactInfo style="position:absolute;width:130px;height:12px;font-size:12px;"><span class="txt">DocuWorks, Inc.<br>Toll Free:<br>(877)342-0690<br>Main:(972)267-8550<br>Fax:(972)267-8565</span></div>');
  document.write('</div></div>')
}

function moveLink()
{
  if (ns)
  {
    Ypos = window.pageYOffset + window.innerHeight - 105;
    Xpos = window.pageXOffset + 15;
  }
  else
  {
    Ypos = document.body.scrollTop + window.document.body.clientHeight - 450;
    Xpos = document.body.scrollLeft + 15;
  }
  if (ns)
  {
    document.layers["NScontactInfo"].top = Ypos;
    document.layers["NScontactInfo"].left = Xpos;
  }
  else
  {
    IEcontactInfo.style.pixelTop = Ypos;
    IEcontactInfo.style.pixelLeft = Xpos;
  }
  setTimeout('moveLink()', 50);
}

if (document.layers || document.all) window.onload = moveLink;



//  End -->