function ltrim(a){return a.replace(/^[\s|\xA0]+/,"")}function popupWindow(c,d,a){var b=window.open(c,"_blank","scrollbars=yes,width="+d+",height="+a+",top="+(screen.height/2-a/2)+",left="+(screen.width/2-d/2));if(b){b.focus()}}function printCurrentPage(e,c){var d=800;var a=650;var b=window.open("","_print_page","scrollbars=yes,width="+d+",height="+a+",top="+(screen.height/2-a/2)+",left="+(screen.width/2-d/2));b.document.writeln("<html><head>");b.document.writeln("<link rel='stylesheet' type='text/css' href='"+c+"'>");b.document.writeln("<style type='text/css'> .noprint { display:none; } body { background-color: #ffffff; } </style>");b.document.writeln("</head><body>");b.document.writeln(document.getElementById(e).innerHTML);b.document.writeln("</body></html>");b.document.close();b.print();b.close()}function rtrim(a){return a.replace(/[\s|\xA0]+$/,"")}function trim(a){return a.replace(/^[\s|\xA0]+|[\s|\xA0]+$/g,"")}function updateDate(c,a){if(a){a=a.split("-");if(a[1]>12){a[1]=12}if(a[2]>31){a[2]=31}for(var b=0;b<document.getElementById(c+"_year").options.length;b++){document.getElementById(c+"_year").options[b].selected=(document.getElementById(c+"_year").options[b].value==a[0])}document.getElementById(c+"_month").selectedIndex=parseInt(a[1])-1;document.getElementById(c+"_day").selectedIndex=parseInt(a[2])-1}if(document.getElementById(c+"_year").value%4==0&&(document.getElementById(c+"_year").value%100!=0||(document.getElementById(c+"_year").value%400==0))&&document.getElementById(c+"_month").value=="02"&&document.getElementById(c+"_day").value>="29"){document.getElementById(c+"_day").value="29"}else{if(document.getElementById(c+"_month").value=="02"&&document.getElementById(c+"_day").value>"28"){document.getElementById(c+"_day").value="28"}else{if((document.getElementById(c+"_month").value=="04"||document.getElementById(c+"_month").value=="06"||document.getElementById(c+"_month").value=="09"||document.getElementById(c+"_month").value=="11")&&document.getElementById(c+"_day").value>"30"){document.getElementById(c+"_day").value="30"}}}document.getElementById(c).value=document.getElementById(c+"_year").value+"-"+document.getElementById(c+"_month").value+"-"+document.getElementById(c+"_day").value}function urldecode(e){var d=e;var f=d.indexOf("+");while(f!=-1){d=d.replace("+"," ");f=d.indexOf("+")}var a,c;var b=/(%[^%]{2})/;while((match=b.exec(d))!=null&&match.length>1&&match[1]!=""){a=parseInt(match[1].substr(1),16);c=String.fromCharCode(a);d=d.replace(match[1],c)}return d}function urlencode(g){var c="";var a=0;g=g.toString();var f=/(^[a-zA-Z0-9_.]*)/;while(a<g.length){var d=f.exec(g.substr(a));if(d!=null&&d.length>1&&d[1]!=""){c+=d[1];a+=d[1].length}else{if(g[a]==" "){c+="+"}else{var b=g.charCodeAt(a);var e=b.toString(16);c+="%"+(e.length<2?"0":"")+e.toUpperCase()}a++}}return c};
