function jump(){
//  var url;
//  var index = 
//  url=
//  if (url!="") {
//	parent.iframe1.location.href = url;
//  }
    var url=document.form1.select1.options[document.form1.select1.selectedIndex].value;
    if (url!="") parent.iframe1.location.href = url;
  return;
}

