var n = new Array();n[1] = '40528.JPG';n[2] = '40528002.JPG';n[3] = '40528003.JPG';n[4] = '40528004.JPG';n[5] = '40528005.JPG';n[6] = '40528006.JPG';n[7] = '40528007.JPG';n[8] = '40528008.JPG';n[9] = '40528009.JPG';n[10] = '405280010.JPG';n[11] = '405280011.JPG';n[12] = '405280012.JPG';n[13] = '405280013.JPG';n[14] = '405280014.JPG';n[15] = '405280015.JPG';n[16] = '405280016.JPG';n[17] = '405280017.JPG';n[18] = '405280018.JPG';n[19] = '405280019.JPG';n[20] = '405280020.JPG';n[21] = '405280021.JPG';n[22] = '405280022.JPG';n[23] = '405280023.JPG';n[24] = '405280024.JPG';n[25] = '405280025.JPG';n[26] = '405280026.JPG';n[27] = '405280027.JPG';n[28] = '405280028.JPG';n[29] = '405280029.JPG';n[30] = '405280030.JPG';n[31] = '405280031.JPG';n[32] = '405280032.JPG';n[33] = '405280033.JPG';n[34] = '405280034.JPG';n[35] = '405280035.JPG';n[36] = '405280036.JPG';n[37] = '405280037.JPG';
//Specify image paths and optional link (set link to "" for no link):
//dynimages[0]=["190720_GB.jpg", ""]
var dynimages=new Array()
var i=0;
var l=1;
var u = new Array();
for (l=1, i=0; l<=37; i++, l++)
{
u[l]='../../../../images/user_images/big/' + n[l];
dynimages[l] = new Array(u[l], "");
}
//Preload images ("yes" or "no"):
var preloadimg="no"
//Set optional link target to be added to all images with a link:
var optlinktarget=""
//Set image border width
var imgborderwidth=0
//Optionally, change 1.0 and 0.7 below to affect Wipe gradient size and duration in seconds in IE5.5+:
var filterstring="progid:DXImageTransform.Microsoft.GradientWipe(GradientSize=1.0 Duration=0.7)"
///////No need to edit beyond here/////
if (preloadimg=="yes"){
for (x=0; x'
imghtml+='
'
if (theimg[1]!="")
imghtml+=''
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
}
}