﻿function ToggleList(pCurrentDivId,pIdPrefix)
{var isActionOpen=false;if(_$(pCurrentDivId).style.display=="none"){isActionOpen=true;}
for(var counter=0;counter<20;counter++){var ulId=pIdPrefix+counter;if(pCurrentDivId!=ulId){var objDiv=_$(pIdPrefix+counter);if(objDiv){objDiv.style.display="none";}}}
_$(pCurrentDivId).style.display=_$(pCurrentDivId).style.display=="none"?"":"none";if(ie6)
{SetHeaderWidth("735px");if($(pCurrentDivId).style.display!="none")
{CSBfleXcroll('mycustomscroll1');}
else
{CSBfleXcroll('mycustomscroll1');}
replaceH2tagCss();}else{if($(pCurrentDivId).style.display!="none")
{CSBfleXcroll('mycustomscroll1');}
else
{CSBfleXcroll('mycustomscroll1');}}}
function replaceH2tagCss()
{if(document.getElementById('divcontent').scrollHeight>543)
{SetHeaderWidth("735px");}else{SetHeaderWidth("753px");}}
function SetHeaderWidth(pWidth){var div=document.getElementById('divcontent');var arr=div.getElementsByTagName('h2');for(i=0;i<arr.length;i++)
{arr[i].style.width=pWidth;}}
