/* Per favore ... Fatti gli affari tuoi ... ;)
<![CDATA[ */  
					function clickExplorer() {
						if( document.all ) {
							showDialog('Bravo ... ','Ma se vuoi copiare usa CTRL-C','warning'); 					
						}
						return false;
					}

					function clickOther(e) {
						if( document.layers || ( document.getElementById && !document.all ) ) {
							if ( e.which == 2 || e.which == 3 ) {
								showDialog('Bravo ... ','Ma se vuoi copiare usa CTRL-C','warning');
								return false;
							}
						}
					}
					if( document.layers ) {
						document.captureEvents( Event.MOUSEDOWN );
						document.onmousedown=clickOther;
					}
					else {
						document.onmouseup = clickOther;
						document.oncontextmenu = clickExplorer;
					}   /* ]]> */ 
 /* <![CDATA[ */  window.addEvent('domready', function() { 
				   
	
				    document.body.oncopy = function() { 
					showDialog('Bravo ... ','Ma se vuoi copiare usa CTRL-C','warning');
					return false; } });  
						 if( typeof( document.onselectstart ) != 'undefined' )
							document.onselectstart = function(){ return false };
						 document.ondragstart = function(){ return false }   /* ]]> */ 

