#! /bin/ksh

# makeheader title doc-url

# make a header for HFES/HCI pages

# Picture of Cover with link to Main Book
echo "<h3><a href=hfeshci.jpg><img src=hfeshcix.jpg alt=\"\" align=middle></a>"
echo "<a href=index.html>HF Perspectives on HCI</a></h3>"
# Title Heading
echo "<h1>$1</h1>"
# URL
echo "Document URL: <a href=http://www.acm.org/~perlman/hfeshci/$2"
echo "><tt>http://www.acm.org/~perlman/hfeshci/$2</tt></a>"
echo "<hr>"
