<!--
var lid=0;
var inm=0;
function showfly(count,listingid,imgnum,col,row,feat)
{
 var txt='';
 txt+='<table cellpadding=0 cellspacing=0 style="width: 314px; height: 210px;">';
 txt+='<tr>';
 txt+='<td style="background-image: url(\'/images/mouseoverbg.jpg\'); background-repeat: no-repeat;">';
 txt+='<table cellpadding=0 cellspacing=0 style="top:1px; left: 1px; width: 307px; height: 208px;">';
 txt+='<tr>';
 txt+='<td style="font-family: Arial; font-size: 11px; font-weight: bold; color: white; height: 24px;">';
 txt+='&nbsp;&nbsp;';
 eval('txt+='+'title'+count);
 txt+='</td>';
 txt+='</tr>';
 txt+='<tr>';
 txt+='<td style="font-family: Arial; font-size: 12px; font-weight: bold; vertical-align: middle; text-align: center;">';
 txt+='<table cellpadding=1 cellspacing=3 width="100%">';
 txt+='<tr>';
 txt+='<td algin="top">';
 txt+='<table cellpadding=1 cellspacing=0 width="144">';
 txt+='<tr>';
 txt+='<td valign="middle" align="center" style="border: solid 1px navy; height:144px; width: 144px; background-color: white;">';
 txt+='<img border=0 src="/cgi-bin/showimage.cgi?type=tn&lid='+listingid+'&in='+imgnum+'">';
 txt+='</td>';
 txt+='</tr>';
 txt+='</table>';
 txt+='</td>';
 txt+='<td valign="top" width="100%">';
 txt+='<table cellpadding=0 cellspacing=0 width="100%" height="150">';
 txt+='<tr>';
 txt+='<td valign="top" width="100%">';
 txt+='<SPAN style="font-family: Arial; font-size: 15px; font-weight:bold; color:navy;">';
 txt+='<DIV style="text-align: center;">';
 eval('txt+='+'time'+count);
 txt+='<BR>';
 eval('txt+='+'loc'+count);
 txt+='<BR>';
 txt+='<SPAN style="font-size: 8px;">';
 txt+='<BR>';
 txt+='</SPAN>';
 txt+='<SPAN style="color: #990000; font-size: 11px;">';
 eval('txt+='+'auc'+count);
 txt+='</SPAN>';
 txt+='</DIV>';
 txt+='</SPAN>';
 txt+='</td>';
 txt+='</tr>';
 txt+='<tr>';
 txt+='<td valign="bottom" width="100%">';
 txt+='<SPAN style="font-family: Arial; font-size: 10px; font-weight:bold; color: black;">';
 txt+='Keywords: ';
 eval('txt+='+'keywords'+count);
 txt+='<BR>';
 txt+='<BR>';
 txt+='</SPAN>';
 txt+='</td>';
 txt+='</tr>';
 txt+='</table>';
 txt+='</td>';
 txt+='</tr>';
 txt+='</table>';
 txt+='</td>';
 txt+='</tr>';
 txt+='<tr>';
 txt+='<td style="height: 26px; font-family: Arial; font-size: 12px; font-weight: bold; color: white; vertical-align: top; text-align: center;">';
 eval('txt+='+'desc'+count);
 txt+='<img style="visibility: hidden;" width=1 height=1 src="/cgi-bin/readinfo.cgi?fly=1&fe='+feat+'">';
 txt+='</td>';
 txt+='</tr>';
 txt+='</table>';
 txt+='</td>';
 txt+='</tr>';
 txt+='</table>';
 eval('var num='+'num'+count);
 var ntxt='';
 var onClick=document.getElementById('feat'+count).getAttributeNode('onclick').value;
 ntxt+='<table cellpadding=0 cellspacing=0 onClick="'+onClick+'" style="width: 30px; height: 20px; border: solid 1px navy; cursor:pointer;cursor:hand;" onmouseover="showfly('+count+','+listingid+','+imgnum+','+col+','+row+','+feat+');" onmouseout="hidefly('+count+','+listingid+','+imgnum+','+col+','+row+');">';
 ntxt+='<tr>';
 ntxt+='<td valign="middle" align="center" style="color: black; background-color: #FEE525; background-image: url(\'/images/featgbox.gif\'); background-repeat: no-repeat;">';
 ntxt+=num;
 ntxt+='</td>';
 ntxt+='</tr>';
 ntxt+='</table>';
 if ((listingid!=lid)||(imgnum!=inm))
 {
  document.getElementById('fly').innerHTML=txt;
  document.getElementById('num').innerHTML=ntxt;
  lid=listingid;
  inm=imgnum;
 }
// if (col>4)
// {
//  document.getElementById('fly').style.left=findPosX(document.getElementById('feat'+(col-3)))+'px';
// }
// else
// {
  document.getElementById('fly').style.left=findPosX(document.getElementById('feat1'))+'px';
// }
 if (row<=2)
 {
  document.getElementById('fly').style.top=(findPosY(document.getElementById('feat'+count))+106)+'px';
 }
 else
 {
  document.getElementById('fly').style.top=(findPosY(document.getElementById('feat'+count))-212)+'px';
 }
 document.getElementById('fly').style.visibility='visible';
 if (num.length>0)
 {
  document.getElementById('num').style.left=(findPosX(document.getElementById('feat'+count))+74)+'px';
  document.getElementById('num').style.top=(findPosY(document.getElementById('feat'+count))+0)+'px';
  document.getElementById('num').style.visibility='visible';
 }
}
function hidefly(count,listingid,imgnum,col,row)
{
 document.getElementById('fly').style.visibility='hidden';
 document.getElementById('num').style.visibility='hidden';
}
function findPosX(obj) {
    var curleft = 0;
    if (obj.offsetParent) {
        while (1) {
            curleft+=obj.offsetLeft;
            if (!obj.offsetParent) {
                break;
            }
            obj=obj.offsetParent;
        }
    } else if (obj.x) {
        curleft+=obj.x;
    }
    return curleft;
}
function findPosY(obj) {
    var curtop = 0;
    if (obj.offsetParent) {
        while (1) {
            curtop+=obj.offsetTop;
            if (!obj.offsetParent) {
                break;
            }
            obj=obj.offsetParent;
        }
    } else if (obj.y) {
        curtop+=obj.y;
    }
    return curtop;
}
var atxt='';
atxt+='<table cellpadding=0 cellspacing=0 style="width: 314px; height: 210px;">';
atxt+='<tr>';
atxt+='<td style="background-image: url(\'/images/mouseoverbg.jpg\'); background-repeat: no-repeat;">';
atxt+='</td>';
atxt+='</tr>';
atxt+='</table>';
document.write('<div id="fly" style="position: absolute; z-index:10; visibility: hidden;">'+atxt+'</div>');
atxt='';
atxt+='<table cellpadding=0 cellspacing=0 style="width: 30px; height: 20px;">';
atxt+='<tr>';
atxt+='<td valign="middle" align="center" style="color: black; background-color: #FEE525; background-image: url(\'/images/featgbox.gif\'); background-repeat: no-repeat;">';
atxt+='</td>';
atxt+='</tr>';
atxt+='</table>';
document.write('<div id="num" style="position: absolute; z-index:11; visibility: hidden;">'+atxt+'</div>');
//-->
