function show_detail()
{
	window.open('cinema_details.php','','resizable=yes,scrollbars=yes,width=430,height=520');
	return false;
}
function go_to_film(menu)
{
	location.href='cinema.php?id='+menu.options[menu.selectedIndex].value;
}