function showFile(fileName,appId){ alert(fileName+","+appId) //window.open(pathID,"chatwindow","width=150,height=150,toolbar=1,menubar=1,scrollbars=1,resizable=1,status=0,top=20,left=20"); } function toggleCountryOfOrigin(choice){ var countrySelect = document.registration.countryOfOrigin; var countrySelectOptions = document.registration.countryOfOrigin.options; if( choice.value == 1 ){ countrySelect.disabled = true; countrySelectOptions[1].selected = true } if( choice.value == 2 ){ countrySelect.disabled = false; countrySelectOptions[0].selected = true } } function toggleElements(elementsToToggle,currentState,classesToSwap){ (currentState)?toggleState=false:toggleState=true; if(!document.getElementById || !document.getElementsByTagName) return; var elementNames = elementsToToggle.split(","); for(nextElement=0;nextElement