$dd->add_dragable(
name => 'dragable1',
src => '/images/SmlFuchsia.png',
width => 124, height => 180,
features => 'HORIZONTAL',
);
$dd->add_dragable(
name => 'dragable2',
src => '/images/SmlWatsonia.png',
width => 124, height => 180,
features => 'VERTICAL',
);