function show(param) 
{
prophoto = window.open(param,"photo","width=717,height=550,status=0,scrollbars=1,resizable=1");
if (prophoto != null)
{
prophoto.focus();
}
}
