window.onload = function() {
submitForm('submitform');
checkboxChecker('checkboxChecker', 'frm-other');
}
function popUp(strURL,strType,strHeight,strWidth) {
var strOptions="";
if (strType=="console") strOptions="resizable,height="+strHeight+",width="+strWidth;
if (strType=="fixed") strOptions="status,height="+strHeight+",width="+strWidth;
if (strType=="elastic") strOptions="toolbar,menubar,scrollbars,status,resizable,location,height="+strHeight+",width="+strWidth;
if (strType=="fullscreen") strOptions="toolbar,menubar,scrollbars,status,resizable,location";
window.open(strURL, 'newWin', strOptions);
}
function checkboxChecker(ID, idCeckAll) {
if (document.getElementById(ID)) {
var entries = document.getElementById(ID).getElementsByTagName('input');
for (var i=0; i";
var Div = document.getElementById('debug');
if (Div) Div.innerHTML += Msg + newline;
else if (!window.bv_docInited) setTimeout('debug("delayed report:'+Msg+'");',50);
}
/*
the ondocload "event" is triggered by a script call before the closing body tag: