
function abonnements_getTopics()
{
   var select = document.getElementById( 'favoriten_tags' );

   var id = select.options[select.options.selectedIndex].value;

   if( id != '' )
      XAJA_loadContent( "/data/xaja/favoriten_getTopics.php?id="+id, "favoriten_topics", "load1.gif" );

   

}
