// redefining default features
var _POPUP_FEATURES = 'location=0,statusbar=0,menubar=0,width=190,height=140';

function event_popup(e) {
  link_popup(e.currentTarget);
  e.preventDefault();
}

listen('load', window, function() {

listen('click', 'popme' , event_popup_features('location=0,statusbar=0,menubar=0,width=400,height=510') );
listen('click', 'popmetoo' , event_popup_features('location=0,statusbar=0,menubar=0,width=400,height=510') );

});