if (document.images) 
{ 
  pic1on= new Image(122,32); 
  pic1on.src="menu/penzion1.gif";
  pic1off= new Image(122,32); 
  pic1off.src="menu/penzion.gif";
  pic1down=new Image(122,32); 
  pic1down.src="menu/penzion2.gif";
  pic2on= new Image(153,32); 
  pic2on.src="menu/restaurace1.gif"; 
  pic2off= new Image(153,32); 
  pic2off.src="menu/restaurace.gif"; 
  pic2down=new Image(153,32); 
  pic2down.src="menu/restaurace2.gif"; 
  pic3on= new Image(147,32); 
  pic3on.src="menu/domazlice1.gif"; 
  pic3off= new Image(147,32); 
  pic3off.src="menu/domazlice.gif"; 
  pic3down=new Image(147,32); 
  pic3down.src="menu/domazlice2.gif"; 
  pic4on= new Image(108,32); 
  pic4on.src="menu/galerie1.gif"; 
  pic4off= new Image(108,32); 
  pic4off.src="menu/galerie.gif"; 
  pic4down=new Image(108,32); 
  pic4down.src="menu/galerie2.gif"; 
  pic5on= new Image(113,32); 
  pic5on.src="menu/kontakt1.gif"; 
  pic5off= new Image(113,32); 
  pic5off.src="menu/kontakt.gif"; 
  pic5down=new Image(113,32); 
  pic5down.src="menu/kontakt2.gif"; 
  pic6on= new Image(117,32); 
  pic6on.src="menu/odkazy1.gif"; 
  pic6off= new Image(117,32); 
  pic6off.src="menu/odkazy.gif"; 
  pic6down=new Image(117,32); 
  pic6down.src="menu/odkazy2.gif"; 
  pic7on= new Image(92,32); 
  pic7on.src="menu/home1.gif"; 
  pic7off= new Image(92,32); 
  pic7off.src="menu/home.gif"; 
  pic7down=new Image(92,32); 
  pic7down.src="menu/home2.gif"; 
  pic8on= new Image(105,32); 
  pic8on.src="menu/english1.gif"; 
  pic8off= new Image(105,32); 
  pic8off.src="menu/english.gif"; 
  pic8down=new Image(105,32); 
  pic8down.src="menu/english2.gif";
  pic9on= new Image(116,32); 
  pic9on.src="menu/deutsch1.gif"; 
  pic9off= new Image(116,32); 
  pic9off.src="menu/deutsch.gif"; 
  pic9down=new Image(116,32); 
  pic9down.src="menu/deutsch2.gif";
  pic0on= new Image(176,32); 
  pic0on.src="menu/copyright1.gif"; 
  pic0off= new Image(176,32); 
  pic0off.src="menu/copyright.gif"; 
  pic0down=new Image(176,32); 
  pic0down.src="menu/copyright2.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();
}

