	// popup DHTML abus
	var hndle = document.getElementById("abus_handle");
	var ann_obj = document.getElementById("abus");
	ann_obj.style.position='absolute';
	ann_obj.style.left='100px';
	ann_obj.style.top='100px';
	ann_obj.style.width='400px';
	ann_obj.style.height='230px';
	Drag.init(hndle, ann_obj);
