

function image_expression_raisePopup(ev){
  if(typeof this.alvine_popupid == 'undefined') return false;
  if(typeof this.alvine_popupContent == 'undefined') return false;
  
  content_layout_popup_js_show(this.alvine_popupid, this.alvine_popupContent, true);
  
  return true;
}

