// redefining default features
var _POPUP_FEATURES = 'scrollbars =1,location=0,statusbar=0,menubar=0,width=400,height=400';

listen('load', window, function() {
	mlisten('click', getElementsByClass('popup','a'), event_popup );
});