﻿function pull(theField){
var winTarget="_blank";
open(theField[theField.selectedIndex].value,winTarget);
}