<script>
function newWindow(url,window_width,window_height) {
oncWindow = window.open(url, 'Ortho', 'toolbar=yes,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width='+window_width+',height='+window_height);
oncWindow.focus();
}
</script>