var nCurrSelDayValue=-1;function updateLogFrame(){fNupdateLogFrame()}function doOnLoad(){var a=document.getElementById("SelectFromYearMonthId");slctYearMonth_change(a);var e=document.getElementById("SelectToYearMonthId");slctYearMonth_change(e);if(navigator.vendor&&!navigator.vendor.toLowerCase().indexOf("apple")){a.style.width="103px";e.style.width="103px";document.getElementById("SelectFromDayId").style.width="44px";document.getElementById("SelectToDayId").style.width="44px"}}
function slctYearMonth_change(a){var e=navigator.appName=="Microsoft Internet Explorer"?-1:null,c=a[a.selectedIndex].value;c=c.split("-");var b=parseInt(c[2]);c=parseInt(c[3]);a=a.name.replace(/FirstPartOf/,"");a=document.getElementById(a);if(a.selectedIndex==-1)a.selectedIndex=0;nCurrSelDayValue=parseInt(a[a.selectedIndex].value);var d=a.size;for(a.size="2";a.options.length;)a.remove(0);a.size=d;for(b=b;b<c+1;){d=document.createElement("option");d.text=b;d.value=b;if(b==nCurrSelDayValue){d.selected=
true;nCurrSelDayValue=0}a.add(d,e);b++}};