function wopen(url,popupname,attributes){ 
win = window.open(url,popupname,attributes); 
win.focus(); 
} 
