function newWin(x,w,h,n) {var features ="menubar=no,location=no,toolbar=yes,status=no,scrollbars=yes,resizable=yes,width=" + w + ",height=" + h +",top=150,left=150";                var openit = window.open(x , n, features);}
