<select name="select" onchange="MM_jumpMenu('[COLOR="#FF0000"][B]parent[/B][/COLOR]',this,0)">
Probably can be changed to
<select name="select" onchange="MM_jumpMenu('[COLOR="#FF0000"][B]blank[/B][/COLOR]',this,0)">
blank may be new or something like that.
This assumes that targ means "target" in this script:
<script type="text/JavaScript">
function MM_jumpMenu([B][COLOR="#FF0000"]targ[/COLOR][/B],selObj,restore){
window[[B][COLOR="#FF0000"]targ[/COLOR][/B]].location=""+selObj.options[selObj.selectedIndex].value;
if (restore) selObj.selectedIndex=0;
}
</script>