function popup_win(theURL,winName,features) { //v2.0 
var ACwin = window.open(theURL,winName,features); 
return true } 