var currentLayer_S="cellS1";var currentDiv_S="Sd1";function showLayer_S(obj,div){if(currentLayer_S!=obj.id){showIt_S(currentLayer_S,currentDiv_S,false);currentLayer_S=obj.id;currentDiv_S=div;showIt_S(currentLayer_S,currentDiv_S,true);}}
function showIt_S(o,d,mode){var obj=document.getElementById(o);var div=document.getElementById(d);obj.className=mode?"indexS_active":"indexS_inactive";div.style.display=mode?"block":"none";}

