//--------------------------------------------------------------
// Use this script for standard jump pages.

<!--
function openWindow(popLoc, popWidth, popHeight) {
        popWin = open("",popLoc,"scrollbars=yes,resizable=yes,toolbar=no,status=no,height=" + popHeight + ",width=" + popWidth);
}

<!--
function openWindowtool(popLoc, popWidth, popHeight) {
        popWin = open("",popLoc,"scrollbars=yes,resizable=yes,toolbar=yes,status=no,height=" + popHeight + ",width=" + popWidth);
}


// -->

