function SetPhoto(a)
{
 if ((parent.MENUG)&&(parent.MENUG.document.images)&&(parent.MENUG.document.images.PHOTO))
   parent.MENUG.document.images.PHOTO.src=a;
 else
 {
  setTimeout("SetPhoto('"+a+"')",100);
 }
}
