// JavaScript Document

    function openNewWindow(myURL) {
        window.open(myURL, "targetWindow");
    }

