var dynimages=new Array()
dynimages[0]=["http://case.salentovacanza.com/Capilungo/0904/1.jpg"]
dynimages[1]=["http://case.salentovacanza.com/Capilungo/0904/2.jpg"]
dynimages[2]=["http://case.salentovacanza.com/Capilungo/0904/3.jpg"]
dynimages[3]=["http://case.salentovacanza.com/Capilungo/0904/4.jpg"]
dynimages[4]=["http://case.salentovacanza.com/Capilungo/0904/5.jpg"]
dynimages[5]=["http://case.salentovacanza.com/Capilungo/0904/6.jpg"]
dynimages[6]=["http://case.salentovacanza.com/Capilungo/0904/7.jpg"]
dynimages[7]=["http://case.salentovacanza.com/Capilungo/0904/8.jpg"]
dynimages[8]=["http://case.salentovacanza.com/Capilungo/0904/9.jpg"]
dynimages[9]=["http://case.salentovacanza.com/Capilungo/0904/10.jpg"]
dynimages[10]=["http://case.salentovacanza.com/Capilungo/0904/11.jpg"]
dynimages[11]=["http://case.salentovacanza.com/Capilungo/0904/12.jpg"]
dynimages[12]=["http://case.salentovacanza.com/Capilungo/0904/13.jpg"]
dynimages[13]=["http://case.salentovacanza.com/Capilungo/0904/14.jpg"]
dynimages[14]=["http://case.salentovacanza.com/Capilungo/0904/15.jpg"]
dynimages[15]=["http://case.salentovacanza.com/Capilungo/0904/16.jpg"]
dynimages[16]=["http://case.salentovacanza.com/Capilungo/0904/17.jpg"]
dynimages[17]=["http://case.salentovacanza.com/Capilungo/0904/18.jpg"]
dynimages[18]=["http://case.salentovacanza.com/Capilungo/0904/19.jpg"]
dynimages[19]=["http://case.salentovacanza.com/Capilungo/0904/20.jpg"]

var preloadimg="yes"
var optlinktarget="no"
var imgborderwidth=0
var filterstring="progid:DXImageTransform.Microsoft.GradientWipe(GradientSize=1.0 Duration=0.7)"
if (preloadimg=="yes"){
for (x=0; x<dynimages.length; x++){
var myimage=new Image()
myimage.src=dynimages[x][0]
}
}
function returnimgcode(theimg){
var imghtml=""
if (theimg[1]!="")
imghtml='<a href="'+theimg[1]+'" target="'+optlinktarget+'">'
imghtml+='<img src="'+theimg[0]+'" border="'+imgborderwidth+'">'
if (theimg[1]!="")
imghtml+='</a>'
return imghtml
}

function modifyimage(loadarea, imgindex){
if (document.getElementById){
var imgobj=document.getElementById(loadarea)
if (imgobj.filters && window.createPopup){
imgobj.style.filter=filterstring
imgobj.filters[0].Apply()
}
imgobj.innerHTML=returnimgcode(dynimages[imgindex])
if (imgobj.filters && window.createPopup)
imgobj.filters[0].Play()
return false
}
}