//<![CDATA[
function popup(url, width, height) {
var Win = window.open(url,"displayWindow",'width=' + width + ',height=' + height + ',resizable=1,scrollbars=yes,menubar=no' );
}
//]]>


			function confirm_delete(id){
				if(window.confirm("News o identyfikatorze: "+id+" zostanie usuniety. Czy chcesz kontynuowac?"))                                                                                             
					document.location="index.php?mod=nws&act=del_nws&id="+id; else window.status='Anulowano usuniecie';
			}
			
			function confirm_delete_page(id, page_id){
				if(window.confirm("News o identyfikatorze: "+id+" zostanie usuniety. Czy chcesz kontynuowac?"))                                                                                             
					document.location="index.php?mod=nws&act=del_nws&id="+id+"&page="+page_id; else window.status='Anulowano usuniecie';
			}


       function check_enabled(){
			 var stan = document.edit_form.news_redirect.checked;
			 if(stan==true){
				 document.edit_form.news_url.disabled=false;
				 document.edit_form.news_url.value='';
			 }else{
				 document.edit_form.news_url.disabled=true;
				 document.edit_form.news_url.value='';
			 }
       }
