
function BW_Jumpgo(tar,BObj,restore){
window.open(BObj.options[BObj.selectedIndex].value,tar); 
if (restore) BObj.selectedIndex=0; 
}

