
function NewWin(sub_url){

win=window.open(sub_url,"sub","width=840,height=560,menubar=no,toolbar=no,scrollbars=no");
win.focus();

}


