/************** initComboLingueIdioma **************/ function initComboLingueIdioma(){ comboFrom=document.getElementsByName("from")[0]; comboTo=document.getElementsByName("to")[0]; for(c=0;c=0;x--)c.options[x] = null;} /************** initMyIdiomaClient **************/ function initMyIdiomaClient(){ initComboLingueIdioma(); if(from.length)ComboSelectK("from",from); ComboToRefresh(); if(to.length)ComboSelectK("to",to); } window.onload = initMyIdiomaClient