function subOpen(sObjectId,sSelfId,sMainId,iCount){var sState=document.getElementById(sObjectId).style.display;for(i=1;i<=iCount;i++){document.getElementById("bullet_"+sMainId+"_"+i).style.display="none";changeClass("subopener_"+sMainId+"_"+i,"subopen");}
document.getElementById(sObjectId).style.display=(sState=="none")?"":"none";changeClass(sSelfId,(sState=='none')?'subopen2':'subopen');}
function subOpen2(sObjectId,sSelfId,sType,iStart,iEnd){var sState=document.getElementById(sObjectId).style.display;for(i=iStart;i<=iEnd;i++){document.getElementById("bullet_"+sType+"_"+i).style.display="none";changeClass("subopener_"+sType+"_"+i,"subopendownload");}
document.getElementById(sObjectId).style.display=(sState=="none")?"":"none";changeClass(sSelfId,(sState=='none')?'subopendownload2':'subopendownload');}
function openBul(){if(self.document.location.hash.substring(1,8)=="abullet")
{var firstPos=self.document.location.hash.indexOf("_");var secondPos=self.document.location.hash.indexOf("_",firstPos+1);var firstVar=self.document.location.hash.substring(2,self.document.location.hash.length);var secondVar=self.document.location.hash.substring(firstPos+1,secondPos);var thirdVar=parseInt(self.document.location.hash.substring(secondPos+1,self.document.location.hash.length));var forthVar="subopener_"+ secondVar+"_"+ thirdVar+"";subOpen(firstVar,forthVar,secondVar,thirdVar);}}
function openFirstNewsletter(){if(self.document.location.hash.substring(1,8)!="abullet")
{var gotohash=self.document.location.hash;self.document.location.hash='#abullet_191_1';openBul();self.document.location.hash=gotohash;}else{openBul();}}
