function TRonmouseover(row) { row.style.backgroundColor = "#E0E0E0"; } function TRonmouseout(row) { row.style.backgroundColor = ""; } function TROpen(URL) { if (URL.indexOf("http") >= 0) { window.open(URL); } else { location.href = URL; } } function FLVViewerChange(newsrc) { parent.frames['FLVViewer'].location.href = newsrc; } function FLVViewerHide() { parent.frames['FLViewer'].location.href = '/DjinnNYC/FlashViewer/default.asp?FileType=&FileName='; }