function ChgPh(PhotoURL, w){
   document.images["BigImage"].src = PhotoURL;
   document.images["BigImage"].width = w;
}
