
function forum_popup(what){if(what=="forum_popup")window.open('forum_popup.html','forum_popup','resizable=0, location=0,status=0,scrollbars=0,width=581,height=513');}function vcardpopup(nickname){var url='/forum/fdo/VCardVP.do?nickname='+nickname+'';window.open(url,'vcard_popup','resizable=0, location=0,status=0,scrollbars=1,width=600,height=580');}function vcardpopupcoast(nickname,forumID,messageID){var url='/forumCoast/fcdo/forum/VCardVP.do?nickname='+nickname+'&forumID='+forumID+'&messageID='+messageID+'';window.open(url,'vcard_popup','resizable=0, location=0,status=0,scrollbars=1,width=600,height=580');}function fpop_expand(){if(document.getElementById("fpop_expand").style.display=="block")height=700;else height=513;if(window.outerWidth){window.outerWidth=window.outerWidth;window.innerHeight=height;}else if(window.resizeTo){window.resizeTo(591,height+38);}}function openandclose(destUrl){window.opener.document.location.href=destUrl;window.close();return false;}function createCookie(name,value,days){if(days){var date=new Date();date.setTime(date.getTime()+(days*24*60*60*1000));var expires="; expires="+date.toGMTString();}else var expires="";document.cookie=name+"="+value+expires+"; path=/";}function readCookie(name){var nameEQ=name+"=";var ca=document.cookie.split(';');for(var i=0;i<ca.length;i++){var c=ca[i];while(c.charAt(0)==' ')c=c.substring(1,c.length);if(c.indexOf(nameEQ)==0)return c.substring(nameEQ.length,c.length);}return null;}function readForumToggleStatus(cookieName){var statusStr=readCookie(cookieName);var count=0;var blockElem=document.getElementById("forumBlockN"+count);if(statusStr&&statusStr.length>0){while(blockElem){if(statusStr.charAt(count)=='0'){blockElem.style.display='none';var contrElem=document.getElementById("forumContrN"+count);if(contrElem){contrElem.className='forumToggleVisible forumToggleUnvisible';}}count++;blockElem=document.getElementById("forumBlockN"+count);}if(statusStr.charAt(statusStr.length-1)=='0'){var blockElem=document.getElementById("forumBlockLast5");if(blockElem){blockElem.style.display='none';}var contrElem=document.getElementById("forumContrLast5");if(contrElem){contrElem.className='forumToggleVisible forumToggleUnvisible';}}}}function writeForumToggleStatus(cookieName){var count=0;var blockElem=document.getElementById("forumBlockN"+count);var statusStr="";while(blockElem){if(blockElem.style.display=='none')statusStr+="0";else
statusStr+="1";count++;blockElem=document.getElementById("forumBlockN"+count);}blockElement=document.getElementById('forumBlockLast5');if(blockElement){if(blockElement.style.display=='none')statusStr+="0";else
statusStr+="1";}createCookie(cookieName,statusStr,100);}function readFilterToggleStatus(){var statusStr=readCookie("filterToggleStatus");var blockElem=document.getElementById('forumFilterBox');var blockElem2=document.getElementById('forumFilterToggle');if(statusStr&&statusStr.length>0&&blockElem){if(statusStr.charAt(0)=='1'){if(blockElem.className.indexOf("forumFilterBoxExtra")==-1){$("#forumFilter .forumFilterBox").toggleClass("forumFilterBoxExtra");$("#forumFilter .forumFilterToggle").toggleClass("forumFilterToggleVisible");}}else
{if(blockElem.className.indexOf("forumFilterBoxExtra")>=0){$("#forumFilter .forumFilterBox").toggleClass("forumFilterBoxExtra");$("#forumFilter .forumFilterToggle").toggleClass("forumFilterToggleVisible");}}}}function writeFilterToggleStatus(){var blockElem=document.getElementById('forumFilterBox');var statusStr="";if(blockElem){if(blockElem.className.indexOf("forumFilterBoxExtra")==-1)statusStr+="0";else
statusStr+="1";}createCookie("filterToggleStatus",statusStr,100);}function readSearchToggleStatus(){var statusStr=readCookie("searchToggleStatus");var blockElem=document.getElementById('forumSearchBox');var blockElem2=document.getElementById('forumSearchToggle');if(statusStr&&statusStr.length>0&&blockElem){if(statusStr.charAt(0)=='1'){if(blockElem.className.indexOf("forumBoxExtra")==-1){$("#forumSearch .forumBoxContent").toggleClass("forumBoxExtra");$("#forumSearch #forumSearchExtra").toggleClass("visible");}}else
{if(blockElem.className.indexOf("forumBoxExtra")>=0){$("#forumSearch .forumBoxContent").toggleClass("forumBoxExtra");$("#forumSearch #forumSearchExtra").toggleClass("visible");}}}}function writeSearchToggleStatus(){var blockElem=document.getElementById('forumSearchBox');var statusStr="";if(blockElem){if(blockElem.className.indexOf("forumBoxExtra")==-1)statusStr="0";else
statusStr="1";}createCookie("searchToggleStatus",statusStr,100);}function observate_forum_answer_popup(popupCmd,categoryID,forumID,threadID,messageID){if(forumAnswerPopupWindow&&!forumAnswerPopupWindow.closed){setTimeout("observate_forum_answer_popup('"+popupCmd+"','"+categoryID+"','"+forumID+"','"+threadID+"','"+messageID+"')",500)}else
{var url='/forum/fdo/ThreadDetailRH.do?categoryID='+categoryID+'&forumID='+forumID+'&threadID='+threadID+'&messageID='+messageID+'#msgID'+messageID+'';window.location.href=url;}}