if (document.images) 
{ 
  pic1on= new Image(131,50); 
  pic1on.src="menu/home1.gif";
  pic1off= new Image(131,50); 
  pic1off.src="menu/home.gif";
  pic1down=new Image(131,50); 
  pic1down.src="menu/home2.gif";
  pic2on= new Image(131,50); 
  pic2on.src="menu/galerie1.gif"; 
  pic2off= new Image(131,50); 
  pic2off.src="menu/galerie.gif"; 
  pic2down=new Image(131,50); 
  pic2down.src="menu/galerie2.gif"; 
  pic3on= new Image(131,50); 
  pic3on.src="menu/moznosti1.gif"; 
  pic3off= new Image(131,50); 
  pic3off.src="menu/moznosti.gif"; 
  pic3down=new Image(131,50); 
  pic3down.src="menu/moznosti2.gif"; 
  pic4on= new Image(131,50); 
  pic4on.src="menu/drahy1.gif"; 
  pic4off= new Image(131,50); 
  pic4off.src="menu/drahy.gif"; 
  pic4down=new Image(131,50); 
  pic4down.src="menu/drahy2.gif"; 
  pic5on= new Image(131,50); 
  pic5on.src="menu/kontakt1.gif"; 
  pic5off= new Image(131,50); 
  pic5off.src="menu/kontakt.gif"; 
  pic5down=new Image(131,50); 
  pic5down.src="menu/kontakt2.gif"; 
  pic5on= new Image(131,50); 
  pic5on.src="menu/kontakt1.gif"; 
  pic5off= new Image(131,50); 
  pic5off.src="menu/kontakt.gif"; 
  pic5down=new Image(131,50); 
  pic5down.src="menu/kontakt2.gif"; 
  pic6on= new Image(131,50); 
  pic6on.src="menu/odkazy1.gif"; 
  pic6off= new Image(131,50); 
  pic6off.src="menu/odkazy.gif"; 
  pic6down=new Image(131,50); 
  pic6down.src="menu/odkazy2.gif"; 
}
function lightup(imgName){ 
  if (document.images){ 
    imgOn=eval(imgName + "on.src"); 
    document[imgName].src= imgOn; 
  } 
} 
function turnoff(imgName){ 
  if (document.images){ 
    imgOff=eval(imgName + "off.src"); 
    document[imgName].src= imgOff; 
  } 
} 
function clickdown(imgName){ 
  if (document.images){ 
    imgDown=eval(imgName + "down.src"); 
    document[imgName].src=imgDown; 
  } 
}

function zoom(image,x,y)
{
var okno=window.open('','okno','width='+x+',height='+y+',resizable=0,menubar=0,toolbar=0,left=200,top=200,directories=0,location=0,scrollbars=0,copyhistory=0,status=0');
okno.document.open();
okno.document.writeln('<html>\n<head>\n<title>klik=zavřít</title>\n<meta http-equiv="Content-Type" content="text/html; charset=windows-1250">\n</head>\n<body bgcolor="#f7f7f7" topmargin="0" leftmargin="0" bottommargin="0" rightmargin="0">');
okno.document.writeln('<img src="'+image+'.jpg" onclick="window.close()" style="cursor: pointer; cursor: hand" title="klikněte pro zavření okna" alt="obrázek se načítá...">');
okno.document.writeln('<center></center>');
okno.document.writeln('</body>\n</html>');
okno.document.close();
}


