function popWin( theURL, theWidth, theHeight ) { // pop up window window.open( theURL, 'popWin', 'width=' + theWidth + ',height=' + theHeight + ',scrollbars=yes,toolbar=no,status=no,resizable=1' ); }