// $Header: /home/cvs/baylis.intranet.html/scripts/popups.js,v 1.11 2004/08/11 11:18:16 cvs Exp $

function popup(page, windowName, width, height) {

newwindow = window.open(page,windowName,'toolbar=0,location=0,directories=0,menuBar=0,scrollbars=0,resizable=0,width='+width+',height='+height); 

newwindow.focus();



} 



