function OnLoadUtils(){$("comment-personaldetails").style.display="none";$("showinfo").style.display="";$("hideinfo").style.display="none";}function ShowUtils(){new Effect.BlindDown("comment-personaldetails",{duration:0.3});new Effect.Appear("comment-personaldetails",{duration:0.3});$("showinfo").style.display="none";$("hideinfo").style.display="";}function HideUtils(){new Effect.Fade("comment-personaldetails",{duration:0.3});new Effect.BlindUp("comment-personaldetails",{duration:0.3});$("showinfo").style.display="";$("hideinfo").style.display="none";}function setCookie(_1,_2,_3,_4,_5,_6){var _7=_1+"="+escape(_2)+((_3)?"; expires="+_3.toGMTString():"")+((_4)?"; path="+_4:"")+((_5)?"; domain="+_5:"")+((_6)?"; secure":"");document.cookie=_7;}function getCookie(_8){var dc=document.cookie;var _a=_8+"=";var _b=dc.indexOf("; "+_a);if(_b==-1){_b=dc.indexOf(_a);if(_b!=0){return null;}}else{_b+=2;}var _c=document.cookie.indexOf(";",_b);if(_c==-1){_c=dc.length;}return unescape(dc.substring(_b+_a.length,_c));}function deleteCookie(_d,_e,_f){if(getCookie(_d)){document.cookie=_d+"="+((_e)?"; path="+_e:"")+((_f)?"; domain="+_f:"")+"; expires=Thu, 01-Jan-70 00:00:01 GMT";}}var FastInit={done:false,onload:function(){if(FastInit.done){return;}FastInit.done=true;FastInit.actions.each(function(_10){_10();});},actions:$A([]),addOnLoad:function(){for(var x=0;x<arguments.length;x++){var _12=arguments[x];if(!_12||typeof _12!="function"){continue;}FastInit.actions.push(_12);}}};if(/WebKit|khtml/i.test(navigator.userAgent)){var _timer=setInterval(function(){if(/loaded|complete/.test(document.readyState)){clearInterval(_timer);delete _timer;FastInit.onload();}},10);}if(document.addEventListener){document.addEventListener("DOMContentLoaded",FastInit.onload,false);FastInit.legacy=false;}Event.observe(window,"load",FastInit.onload);