obr1=new Image(); obr1.src="pictures/ap1s.jpg";
  //obr2=new Image(); obr2.src="pictures/ap2s.jpg";
  obr3=new Image(); obr3.src="pictures/ap3s.jpg";
  obr4=new Image(); obr4.src="pictures/ap4s.jpg";
  obr5=new Image(); obr5.src="pictures/ap5s.jpg";
  obr6=new Image(); obr6.src="pictures/ap6s.jpg";
  obr7=new Image(); obr7.src="pictures/ap7s.jpg";
  obr8=new Image(); obr8.src="pictures/ap8s.jpg";
  
  
  function ImageOver(imgName,imgNo)
  {
    eval ("document."+imgName+".src='pictures/ap"+imgNo+"s.jpg'");
  }

  function ImageOut(imgName,imgNo)
  {
    eval ("document."+imgName+".src='pictures/ap"+imgNo+".jpg'");
  }

  function a()
  {

  }
  
  function ShowPhoto($image,$width,$height) {
window.open($image, '', 'screenX=100,screenY=100,resizable,menubar=0, scrollbars=no,width='  + ($width+15) + ',height=' + ($height+20) );
}
function otevri()
	
	{
	window.open ("form3.html" , "Form3" , "toolbar=0 , location=0 , menubar=0 , scrollbars=1 ,  resizable=1 , top=0 , left=0 , width=515 , height=400");
	}