function VSWemptyList( box ) { while ( box.options.length ) box.options[0] = null; } function VSWfillList( box, arr ) { for ( i = 0; i < arr[0].length; i++ ) { option = new Option( arr[0][i], arr[1][i] ); box.options[box.length] = option; } box.selectedIndex=0; } function VSWchangeList(box) { targetChange = document.getElementById('ctid'); list = lists[box.options[box.selectedIndex].value]; VSWemptyList( targetChange ); VSWfillList( targetChange, list ); } var loadL = '

