// *****************************************************************************
function show_data( id, lan ) { /*
  new Ajax( 'index.php'+'?mod=fd-cdoc&exec=showdata&ajax=1&id='+id, {
    method: "GET",
    update: 'div_results',
    evalScripts: true,
    onComplete: function() {
    }
  }).request();
*/  
  document.location.href = "/fd-cdoc?lng="+lan+"&exec=showdata&id="+id;
}
