<!--
        var layerRef="null", styleSwitch="null";
        var cf=0;
        var begin=324;
        var clickedLayer=1;

        var s=window.location.href;
        var found=s.indexOf("news");


function init()
{

  if (navigator.appName == "Netscape") {
//    layerRef="document.layers";
//    styleSwitch="";
    layerRef="document.all";
    styleSwitch=".style";
    SwClick(1);
  }else{
    layerRef="document.all";
    styleSwitch=".style";
SwClick(1);
  }

        if ( (s.indexOf("news") > 1) | (pid.value.search('2,1') != -1) )
        {
        SwClick(1);SwClick(1);
        }

        if ( (s.indexOf("map") > 1) | (pid.value.search('2,2') != -1) )
        {
        SwClick(2);
        }

        if ( (s.indexOf("law") > 1) | (pid.value.search('2,3') != -1) )
        {
        SwClick(3);
        }


        if ( (s.indexOf("bus") > 1) | (pid.value.search('2,4') != -1) )
        {
        SwClick(4);
        }

        if ( (s.indexOf("inv") > 1) | (pid.value.search('2,5') != -1) )
        {
        SwClick(5);
        }


        if ( (s.indexOf("nio") > 1) | (pid.value.search('2,6') != -1) )
        {
        SwClick(6);
        }


        if ( (s.indexOf("cul") > 1) | (pid.value.search('2,7') != -1) )
        {
        SwClick(7);
        }


}

function hideLayer(layerName){
  eval(layerRef+'["'+layerName+'"]'+styleSwitch+'.visibility="hidden"');
}

function showLayer(layerName){
  eval(layerRef+'["'+layerName+'"]'+styleSwitch+'.visibility="visible"');
}

function moveLayerDown(layerName,currTop,topstop){
  if (eval(layerRef+'["'+layerName+'"]'+styleSwitch+'.top < topstop')){
    currTop+=10;
    eval(layerRef+'["'+layerName+'"]'+styleSwitch+'.top = currTop');
    setTimeout('moveLayerDown("'+layerName+'",'+currTop+','+topstop+')',0);
  }

}

function moveLayerNamesto(layerName,vertpos){
    eval(layerRef+'["'+layerName+'"]'+styleSwitch+'.top = vertpos');

}

function StatusQuo()

{

   cpos=begin;
   moveLayerNamesto('news',cpos);cpos+=18;
   moveLayerNamesto('map',cpos);cpos+=18;
   moveLayerNamesto('law',cpos);cpos+=18;
   moveLayerNamesto('bus',cpos);cpos+=18;
   moveLayerNamesto('inv',cpos);cpos+=18;
   moveLayerNamesto('nio',cpos);cpos+=18;
   moveLayerNamesto('cul',cpos);cpos+=18;
   moveLayerNamesto('sub_news',-150);
   moveLayerNamesto('sub_map',-150);
   moveLayerNamesto('sub_law',-150);
   moveLayerNamesto('sub_bus',-150);
   moveLayerNamesto('sub_inv',-150);
   moveLayerNamesto('sub_nio',-150);
   moveLayerNamesto('sub_cul',-150);

}

function SwClick(layerNumber)

