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