var b=true;var ar=new Array('frm','comments','headlinks','counters','ratingRoot');function phide(){for(i=0;i<ar.length;i++){var el=getElement(ar[i]);if(el){el.style.display='none';}}}
function pshow(){for(i=0;i<ar.length;i++){var el=getElement(ar[i]);if(el){el.style.display='';}}}
function print()
{if(b==true){if(document.styleSheets){document.styleSheets[0].disabled=true;document.styleSheets[1].disabled=false;}
phide();b=false;}else{if(document.styleSheets){document.styleSheets[0].disabled=false;document.styleSheets[1].disabled=true;}
pshow();b=true;}}