function slide_show()
{
   owin=window.open('slide.htm', 'slide', 'height=230,width=640,scrollbars=yes,status=yes');
   owin.focus();
}
function zoomIt(x)
{
   owin2=window.open('big/HPIM'+ x + '.JPG', 'zoomIt', 'height=480,width=640,scrollbars=yes,status=yes');
   owin2.focus();
}