var dynimages=new Array()
dynimages[0]=["http://stellamarina.salentovacanza.com/1.jpg"]
dynimages[1]=["http://stellamarina.salentovacanza.com/2.jpg"]
dynimages[2]=["http://stellamarina.salentovacanza.com/3.jpg"]
dynimages[3]=["http://stellamarina.salentovacanza.com/4.jpg"]
dynimages[4]=["http://stellamarina.salentovacanza.com/5.jpg"]
dynimages[5]=["http://stellamarina.salentovacanza.com/6.jpg"]
dynimages[6]=["http://stellamarina.salentovacanza.com/7.jpg"]
dynimages[7]=["http://stellamarina.salentovacanza.com/8.jpg"]
dynimages[8]=["http://stellamarina.salentovacanza.com/9.jpg"]
dynimages[9]=["http://stellamarina.salentovacanza.com/10.jpg"]
dynimages[10]=["http://stellamarina.salentovacanza.com/11.jpg"]
dynimages[11]=["http://stellamarina.salentovacanza.com/12.jpg"]
dynimages[12]=["http://stellamarina.salentovacanza.com/13.jpg"]
dynimages[13]=["http://stellamarina.salentovacanza.com/14.jpg"]
dynimages[14]=["http://stellamarina.salentovacanza.com/15.jpg"]
dynimages[15]=["http://stellamarina.salentovacanza.com/16.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
}
}