indigojo:
Are you sure you want your button to imply that the user is going back? It should, in human interface design terms, suggest that they are going to return to the search window. The way to do this is:
var search_win = window.open(url,name,attributes);
Here you are setting the...