function addLoadEvent(_1){
var _2=window.onload;
if(typeof window.onload!="function"){
window.onload=_1;
}else{
window.onload=function(){
_2();
_1();
};
}
}
function OnLoadUtils(){
$("comment-personaldetails").style.display="none";
$("showinfo").style.display="";
$("hideinfo").style.display="none";
}
function ShowUtils(){
new Effect.Phase("comment-personaldetails",{duration:0.3});
$("showinfo").style.display="none";
$("hideinfo").style.display="";
}
function HideUtils(){
new Effect.Phase("comment-personaldetails",{duration:0.3});
$("showinfo").style.display="";
$("hideinfo").style.display="none";
}
function setCookie(_3,_4,_5,_6,_7,_8){
var _9=_3+"="+escape(_4)+((_5)?"; expires="+_5.toGMTString():"")+((_6)?"; path="+_6:"")+((_7)?"; domain="+_7:"")+((_8)?"; secure":"");
document.cookie=_9;
}
function getCookie(_a){
var dc=document.cookie;
var _c=_a+"=";
var _d=dc.indexOf("; "+_c);
if(_d==-1){
_d=dc.indexOf(_c);
if(_d!=0){
return null;
}
}else{
_d+=2;
}
var _e=document.cookie.indexOf(";",_d);
if(_e==-1){
_e=dc.length;
}
return unescape(dc.substring(_d+_c.length,_e));
}
function deleteCookie(_f,_10,_11){
if(getCookie(_f)){
document.cookie=_f+"="+((_10)?"; path="+_10:"")+((_11)?"; domain="+_11:"")+"; expires=Thu, 01-Jan-70 00:00:01 GMT";
}
}

