var trans_abbrev = new Array("en_amp","en_asv","en_bbe","en_bis","en_dby","en_erv","en_esv","en_gen","en_gnt","en_gwd","en_hcs","en_hnv","en_isv","en_jps","en_kja","en_kjv","en_lit","en_mcb","en_mnt","en_msg","en_nas","en_ncv","en_niv","en_nkj","en_nlt","en_nlv","en_nrs","en_pes","en_reb","en_rhe","en_rsv","en_tyn","en_ubv","en_vul","en_wbt","en_web","en_wes","en_wnt","en_wyc","en_ylt");

var trans_titles = new Array("The Amplified Bible","American Standard Version","Bible in Basic English","The Bishop's Bible (1568)","Darby Translation","Easy-to-Read Version","English Standard Version","Geneva Bible (1587)","Good News Translation","GOD'S WORD","Holman Christian Standard Bible&reg;","Hebrew Names Version","International Standard Version","JPS Old Testament (1917)","King James Version (1611)","King James Version","Literal Translation","Miles Coverdale Bible (1535)","Mace New Testament (1729)","THE MESSAGE","New American Standard","New Century Version","New International Version","New King James Version","New Living Translation","New Life Bible","New Revised Standard","Peshitta - Lamsa Translation","J.B. Rotherham Emphasized Bible","Douay-Rheims Bible","Revised Standard Version","Tyndale New Testament (1525)","Update Bible Version","Latin Vulgate (425)","Webster's Bible Translation","World English Bible","Wesley's New Testament (1755)","Weymouth's New Testament","Wycliffe Bible (1395)","Young's Literal Translation");

var path_script = window.location.href.substring((window.location.href.indexOf(document.domain) + document.domain.length),window.location.href.indexOf('?'));

var h_lexdata = new Array() ;
var g_lexdata = new Array() ;
var a_lexdata = new Array() ;

function showInfo(obj, id, num, lem) {
	var ref = id.split(/-/); 
	var Lid = document.getElementById(id) ;
	displayLexema(lem,id,num,ref[1]);
   }

function showTab(id, m, c) {
        for (i = 1 ; i <= m; i++) {
		document.getElementById(id + '_' + i).style.display = (i == c) ? 'block' : 'none' ;
	   }
   }

