function img_act(menuID,style)
{
  defPath="./images/m_";
  
  switch (menuID) {
  case "m1" : if(style=="1"){mImage=defPath+"01a.gif";}else{mImage=defPath+"01.gif";}break;
  case "m2" : if(style=="1"){mImage=defPath+"02a.gif";}else{mImage=defPath+"02.gif";}break;
  case "m3" : if(style=="1"){mImage=defPath+"03a.gif";}else{mImage=defPath+"03.gif";}break;
  case "m4" : if(style=="1"){mImage=defPath+"04a.gif";}else{mImage=defPath+"04.gif";}break;
  case "m5" : if(style=="1"){mImage=defPath+"05a.gif";}else{mImage=defPath+"05.gif";}break;
  case "m6" : if(style=="1"){mImage=defPath+"06a.gif";}else{mImage=defPath+"06.gif";}break;
  }
  document [menuID].src=mImage;
}


function docLocate(mId)
{
  switch (mId) {
  case "m1":  parent.frames[10].location="/news/"; 
              break;

  case "m2":  parent.frames[10].location="kerho.html"; 
              break;

  case "m3":  parent.frames[10].location="tuotteet2.html"; 
              break;

  case "m4":  parent.frames[10].location="liity.html"; 
              break;

  case "m5":  parent.frames[10].location="linkit.php"; 
              break;

  case "m6":  parent.frames[10].location="english.html"; 
              break;

  case "m7":  parent.frames[10].location="/guestbook/"; 
              break;

  case "m8":  parent.frames[10].location="tapahtumakalenteri.php"; 
              break;

  case "m9":  parent.frames[10].location="romutori.html"; 
              break;

  case "m10": parent.frames[10].location="autot.html"; 
              break;

  case "m22": parent.frames[10].location="hallitus.html"; 
              break;

  case "m23": parent.frames[10].location="yhteys.html"; 
              break;

  case "m24": parent.frames[10].location="lehti.html"; 
              break;

  case "m25": parent.frames[10].location="mainos.html"; 
              break;

  case "m91": parent.frames[10].location="/romutori/default.asp?area=1/";
              break;

  case "m92": parent.frames[10].location="/romutori/default.asp?area=4&cat=1";
              break;

  case "m93": parent.frames[10].location="remove_romut.html";
              break;

  case "m81": parent.frames[10].location="tapahtumakalenteri.php";
              break;

  case "m82": parent.frames[10].location="tapahtumat.html";
              break;

  case "m11": parent.frames[10].location="/phpBB3/"; 
              break;

  case "m12": parent.frames[10].location="ilmot.html"; 
              break;


  }
}
