function SetImg(Name,Img)
{
  document.images[Name].src='images/'+Img+".gif";
}

function zoom()
{

	LastWin2 = window.open("", "raz", "left=10,top=30,width=550,height=440,scrollbars=0");
	LastWin2.document.open()
	LastWin2.document.write("<html><head><meta http-equiv='Content-Type' content='text/html; charset=windows-1251'><title></title></head><body bgcolor=#EBF0FB topmargin=0 leftmargin=0 marginwidth=0 marginheight=0><img src=images/map.gif></body></html>")
	LastWin2.document.close()
	LastWin2.focus()
}

function impressum_d()
{

	LastWin2 = window.open("impressum_d.htm", "raz", "left=10,top=30,width=310,height=230,scrollbars=0");
	LastWin2.focus()
}

img_pre=new Array()
for (i=0; i<12; i++){
img_pre[i]=new Image()
img_pre[i].src="images/menu_d_"+i+"_s.gif"
}

img_pre=new Array()
for (i=0; i<12; i++){
img_pre[i]=new Image()
img_pre[i].src="images/menu_e_"+i+"_s.gif"
}

function images_preload(img_pre2)
{
  tmp_imgs=new Array();
  for (i=0; i<img_pre2.count; i++)
  {
    tmp_imgs[i]=new Image();
    tmp_imgs[i].src=img_pre2[i];
  }
}

img_pre2= new Array('images/lang_e_s.gif','images/lang_d_s.gif','images/lang_ed_s.gif','images/lang_ee_s.gif');
images_preload(img_pre2);
