function createCookie(a,b,c){if(c){var d=new Date();d.setTime(d.getTime()+(c*24*60*60*1000));var e="; expires="+d.toGMTString()}else var e="";document.cookie=a+"="+b+e+"; path=/"}function readCookie(a){var b=a+"=";var d=document.cookie.split(';');for(var i=0;i<d.length;i++){var c=d[i];while(c.charAt(0)==' ')c=c.substring(1,c.length);if(c.indexOf(b)==0)return c.substring(b.length,c.length)}return null}function eraseCookie(a){createCookie(a,"",-1)}function openClose(a){if($("#"+a).is(":hidden")){$("#"+a).slideDown('200');eraseCookie(a);createCookie(a,true,30)}else{$("#"+a).slideUp('200');eraseCookie(a);createCookie(a,false,30)}}function collapseClose(a){$("#"+a).slideUp('200');eraseCookie(a);createCookie(a,false,30)}function collapseOpen(a){$("#"+a).slideDown('200');eraseCookie(a);createCookie(a,true,30)}function hideIEPrompt(){$("#chromeframe").slideUp('200');createCookie('hideIEPrompt',true,30)}function forumLogout(){eraseCookie('bbuserid');eraseCookie('bbpassword')}function clearCookies(){eraseCookie('cat1');eraseCookie('cat2');eraseCookie('cat3');eraseCookie('cat4');eraseCookie('cat5');eraseCookie('cat6');eraseCookie('cat7');eraseCookie('cat8');eraseCookie('cat9');eraseCookie('cat10');eraseCookie('style');eraseCookie('mode');erasecookie('hideIEPrompt');eraseCookie('ws');if(confirm('The following cookies were cleared: "cat1", "cat2", "cat3", "cat4", "cat5", "cat6", "cat7", "cat8", "cat9", "cat10", "style", "mode", "ws".\n\nIf there are any additional cookies that are stored by Pokezam.com or services located on Pokezam.com which you want to have removed by the tool, please send an email to rehtaew@gmail.com.\n\nReload the page?')){location.reload(true)}}