function confirm(z){
    window.status = 'Sajax version updated';
    }

  function onDrop() {        	
  	// ON DROP ESEMÉNY //
  	var data = DragDrop.serData('g2');
    x_sajax_update(data, confirm);
    }
    
   function getSort(){
    order = document.getElementById("order");
    order.value = DragDrop.serData('g1', null);
    }
        
  function showValue(){
    order = document.getElementById("order");
    alert(order.value);
    }
