function newopen(wurl,wname,w,h,r,s,st){
var w=window.open(wurl,wname+"p","width="+w+",height="+h+",resizable="+r+",toolbar=0,location=0,status="+st+",menubar=0,directories=0,scrollbars=1"+s,true);
}


