function NewWindow(width,height,url) {	var features = "width=" + width + ",height=" + height + ",scrollbars=yes,resizable=yes";	var win = window.open(url, "Popup", features);}