<p>Ա<input class="cn.myapps.core.dynaform.form.ejb.RadioField" id="11e1-b924-1e8c7c69-9bc2-5f221c0d434b" type="radio" value="on" name="Ա" classname="cn.myapps.core.dynaform.form.ejb.RadioField" printHiddenValue="" hiddenValue="" optionsScript="var@nbsp;opts@nbsp;=@nbsp;createOptions();@amp;#10;@amp;#13;opts.add(@quot;@quot;,@quot;@quot;,true);@amp;#10;@amp;#13;opts.add(@quot;Ů@quot;,@quot;Ů@quot;,false);@amp;#10;@amp;#13;opts;" mobile="true" refreshOnChanged="false" calculateOnRefresh="false" processDescription="[];[]" editMode="01" discript="" valueScript="" validateRule="" hiddenScript="" hiddenPrintScript="" readonlyScript="" textType="text" filtercondition="" validateLibs="" fieldtype="VALUE_TYPE_VARCHAR" layout="horizontal" onchange="doAaaa()" /></p>
<div id="divid">
<p></p>
</div>
<script>
function doAaaa(){
	var sexObj = document.getElementsByName("Ա");
	var nameSex = "";

	if(sexObj.length > 0){
		if(sexObj[0].checked == true){
			nameSex = document.getElementsByName("Ա")[0].value;
		}else{
			nameSex = document.getElementsByName("Ա")[1].value;
		}
	}

	var objDiv = document.getElementById('divid'); 
	if(nameSex == "") 
		objDiv.style.display = 'none'; 
	else{ 
		objDiv.style.display = 'block'; 
	} 
}
doAaaa();
</script>