		function windowOpen(filename, x, y) {
			 window.open(filename, 'New1', 'toolbar=no,location=no,directories=no,scrollbars=1,status=no,menubar=no,resizable=no,copyhistory=yes,width=' + x + ',height=' + y);
		}

