jQuery(document).ready(function()
{
	var mc = jQuery(".showsFrontContainer");
	if(mc != null && mc.size())
	{
		mc.showsGallery();
	}
});

function openReservation(){
	w=600; h=500;
	var top=screen.availHeight/2-h/2;
	var left=screen.availWidth/2-w/2;
	window.open('https://83.15.188.106/TeatrRzeszow','','width='+w+',height='+h+',left='+left+',top='+top+',scrollbars=yes,resizable=yes');
}