var isNN = (navigator.appName.indexOf("Netscape")!=-1);




function check_enter(e)
{
	var keyCode = (isNN) ? e.which : e.keyCode;
	if (keyCode == 13)
	{
	 //alert('test');
		document.getElementById('search_button').click();
	}
}

function prasa_view(id)
{
	/*if (window.showModalDialog)
	{
		window.showModalDialog("photos_preview.php?id_img=" + id_img + "&prod_index=" + prod_index,"CSW-photo","dialogWidth:700px;dialogHeight:500px");
	}
	else
	{*/
		okno = window.open("prasa_view.php?id=prasa_o_nas&more=1&nid=" + id,'Prasa_o_nas',"scrollbars=1,resizable=1,width=500,height=500,top=0,left=524");
		okno.focus()
	//}
}
