function jsJumpOnSelect(theselectobject)

{

 parent.location=theselectobject.value;

}
