	////////////////////////////////////////////////////////////////
	// Souce File for NCMS Netcore Content Management System      //
	// Filename: output.js				    			 		  //
	// Last modified by: ADUN									  //
	// Creation Date: 24. March 2004    						  //
	// Last modify: 24. March 2004                                //
	// includes: none                                             //
	////////////////////////////////////////////////////////////////	
	
	function really_del(theURL,features) { 
		Check = confirm("Sicuro di cancellare?");
		if(Check == true) location.href=theURL+features;
	}
