function openOkurisakiPopup(obj)
{
var rowIndex,c
o = obj
while(o.tagName != "TD")
o = o.parentNode
if(o.tagName != "TD") return
c = o.cellIndex
while(o.tagName != "TR")
o = o.parentNode
if(o.tagName != "TR") return
rowIndex = o.rowIndex
}
行号:rowIndex
列号: c