function soda(pURL,name,features){
new_window = window.open(pURL,name,features);
new_window.focus();
}