
function NewWin(sub_url){

win=window.open(sub_url,"sub","width=650,height=550,menubar=no,toolbar=no,scrollbars=no");
win.focus();

}

