function openCasosberyPhoto(id){
  myWidth = 720;
	myHeight = 780;
	Xposs = (screen.width  - myWidth) / 2;
	Yposs = (screen.height - myHeight) / 2;  
  win = window.open('pic_casosbery.php?photo='+id,'fotoWindow','menubar=0,location=no,directories=no,scrollbars=no,resizable=no,status=no,top=' + Yposs + ',left=' + Xposs + ', width= ' + myWidth +', height=' + myHeight + '');
}


function openFotogaleriePhoto(id){
  myWidth = 720;
	myHeight = 780;
	Xposs = (screen.width  - myWidth) / 2;
	Yposs = (screen.height - myHeight) / 2;
  win = window.open('pic_fotogalerie.php?photo='+id,'fotoWindow','menubar=0,location=no,directories=no,scrollbars=no,resizable=no,status=no,top=' + Yposs + ',left=' + Xposs + ', width= ' + myWidth +', height=' + myHeight + '');
}



function showVisualizace(id){
  myWidth = 550;
	myHeight = 610;
	Xposs = (screen.width  - myWidth) / 2;
	Yposs = (screen.height - myHeight) / 2;
  win = window.open('pic_vizualizace.php?photo='+id,'fotoWindow','menubar=0,location=no,directories=no,scrollbars=no,resizable=no,status=no,top=' + Yposs + ',left=' + Xposs + ', width= ' + myWidth +', height=' + myHeight + ''); 
}

function showVisualizace_ostgraf(id){
  myWidth = 550;
	myHeight = 610;
	Xposs = (screen.width  - myWidth) / 2;
	Yposs = (screen.height - myHeight) / 2;
  win = window.open('pic_ostgraf.php?photo='+id,'fotoWindow','menubar=0,location=no,directories=no,scrollbars=no,resizable=no,status=no,top=' + Yposs + ',left=' + Xposs + ', width= ' + myWidth +', height=' + myHeight + ''); 
}


function showVisualizace_ostgraf_velke(id){ 
  win = window.open('pic_ostgraf_velke.php?photo='+id,'fotoWindow_velke','menubar=0,location=no,directories=no,scrollbars=yes,resizable=yes,status=no, width=1000, height=720'); 
}


function showSituace(){
  id = 0;
  myWidth = 760;
	myHeight = 610;
	Xposs = (screen.width  - myWidth) / 2;
	Yposs = (screen.height - myHeight) / 2;
  win = window.open('pic_situace.php?photo='+id,'fotoWindow','menubar=0,location=no,directories=no,scrollbars=no,resizable=no,status=no,top=' + Yposs + ',left=' + Xposs + ', width= ' + myWidth +', height=' + myHeight + ''); 
}


function showHistoryImage(id){
	myWidth = 760;
	myHeight = 610;
	Xposs = (screen.width  - myWidth) / 2;
	Yposs = (screen.height - myHeight) / 2;
  win = window.open('pic_historie.php?photo='+id,'fotoWindow','menubar=0,location=no,directories=no,scrollbars=no,resizable=no,status=no,top=' + Yposs + ',left=' + Xposs + ', width= ' + myWidth +', height=' + myHeight + ''); 
}

