

<!--questo script per le foto che si aprono nel div specificato-->



function enlargePic(which){ 

 

if(which == "uno"){ 

content1 = "<img src='vescovo01.jpg' width='500' height='330'>" 

content2 = "Photo of the living/dining room with antiques, frescoes, piano, and a large fireplace. The door in the foreground gives direct access to the private garden." 

content3 = "<img src='vescovo14.jpg' width='500' height='330'>" 

content4 = "Upper floor corridor<br>&nbsp;"  

} 

if(which == "due"){ 

content1 = "<img src='vescovo02.jpg' width='500' height='330'>" 

content2 = "Dining area of the living room showing<br>historic portraits from the 17th century." 

content3 = "<img src='vescovo14.jpg' width='500' height='330'>" 

content4 = "Upper floor corridor<br>&nbsp;"  

} 

if(which == "tre"){ 

content1 = "<img src='vescovo03.jpg' width='500' height='330'>" 

content2 = "Another photo of the living room.<br>The old frescoed freize illustrates fragments from Horace." 

content3 = "<img src='vescovo14.jpg' width='500' height='330'>" 

content4 = "Upper floor corridor<br>&nbsp;"  

} 

if(which == "cinque"){ 

content1 = "<img src='vescovo05.gif' width='500' height='330'>" 

content2 = "View of the tower from the private garden. Access to top of tower is possible from bedroom C. The balcony leads to a tiny study with a small single bed." 

content3 = "<img src='vescovo14.jpg' width='500' height='330'>" 

content4 = "Upper floor corridor<br>&nbsp;"  

} 

if(which == "sei"){ 

content1 = "<img src='vescovo06.jpg' width='500' height='330'>" 

content2 = "Ground floor kitchen,<br> equipped with dish-washer and clothes-washer." 

content3 = "<img src='vescovo14.jpg' width='500' height='330'>" 

content4 = "Upper floor corridor<br>&nbsp;"  

} 

if(which == "otto"){ 

content1 = "<img src='vescovo08.jpg' width='500' height='330'>" 

content2 = "The washstand in the ground floor bathroom.<br>&nbsp;" 

content3 = "<img src='vescovo14.jpg' width='500' height='330'>" 

content4 = "Upper floor corridor<br>&nbsp;"  

} 

if(which == "nove"){ 

content1 = "<img src='vescovo01.jpg' width='500' height='330'>" 

content2 = "Photo of the living/dining room with antiques, frescoes, piano, and a large fireplace. The door in the background gives access to the private garden."

content3 = "<IMG src='vescovo09.jpg' width='500' height='330' border='0'>"

content4 = "Bedroom A has stenciled walls.<br>Queen-size bed and bathroom en suite." 

} 

if(which == "dieci"){ 

content1 = "<img src='vescovo01.jpg' width='500' height='330'>" 

content2 = "Photo of the living/dining room with antiques, frescoes, piano, and a large fireplace. The door in the background gives access to the private garden."

content3 = "<img src='vescovo10.jpg' width='500' height='330'>" 

content4 = "Private bathroom for bedroom A<br>has shower over tub." 

}

if(which == "undici"){ 

content1 = "<img src='vescovo01.jpg' width='500' height='330'>" 

content2 = "Photo of the living/dining room with antiques, frescoes, piano, and a large fireplace. The door in the background gives access to the private garden."

content3 = "<img src='vescovo11.jpg' width='500' height='330'>" 

content4 = "Bedroom B with 2 single beds.<br>All the bedrooms face the hills to the west." 

} 

if(which == "dodici"){ 

content1 = "<img src='vescovo01.jpg' width='500' height='330'>" 

content2 = "Photo of the living/dining room with antiques, frescoes, piano, and a large fireplace. The door in the background gives access to the private garden."

content3 = "<img src='vescovo12.jpg' width='500' height='330'>" 

content4 = "Bedroom C with queen-size bed.<br>A secret door gives access to the top of the watchtower." 

} 

if(which == "tredici"){ 

content1 = "<img src='vescovo01.jpg' width='500' height='330'>" 

content2 = "Photo of the living/dining room with antiques, frescoes, piano, and a large fireplace. The door in the background gives access to the private garden."

content3 = "<img src='vescovo13.jpg' width='500' height='330'>" 

content4 = "Bathroom off corridor for bedrooms A and B,<br>with shower over tub." 

} 

if(which == "quattordici"){ 

content1 = "<img src='vescovo01.jpg' width='500' height='330'>" 

content2 = "Photo of the living/dining room with antiques, frescoes, piano, and a large fireplace. The door in the background gives access to the private garden."

content3 = "<img src='vescovo14.jpg' width='500' height='330'>" 

content4 = "Upper floor corridor<br>&nbsp;"  

} 

if(which == "quindici"){ 

content1 = "<img src='vescovo01.jpg' width='500' height='330'>" 

content2 = "Photo of the living/dining room with antiques, frescoes, piano, and a large fireplace. The door in the background gives access to the private garden."

content3 = "<img src='vescovo15.jpg' width='500' height='330'>" 

content4 = "Tiny study inside the watchtower, with single bed (can be used in summer<br>as bedroom D). It is reached via open balcony." 

} 

if(which == "sedici"){ 

content1 = "<img src='vescovo01.jpg' width='500' height='330'>" 

content2 = "Photo of the living/dining room with antiques, frescoes, piano, and a large fireplace. The door in the background gives access to the private garden."

content3 = "<img src='vescovo16.jpg' width='500' height='330'>" 

content4 = "View from the balcony that leads<br>to the study inside the tower." 

} 

if(which == "diciassette"){ 

content1 = "<img src='vescovo17.gif' width='500' height='330'>" 

content2 = "Floor plan.<br>&nbsp;" 

content3 = "<img src='vescovo14.jpg' width='500' height='330'>" 

content4 = "Upper floor corridor<br>&nbsp;"  

} 

if(which == "diciotto"){ 

content1 = "<img src='vescovo01.jpg' width='500' height='330'>" 

content2 = "Photo of the living/dining room with antiques, frescoes, piano, and a large fireplace. The door in the background gives access to the private garden."

content3 = "<img src='vescovo18.gif' width='500' height='330'>" 

content4 = "Floor plan.<br>&nbsp;" 

} 



document.getElementById('appearOne').innerHTML = content1 

document.getElementById('appearTwo').innerHTML = content2 

document.getElementById('appearThree').innerHTML = content3 

document.getElementById('appearFour').innerHTML = content4 



} 




