Drag-able Pop Up Scroll Box with external Text w/Image

OK, I’ve worked on this for days, I would like to make the box drag-able, however I loose my text when I add the drag function. It has something to do with the cliphandler and a conflict.
Everytime I add the following code it kills my text and or image.

dragger.onPress = function() {
	startDrag(_root.about);
};
dragger.onRelease = function() {
	stopDrag();
};

Attached zip file.

Would someone please try and tell me what to do.

Thanks for your time.
File CS3 actionscript 2 saved as flash 8
http://www.chattphoto.com/HelpFunction.zip