function gt () {
val=document.all.item('choice').value;
document.location.href=val; 
}


function time_start(){
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}


function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}




//Rollovers
var altIMG=new Array();
var mainIMG=new Array();

function IMGmain (name, path) {
  if (document.images) {
  document.images [name].src = mainIMG [name].src;
  }
}

function IMGalt (name, path) {
  if (document.images) {
  document.images [name].src = altIMG [name].src;
  }
}



//  Preload Rollovers (кнопки)
function Preload(path) { 
altIMG ["B1"]=new Image (108,26);
mainIMG ["B1"]=new Image (108,26);
altIMG ["B2"]=new Image (108,26);
mainIMG ["B2"]=new Image (108,26);
altIMG ["B3"]=new Image (108,26);
mainIMG ["B3"]=new Image (108,26);
altIMG ["B4"]=new Image (108,26);
mainIMG ["B4"]=new Image (108,26);
altIMG ["B5"]=new Image (108,26);
mainIMG ["B5"]=new Image (108,26);
altIMG ["B6"]=new Image (108,26);
mainIMG ["B6"]=new Image (108,26);
altIMG ["B7"]=new Image (108,26);
mainIMG ["B7"]=new Image (108,26);
altIMG ["En"]=new Image (68,16);
mainIMG ["En"]=new Image (68,16);

altIMG ["hm"]=new Image (11,11);
mainIMG ["hm"]=new Image (11,11);
altIMG ["em"]=new Image (12,8);
mainIMG ["em"]=new Image (12,8);

mainIMG ["B1"].src=path+"images/hd_nv01.gif";
altIMG ["B1"].src=path+"images/hd_nv01_f2.gif";
mainIMG ["B2"].src=path+"images/hd_nv02.gif";
altIMG ["B2"].src=path+"images/hd_nv02_f2.gif";
mainIMG ["B3"].src=path+"images/hd_nv03.gif";
altIMG ["B3"].src=path+"images/hd_nv03_f2.gif";
mainIMG ["B4"].src=path+"images/hd_nv04.gif";
altIMG ["B4"].src=path+"images/hd_nv04_f2.gif";
mainIMG ["B5"].src=path+"images/hd_nv05.gif";
altIMG ["B5"].src=path+"images/hd_nv05_f2.gif";
mainIMG ["B6"].src=path+"images/hd_nv06.gif";
altIMG ["B6"].src=path+"images/hd_nv06_f2.gif";
mainIMG ["B7"].src=path+"images/hd_nv07.gif";
altIMG ["B7"].src=path+"images/hd_nv07_f2.gif";
mainIMG ["En"].src=path+"images/English.gif";
altIMG ["En"].src=path+"images/English_alt.gif";

mainIMG ["hm"].src=path+"images/home.gif";
altIMG ["hm"].src=path+"images/home_alt.gif";
mainIMG ["em"].src=path+"images/mail.gif";
altIMG ["em"].src=path+"images/mail_alt.gif";
}

