function callbackPopup(result){
  $('#box_teaser_popup_content_div').html(result);
  //jQuery.dump($('#box_teaser_popup_div'), true);
  var popup =  new ClassDialog('box_teaser_popup_div', new Array({id:'box_teaser_popup_abort', returnValue:false, close:true, callback:'showPopup'}, 
                                                          {id:'box_teaser_popup_ok', returnValue:"value('box_teaser_popup_input')", close:true, callback:'showPopup'}));
  document.getElementsByTagName('body')[0].style.cursor='auto'                                                          
}

function showNewPopup(result){
	document.getElementsByTagName('body')[0].style.cursor='wait'
   xajax_BoxTeaserComponent_xStaticTextLayer(result);
}
