function updateDate(b){var a=getVisualDate(b);byId("timeInformation").innerHTML=a;setTimeout("updateDate("+b+");",1000);}function getAbsolutePath(c){var b="/";try{b=appUtilPath;}catch(a){}return do_getAbsolutePath(b,c);}function getHostPath(){return document.location.protocol+"//"+document.location.host;
}function handleUrl(b,f,a,d,h){var g=getElements(b,f);var j=a.indexOf("?")<0?"?":"&";var e=false;var c=0;for(c=0;c<g.length;c++){if(g[c].checked){a=a+j+d+"="+encode(g[c].value);j="&";e=true;}}if(e){if(h){if(confirm(h)){document.location=a;}}else{document.location=a;}}}function encode(a){return encodeURIComponent(a);
}function decode(a){return decodeURIComponent(a);}function byId(a){return document.getElementById(a);}function getVisualTime(c){var b=Math.floor(c/1000);var a=Math.floor(b/3600);var d=format(Math.floor((b/60)%60));var e=format(b%60);return a+":"+d+":"+e;}function getVisualDate(i){var a=new Date();var b=new Date();
b.setTime(a.getTime()+i);var f=format(b.getDate());var d=format(b.getMonth()+1);var e=b.getFullYear();var g=format(b.getHours());var c=format(b.getMinutes());var h=format(b.getSeconds());return f+"/"+d+"/"+e+" "+g+":"+c+":"+h;}function detectBrowser(){var a;if(navigator.userAgent.indexOf("MSIE")<0){if(navigator.userAgent.indexOf("Opera")<0){a="Mozilla";
}else{a="Opera";}}else{a="Ms";}return a;}function getParam(d){var g=location.search.indexOf("?"+d+"=");if(g<0){g=location.search.indexOf("&"+d+"=");}if(g<0){return"";}g+=d.length+2;var b=location.search.indexOf("&",g)-1;if(b<0){b=location.search.length;}var a="";for(var e=g;e<=b;e++){var f=location.search.charAt(e);
a=a+(f=="+"?" ":f);}return unescape(a);}function format(a){if(a<10){return"0"+a;}else{return a;}}function do_getAbsolutePath(c,f){var b=c.indexOf(";");var d=undefined;if(b>-1){d=c.substring(b,c.length);c=c.substring(0,b);}var e=c;var a="";if(e!="/"){a="/";}var b=1;while(b<e.length&&e.charAt(b)!="/"){a=a+e.charAt(b);
b=b+1;}var b=0;while(b<f.length){if(f.charAt(b)=="?"&&d!=undefined){a=a+d;d=undefined;}a=a+f.charAt(b);b=b+1;}if(d!=undefined){a=a+d;}return a;}function getElements(b,a){var c=b.elements[a];if(c){if(c.length){return c;}else{return[c];}}else{return[];}}