#! /bin/csh -f
# run netscape 3.0:

source ${HOME}/PUB/lib/fixdisp.csh
limit datasize 20000
${WWW_PUB}/bin/netscape301 \
  -geometry 960x720+60+10 \
  $*

