if (location.search.indexOf('print=true') > -1) { var popupisopen = true; document.write(''); } if (location.search.indexOf('printfax=true') > -1) { var popupisopen = true; document.write(''); } pokis.page.ready([ pokis.page.initPrintView, pokis.page.addPopupbar, pokis.page.addPrintlink, /* addonclick on all FAQ questions, open faq if given in #anchor */ function() { $('div.faq dt').each(function() { // div. needed as Jquery 1.1.1 has a bug! $(this).click(function() { pokis.page.modules.toggleFaq(this); }) }); var anchor = window.location.hash; if (!anchor || (anchor && anchor.indexOf('question') == -1)) return; pokis.page.modules.toggleFaq(anchor); // click() does not work in IE } ]); pokis.page.unload("pokis.page.popupclose()");