function show(id, caption, level)
{
if(!level){var url = "../images/photos/show.php?id="+id+"&caption="+escape(caption);}
if(level==0){var url = "images/photos/show.php?id="+id+"&caption="+escape(caption);}
if(level==1){var url = "../../images/photos/show.php?id="+id+"&caption="+escape(caption);}

  window.open(url, "big", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,width=300,height=100,top=10,left=20");
}

function showwin(url,width,height)
{ 
  window.open(url,'_blank','toolbar=no,location=no,directoties=no,status=no,menubar=no,scrollbars=no,resizable=no,width='+width+',height='+height);
}

function write_mt(x,y,z){ document.write("<a href='mailto:", y, "@", x, "'>", z, "</a>"); }

function write_ml(x,y){ document.write("<a href='mailto:", y, "@", x, "'>", y, "@", x, "</a>"); }

function change(x,y){ if(document.images)document.images[x].src= eval(y+".src");}