function light(tr){tr.className = 'lrow';}
function dark(tr){tr.className = 'drow';}
function dialog(thisUrl, thisX, thisY){var popupWin = window.open(thisUrl, 'remote',  'dependent,width='+ thisX +',height='+thisY+',left=250,top=250')}