// redefining default features
var _POPUP_FEATURES = 'location=0,status=0,menubar=0,width=610,height=450,scrollbars=yes,resizable=yes';

listen('load', window, function() {
	mlisten('click', getElementsByClass('popup','a'), event_popup );
});