<!--
var tim,cm=1,sw,flag;
function BuildCache(){
  Cache=new Array();
  for(var c=1;c<im;c++) Cache[c]=document.getElementById('sm'+c);
}
function HideMenu(){
  if(sw){
    timerID=null;
    tim=null;
    for(var d=1;d<im;d++){
      var Span=Cache[d];
      Span.style.visibility="hidden";
      sw=0;
    }
  }
  return true;
}

function ShowMenu(tip){
  if(cm==1&&sw!=tip){
    flag=HideMenu();
    if(flag) ShowMenu1(tip);
  }
}

function ShowMenu1(tip){
  var Span=Cache[(cm+Smer[(tip-1)]+(tip>2?Smer[(tip-2)]:0)+(tip>3?Smer[(tip-3)]:0)+(tip>4?Smer[(tip-4)]:0))];
  Span.style.visibility="visible";
  tim=setTimeout('timerExpire('+tip+')',60); 
}

function timerExpire(tip){
  if(cm<Smer[tip]&&tim){
      cm++;
      ShowMenu1(tip);
  }else{
    cm=1;
    sw=tip;
  }
}
function obr(target, page, size1, size2,skr){
  var x=Math.floor((screen.width-size1)/2);
  var y=Math.floor((screen.height-size2)/2);
  if(parent.name != target){
    target=window.open(page,target,'resizable=yes,status=no,'+(skr==1?' scrollbars=yes,':'')+(skr==2?' menubar=yes,':'')+'width='+size1+',height='+size2+',top='+y+',left='+x);
  }
return false;
}
function run_movie(swf,w,h,nm){
  text="<OBJECT classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0\" ID=\""+nm+"\"  Width=\""+w+"\" Height=\""+h+"\">\r\n";
  text+="<PARAM NAME=\"movie\" VALUE=\""+swf+".swf\">\r\n";
  text+="<PARAM NAME=\"quality\" VALUE=\"high\">\r\n";
  text+="<PARAM NAME=\"menu\" VALUE=\"false\">\r\n";
  text+="<PARAM NAME=\"bgcolor\" VALUE=\"FFFFFF\">\r\n";
  text+="<PARAM NAME=\"swLiveConnect\"  VALUE=\"true\">\r\n";
  text+="<EMBED src=\""+swf+".swf\" bgcolor=\"#FFFFFF\" quality=\"best\" WIDTH=\""+w+"\" HEIGHT=\""+h+"\" TYPE=\"application/x-shockwave-flash\" PLUGINSPAGE=\"http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash\" name=\""+nm+"\" swLiveConnect=\"true\"></EMBED></OBJECT>\r\n";
  document.write(text);
  return 1;
}

window.status=nav;
//-->