
function OpenWinCommon(w_w,w_h,sub_url){

var win1=window.open(sub_url,"window5",'width='+w_w+',height='+w_h+',scrollbars=yes');
}