
function change(img_name){
   if(document.images)document.GirlsPhoto.src = img_name;
}
