/*
var msg='** TYKETO PRODUCTION - nejlepší ceny vstupenek v  Praze - Tel. ** 267 311 458 ** 267 310 038 ** 603 146 895 **'
var mezery='';
function nacitamStatus() {
	mezery+=' ';
	window.status=mezery+msg;
	//setTimeout('nacitamStatus()',500);
}
nacitamStatus();
*/
	function povinne(p1, p2, p3, p4){
	if (document.all(p1).value == ''||document.all(p1).value == 0) //pro prvni parametr
		{
		alert('Položka '+p1+' musí být zadána.');
	 	document.all[p1].focus();
	 	return false;
	 	};
	if (document.all(p2).value == ''||document.all(p2).value == 0) //pro druhy parametr
		{
		alert('Položka '+p2+' musí být zadána.');
	 	document.all[p2].focus();
	 	return false;
	 	};
	if (document.all(p3).value == ''||document.all(p3).value == 0) 
		{
		alert('Položka '+p3+' musí být zadána.');
	 	document.all[p3].focus();
	 	return false;
	 	};
	if (document.all(p4).value == ''||document.all(p4).value == 0) 
		{
		alert('Položka '+p4+' musí být zadána.');
	 	document.all[p4].focus();
	 	return false;
	 	};
	
  return true;
};


function openWindow(url, h, w) {
	if (!h) h=140;
	if(!w) w=570;
  popupWin = window.open(url,'new_page','scrollbars=1,width='+w+',height='+h+', resizable=1');
};
