function popup(url, widthArg, heightArg){var popupWindow=window.open(url,"","width=" + widthArg + ",height=" + heightArg + ",scrollbars") }