function BookMovie(IDPredstaveni)
{
	window.open("http://intranet.kinoatlas.cz/rezervation/rezervation.php?IDPredstaveni="+IDPredstaveni, 'rezervace', 'top=0,left=0,width=800,height=600,scrollbars=1,resizable=1');
}

function WinMapOpen(){
	posX = document.body.clientWidth;
	posY = document.body.clientHeight;
	
	posX = Math.round((posX - 419) / 2);
	posY = Math.round((posY - 351) / 2);
	
	
	eval("window.open('/mapwindow.php', 'KinaAtlas_Mapa', 'width=410,height=351,top="+posY+",left="+posX+"')");	
}