// 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('scrollbars=yes,location=0,statusbar=0,menubar=0,width=400,height=510') );

listen('click', 'lo_01' , event_popup_features('location=0,statusbar=0,menubar=0,width=350,height=250') );
listen('click', 'hi_01'  , event_popup_features('location=0,statusbar=0,menubar=0,width=450,height=310') );
listen('click', 'img_01' , event_popup_features('location=0,statusbar=0,menubar=0,width=700,height=510') );

listen('click', 'lo_02' , event_popup_features('location=0,statusbar=0,menubar=0,width=350,height=250') );
listen('click','hi_02'  , event_popup_features('location=0,statusbar=0,menubar=0,width=450,height=310') );
listen('click','img_02' , event_popup_features('location=0,statusbar=0,menubar=0,width=700,height=510') );

listen('click', 'lo_03' , event_popup_features('location=0,statusbar=0,menubar=0,width=350,height=250') );
listen('click','hi_03'  , event_popup_features('location=0,statusbar=0,menubar=0,width=450,height=310') );
listen('click','img_03' , event_popup_features('location=0,statusbar=0,menubar=0,width=700,height=510') );

listen('click', 'lo_04' , event_popup_features('location=0,statusbar=0,menubar=0,width=350,height=250') );
listen('click','hi_04'  , event_popup_features('location=0,statusbar=0,menubar=0,width=450,height=310') );
listen('click','img_04' , event_popup_features('location=0,statusbar=0,menubar=0,width=700,height=510') );

listen('click', 'lo_05' , event_popup_features('location=0,statusbar=0,menubar=0,width=350,height=250') );
listen('click','hi_05'  , event_popup_features('location=0,statusbar=0,menubar=0,width=450,height=310') );
listen('click','img_05' , event_popup_features('location=0,statusbar=0,menubar=0,width=700,height=510') );

listen('click', 'lo_06' , event_popup_features('location=0,statusbar=0,menubar=0,width=350,height=250') );
listen('click','hi_06'  , event_popup_features('location=0,statusbar=0,menubar=0,width=450,height=310') );
listen('click','img_06' , event_popup_features('location=0,statusbar=0,menubar=0,width=700,height=510') );

listen('click', 'lo_07' , event_popup_features('location=0,statusbar=0,menubar=0,width=350,height=250') );
listen('click','hi_07'  , event_popup_features('location=0,statusbar=0,menubar=0,width=450,height=310') );
listen('click','img_07' , event_popup_features('location=0,statusbar=0,menubar=0,width=700,height=510') );

listen('click', 'lo_08' , event_popup_features('location=0,statusbar=0,menubar=0,width=350,height=250') );
listen('click','hi_08'  , event_popup_features('location=0,statusbar=0,menubar=0,width=450,height=310') );
listen('click','img_08' , event_popup_features('location=0,statusbar=0,menubar=0,width=700,height=510') );

listen('click', 'lo_09' , event_popup_features('location=0,statusbar=0,menubar=0,width=350,height=250') );
listen('click','hi_09'  , event_popup_features('location=0,statusbar=0,menubar=0,width=450,height=310') );
listen('click','img_09' , event_popup_features('location=0,statusbar=0,menubar=0,width=700,height=510') );


});
