<!--
function openWindow(theURL, theTitle, theOptions) { //v1.0
        var win = window.open(theURL,theTitle,theOptions);
        return false;
        }
// -->
