var IE=(document.all?true:false);
var DO=(!IE&&document.getElementById);
var NS=(document.layers?true:false);

function meny(id){
  var m=1;
  for (var n=0;n<m;n++){
    if ((IE)&&top.SweKol_1.document.all['meny_' + m]&&m!=id){
//      top.SweKol_1.document.all['meny_' + m].style.color = 'black';
      top.SweKol_1.document.all['meny_' + m].style.backgroundColor = '#eee8aa';
      m=m+1;
    }
    else if ((IE)&&top.SweKol_1.document.all['meny_' + m]&&m==id){
      top.SweKol_1.document.all['meny_' + m].style.backgroundColor = '#e6b908';
      m=m+1;
    }
    else if ((DO)&&top.SweKol_1.document.getElementById('meny_' + m)&&m!=id){
      top.SweKol_1.document.getElementById('meny_' + m).style.backgroundColor = '#eee8aa';
      m=m+1;
    }
    else if ((DO)&&top.SweKol_1.document.getElementById('meny_' + m)&&m==id){
      top.SweKol_1.document.getElementById('meny_' + m).style.backgroundColor = '#e6b908';
      m=m+1;
    }
  }
} 

function menu(id){
  var m=1;
  if (top.document.title == 'Anna Records'){
	for (var n=0;n<m;n++){
	  if ((IE)&&top.SweKol_1.document.all['meny_' + m]&&m!=id){
//      top.SweKol_1.document.all['meny_' + m].style.color = 'black';
        top.SweKol_1.document.all['meny_' + m].style.backgroundColor = '#eee8aa';
        m=m+1;
      }
      else if ((IE)&&top.SweKol_1.document.all['meny_' + m]&&m==id){
        top.SweKol_1.document.all['meny_' + m].style.backgroundColor = '#e6b908';
        m=m+1;
      }
      else if ((DO)&&top.SweKol_1.document.getElementById('meny_' + m)&&m!=id){
        top.SweKol_1.document.getElementById('meny_' + m).style.backgroundColor = '#eee8aa';
        m=m+1;
      }
      else if ((DO)&&top.SweKol_1.document.getElementById('meny_' + m)&&m==id){
        top.SweKol_1.document.getElementById('meny_' + m).style.backgroundColor = '#e6b908';
        m=m+1;
      }
    }
  }
  else if(top.document.title == 'Anna Records (eng)'){
    for (var n=0;n<m;n++){
      if ((IE)&&top.EngKol_1.document.all['meny_' + m]&&m!=id){
        top.EngKol_1.document.all['meny_' + m].style.backgroundColor = '#eee8aa';
        m=m+1;
      }
      else if ((IE)&&top.EngKol_1.document.all['meny_' + m]&&m==id){
        top.EngKol_1.document.all['meny_' + m].style.backgroundColor = '#e6b908';
        m=m+1;
      }
      else if ((DO)&&top.EngKol_1.document.getElementById('meny_' + m)&&m!=id){
        top.EngKol_1.document.getElementById('meny_' + m).style.backgroundColor = '#eee8aa';
        m=m+1;
      }
      else if ((DO)&&top.EngKol_1.document.getElementById('meny_' + m)&&m==id){
        top.EngKol_1.document.getElementById('meny_' + m).style.backgroundColor = '#e6b908';
        m=m+1;
      }
    }  
  }
}

function showTable(name){
        if(document.layers){
                name.visibility="show";
        }else{
                name.style.visibility="visible";
        }
}

function hideTable(name){
        if(document.layers){
                name.visibility="hide";
        }else{
                name.style.visibility="hidden";
        }
}


function toggleMenuPopout(obj, bgcolor) {
    if (obj.style.color == 'white') {
	    obj.style.color = 'black';
	    obj.style.backgroundColor = 'white';
	} else {
	    obj.style.color = 'white';
	    obj.style.backgroundColor = bgcolor;
	}
}


//function kontaktaShow(id){
//  var obj;
//  obj = top.SweKol_1.document.all['kontakta_' + id];
//  top.SweKol_1.document.all['kontakta_' + id].style.visibility="visible";
//  id.style.visibility="visible";
//}
//  if (document.all['nav2_' + id].className == 'lnav2') {
//    	    overSelected = true;
//    	    obj.className = 'lnav2over';
//    	    foreground = obj.style.color;
//    	    background = obj.style.backgroundColor;
//    	    obj.style.backgroundColor = color;