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