var theWin = null; function showWin(fileName, name, features) { theWin = window.open(fileName, name, features); theWin.focus(); } /********************************************************************/ /********************************************************************/ function submitChartForm(time_frame) { document.chartForm.TIME_FRAME.value = time_frame; document.chartForm.START_DAY.selectedIndex = 0; document.chartForm.START_MONTH.selectedIndex = 0; document.chartForm.START_YEAR.selectedIndex = 0; document.chartForm.END_DAY.selectedIndex = 0; document.chartForm.END_MONTH.selectedIndex = 0; document.chartForm.END_YEAR.selectedIndex = 0; document.chartForm.submit(); } /********************************************************************/ /********************************************************************/ function confirmDelete(watchlist,delUrl) { if (confirm("Are you sure you want to delete " + watchlist)) { document.location = delUrl; } } function printLHTMLApplet() { document.write('<\/APPLET>'); if (document.domain.indexOf("push.is-teledata.com") > 0) document.domain = "push.is-teledata.com"; }