var _POPUP_FEATURES = 'location=no,status=yes,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,width=300,height=300';

listen('load', window, function() {
//	listen('click', 'popup-listen', event_popup );
//	listen('click', 'popup-feat'  , event_popup_features('location=no,status=yes,menubar=yes,width=300,height=300') );
	mlisten('click', getElementsByClass('popup','a'), event_popup );
	mlisten('submit', getElementsByClass('popup',''), event_popup );
});