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

listen('load', window, function() {
	//listen('click', 'popup-listen', event_popup );
	mlisten('click', getElementsById('pdf-popup'), event_popup_features('height=500,width=700,resizable') );
	//mlisten('click', getElementsByClass('popup','a'), event_popup );
});
