#!/usr/bin/perl5 -w
($numimages, $idnum) = @ARGV;
if ($numimages == 1)
 {
  `usetemplate.pl $idnum oneimage.html`;
 }

if ($numimages == 2)
 {
   `usetemplate.pl $idnum twoimage.html`;
 }
