//window.addEvent('domready', function(){
//
//  var block1 = $('dragbox1');
//  var content = $('content');
//  var gripWidth = $('handle').getSize().x;
//  var grip = $('handle');
//  var dragOne = new Drag.Move(grip,{
//    modifiers: {
//      x: 'left',
//      y: false
//    },
//    snap : 0,
//    limit : {
//      x:[100, 800]
//      },
//    onDrag : function() {
//      width = grip.getStyle('left').toInt()+gripWidth;
//      block1.setStyle('width', width);
//      content.setStyle('background-position', width + 'px 0px');
//    }
//  });
//});



