function subWin(url , winName , features){
newWin = window.open(url , winName , features);
newWin.focus();
}