- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
function othercomplaints ()
{
if (window.document.Profiles.OtherComplaints !== undefined)
if (window.document.Profiles.OtherComplaints.checked) {
for (i=1;i<=20;i++) {
eval("document.getElementById('otherc"+i+"').style.display = 'block';");
}
} else {
for (i=1;i<=20;i++) {
eval("document.getElementById('otherc"+i+"').style.display = 'none';");
}
}
}
Комментарии (7) RSS
Добавить комментарий