﻿// Open Window
function OpenWindow(theURL) {
    open(theURL, "", "status=no,width=730, height=600, resizable=no, scrollbars=yes")
}
