<!--
function Show(num,width,height)
{ 
  window.open("photos/"+num+".htm","photo"+num,'width='+width+',height='+height+',status=yes,toolbar=no,menubar=no,location=no,resizable=no',false);
}
//-->
