function showphoto(num)
{
    window.open("photo.asp?num=" + num, null, "width=670,height=570");
}
