function rzone() { getId('pcity').style.display='none'; if (getId('zone').selectedIndex!=0) { getId('pcity').style.display='block'; } } function rcountries() { if (getId('s[country]').selectedIndex==1) { getId('zone').selectedIndex=0; getId('reg_countries').style.display='block'; getId('zone').disabled=false; getId('cities').readOnly=true; } else { getId('reg_countries').style.display='none'; getId('zone').disabled=true; getId('cities').readOnly=false; getId('pcity').style.display='none'; } } function send_reg(etext,elogin,efname,elname,ecities,eterm) { var s = true; var emsg=''; Section=document.getElementById('fe'); sel=Section.getElementsByTagName('select'); for(var i=0;i