function newWindow(newURL,width,height) {appWindow = window.open(newURL, 'appwin', 'menubar=no,toolbar=no,location=no,resizable=yes,scrollbars=yes,left=10,top=10,width=' + width + ',height=' + height);}