 function openwindow(file,name,attributes) {
   newWindow = window.open(file,name,attributes);
   newWindow.focus();
 }
 


