#!/bin/sh

# disable filename globbing
set -f

echo Content-type: text/html
echo

x=`./agm $1`
#echo pac3 $x $1
./pac3 $x $1
#echo agejs $x $1
./agejs $x $1
# ./nr $x 2
#echo age3
#./age3 $x $1
[ "$1" = 0 ] &&  ./nr $x $1
[ "$1" = 1 ] &&  ./nr $x $1
[ "$1" = 2 ] &&  ./nr $x $1
[ "$1" != V ] && ./age3 $x $1
[ "$1" = V ] && {
./venc $x
./ven1 $x
} 

