var n = new Array();n[1] = '40451.JPG';n[2] = '40451002.JPG';n[3] = '40451003.jpg';n[4] = '40451004.jpg';n[5] = '40451005.jpg';n[6] = '40451006.jpg';n[7] = '40451007.jpg';n[8] = '40451008.JPG';n[9] = '40451009.JPG';n[10] = '404510010.JPG';n[11] = '404510011.JPG';n[12] = '404510012.JPG';n[13] = '404510013.JPG';n[14] = '404510014.JPG';n[15] = '404510015.JPG';n[16] = '404510016.JPG';n[17] = '404510017.JPG';n[18] = '404510018.JPG';n[19] = '404510019.JPG';n[20] = '404510020.JPG';n[21] = '404510021.JPG';n[22] = '404510022.JPG';n[23] = '404510023.JPG';n[24] = '404510024.JPG';n[25] = '404510025.JPG';n[26] = '404510026.JPG';n[27] = '404510027.JPG';n[28] = '404510028.JPG';n[29] = '404510029.JPG';n[30] = '404510030.JPG';n[31] = '404510031.JPG';n[32] = '404510032.JPG';n[33] = '404510033.JPG';n[34] = '404510034.JPG';n[35] = '404510035.JPG';n[36] = '404510036.JPG';n[37] = '404510037.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 } }