{

switch(layerNumber)
{
case 1:

       if (layerNumber != clickedLayer)
        {
        cf=0;
        StatusQuo();
        }

        if (cf == 0)
        {
        cpos=begin+142;
   moveLayerNamesto('map',cpos);cpos+=18;
   moveLayerNamesto('law',cpos);cpos+=18;
   moveLayerNamesto('bus',cpos);cpos+=18;
   moveLayerNamesto('inv',cpos);cpos+=18;
   moveLayerNamesto('nio',cpos);cpos+=18;
   moveLayerNamesto('cul',cpos);cpos+=18;
   moveLayerNamesto('sub_news',begin+18);


        cf+=1;
        window.status=cf;
        clickedLayer=layerNumber;
        transcf=1;
        transNumber=layerNumber;

        }
        else
        {
        cf-=1;
        window.status=cf;
        StatusQuo();
        }

break;

case 2:

        if (layerNumber != clickedLayer)
        {
        cf=0;
        StatusQuo();
        }

        if (cf == 0)
        {
        cpos=begin+142+18;
   moveLayerNamesto('law',cpos);cpos+=18;
   moveLayerNamesto('bus',cpos);cpos+=18;
   moveLayerNamesto('inv',cpos);cpos+=18;
   moveLayerNamesto('nio',cpos);cpos+=18;
   moveLayerNamesto('cul',cpos);cpos+=18;
   moveLayerNamesto('sub_map',begin+18+18);

        cf+=1;
        window.status=cf;
        clickedLayer=layerNumber;
        transcf=1;
        transNumber=layerNumber;

        }
        else
        {
        cf-=1;
        window.status=cf;
        StatusQuo();
        }

break;

case 3:

        if (layerNumber != clickedLayer)
        {
        cf=0;
        StatusQuo();
        }

        if (cf == 0)
        {
        cpos=begin+142+18+18;
   moveLayerNamesto('bus',cpos);cpos+=18;
   moveLayerNamesto('inv',cpos);cpos+=18;
   moveLayerNamesto('nio',cpos);cpos+=18;
   moveLayerNamesto('cul',cpos);cpos+=18;
   moveLayerNamesto('sub_law',begin+18+18+18);

        cf+=1;
        window.status=cf;
        clickedLayer=layerNumber;
        transcf=1;
        transNumber=layerNumber;

        }
        else
        {
        cf-=1;
        window.status=cf;
        StatusQuo();
        }
break;

case 4:

        if (layerNumber != clickedLayer)
        {
        cf=0;
        StatusQuo();
        }

        if (cf == 0)
        {
        cpos=begin+142+18+18+18;
   moveLayerNamesto('inv',cpos);cpos+=18;
   moveLayerNamesto('nio',cpos);cpos+=18;
   moveLayerNamesto('cul',cpos);cpos+=18;
   moveLayerNamesto('sub_bus',begin+18+18+18+18);

        cf+=1;
        window.status=cf;
        clickedLayer=layerNumber;
        transcf=1;
        transNumber=layerNumber;
        }
        else
        {
        cf-=1;
        window.status=cf;
        StatusQuo();
        }

break;

case 5:

        if (layerNumber != clickedLayer)
        {
        cf=0;
        StatusQuo();
        }


        if (cf == 0)
        {
        cpos=begin+142+18+18+18+18;
   moveLayerNamesto('nio',cpos);cpos+=18;
   moveLayerNamesto('cul',cpos);cpos+=18;
   moveLayerNamesto('sub_inv',begin+18+18+18+18+18);

        cf+=1;
        window.status=cf;
        clickedLayer=layerNumber;
        transcf=1;
        transNumber=layerNumber;

        }
        else
        {
        cf-=1;
        window.status=cf;
        StatusQuo();
        }

break;

case 6:

        if (layerNumber != clickedLayer)
        {
        cf=0;
        StatusQuo();
        }


        if (cf == 0)
        {
        cpos=begin+142+18+18+18+18+18;
   moveLayerNamesto('cul',cpos);cpos+=18;
   moveLayerNamesto('sub_nio',begin+18+18+18+18+18+18);

        cf+=1;
        window.status=cf;
        clickedLayer=layerNumber;
        transcf=1;
        transNumber=layerNumber;

        }
        else
        {
        cf-=1;
        window.status=cf;
        StatusQuo();

        }


break;

case 7:


        if (layerNumber != clickedLayer)
        {
        cf=0;
        StatusQuo();
        }

        if (cf == 0)
        {
        cpos=begin+142+18+18+18+18+18+18;
   moveLayerNamesto('sub_cul',begin+18+18+18+18+18+18+18);

        cf+=1;
        window.status=cf;
        clickedLayer=layerNumber;
        transcf=1;
        transNumber=layerNumber;

        }
        else
        {
        cf-=1;
        window.status=cf;
        StatusQuo();
        }

break;


}

}

//-->
