
function openPoemWindow(basenID)
{
  myWidth = 500;
	myHeight = 500;
	Xposs = (screen.width  - myWidth) / 2;
	Yposs = (screen.height - myHeight) / 2;
  win = window.open('showPoem.php?ID='+basenID,'poemWindow','menubar=0,location=yes,directories=no,scrollbars=yes,resizable=yes,status=no,top=' + Yposs + ',left=' + Xposs + ', width=500, height=500');
}


function openInfoBox(fellowID)
{
  myWidth = 500;
	myHeight = 500;
	Xposs = (screen.width  - myWidth) / 2;
	Yposs = (screen.height - myHeight) / 2;
  win = window.open('showFellowInfo.php?ID='+fellowID,'poemWindow','menubar=0,location=yes,directories=no,scrollbars=yes,resizable=yes,status=no,top=' + Yposs + ',left=' + Xposs + ', width=460, height=370');
}


function OpenImageWindow(urlImage)
{
  win = window.open(urlImage,'imageWindow','menubar=0,location=no,directories=no,scrollbars=yes,resizable=no,status=no,top=100,left=100, width=650, height=500');
}

function openVenediger()
{
  win = window.open('images/photogalery/actions/grossvenediger06/popis.htm','venedigerWindow','menubar=0,location=no,directories=no,scrollbars=yes,resizable=no,status=no,top=100,left=100, width=650, height=500');
}



function showPicRudolf(urlImage)
{
  win = window.open(urlImage,'imageWindow','menubar=0,location=no,directories=no,scrollbars=yes,resizable=no,status=no,top=100,left=100, width=820, height=820');
}

function showPicRudolfPano(urlImage)
{
  win = window.open(urlImage,'imageWindowPano','menubar=0,location=no,directories=no,scrollbars=yes,resizable=no,status=no,top=100,left=100, width=1020, height=400');
}

