function reshow(object,selobj) { artist = object.options[object.selectedIndex].value; //if (msie) window.document.frames[0].location.href = 'what.htm'; if (3==3){ for (var i = selobj.length;i > 0;i--) selobj.options[0] = null; reloading = true; eval('fillSelect(selobj)'); //selobj.options[0].selected = true; } return false; } function opt(selobj, href, text) { if (reloading) { var optionName = new Option(text, href, false, false); var length = selobj.length; selobj.options[length] = optionName; } else document.write('