function sel() { document.getElementById('select_2').disabled = true; document.getElementById('select_3').disabled = true; var LoadData = document.createElement('script'); LoadData.src = 'lib/sel_load.php?load=' + document.getElementById('select_1').value; document.body.appendChild(LoadData); } function sel1() { document.getElementById('select_3').disabled = true; var LoadData = document.createElement('script'); LoadData.src = 'lib/sel_load.php?load1=' + document.getElementById('select_2').value; document.body.appendChild(LoadData); } var Search = " ";