function changeHeaderPhoto() { window.headerPhotoService.AddValue( 'hotelId', 0, true ); window.headerPhotoService.AddValue( 'actualId', document.getElementById( 'headerPhotoId' ).innerHTML, true ); window.headerPhotoService.Run(); }