//--------------------------------------------------------------
// Use this script for standard jump pages.

<!--
function openWindow(newLoc, newWidth, newHeight) {
        newWin = open("",newLoc,"scrollbars=yes,resizable=yes,status=no,height=" + newHeight + ",width=" + newWidth);
}
// -->
