function selectChart(){var D=document.actionForm.isCombo!=undefined?document.actionForm.isCombo.value:false;var C=document.actionForm.selectId.value;if(D=="true"){var A=document.actionForm.groupId.value;var B=document.actionForm.largeWidth!=undefined?"true":"false";if(B=="true"){window.parent["table"+A].document.actionForm.itemId.value=C;window.parent["table"+A].document.actionForm.submit()}else{window.parent["chart"+A].document.actionForm.itemId.value=C;window.parent["chart"+A].document.actionForm.submit()}}document.actionForm.itemId.value=C;document.actionForm.submit()}function saveChart(D){var F=window.document.submitForm;if(F==null){F=window.document.actionForm}var E=Number(F.width.value)+40;var A=Number(F.height.value)+40;var C="width="+E+", height="+A+", menubar=no, scrollbars=yes, resizable=yes";var B=window.open(D,"saveChartWindow"+E+A,C);B.focus()}function showTable(B){var A=window.open(B,"showTableWindow","width=550, height=250, menubar=no, scrollbars=yes, resizable=yes");A.focus()}function showHelp(B){var A=window.open(B,"showHelpWindow","width=450, height=250, menubar=no, scrollbars=yes");A.focus()}function maximizeChart(D){var F=window.document.submitForm;if(F==null){F=window.document.actionForm}var E=Number(F.largeWidth.value)+80;var A=Number(F.largeHeight.value)+80;var C="width="+E+", height="+A+", menubar=no, scrollbars=yes, resizable=yes";D=D+"&event=preview";var B=window.open(D,"maximizeChartWindow"+E+A,C);B.focus()};
