window.addEvent("load",function(){
	$("text").makeResizable({
		handle: "suwak",

 limit: {
      x: [300,],
      y: [200,]
   },


onBeforeStart: function(){
			
		}





	});
});

window.addEvent("load",function(){
	new Drag.Base("text");
});

