//-- This function opens the new, empty window named "_view".
function openWindow(project) {
   proWindow=window.open(project,'_view','toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,width=800,height=660,left=20,top=20');
   proWindow.focus();    
}
