var slidespeed=3000; var slideimages=new Array('image_622257916.jpg', 'image_2076471972.jpg', 'image_1294005831.jpg', 'image_804276220.jpg', 'image_125244479.jpg', 'image_436788356.jpg', 'image_1283863888.jpg', 'image_1939347515.jpg', 'image_1179831079.jpg', 'image_1236442526.jpg', 'image_1152087158.jpg', 'image_302814225.jpg', 'image_697752394.jpg', 'image_1449199326.jpg', 'image_2050537141.jpg', 'image_602442759.jpg', 'image_1133032852.jpg', 'image_1350755101.jpg', 'image_1287081893.jpg', 'image_167335595.jpg', 'image_841863846.jpg', 'image_194734198.jpg', 'image_1640091369.jpg') var slideimg=new Array('622257916', '2076471972', '1294005831', '804276220', '125244479', '436788356', '1283863888', '1939347515', '1179831079', '1236442526', '1152087158', '302814225', '697752394', '1449199326', '2050537141', '602442759', '1133032852', '1350755101', '1287081893', '167335595', '841863846', '194734198', '1640091369') var slideimgalt=new Array('', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '') //specify corresponding links //var slidelinks=new Array("","","") var newwindow=1 //open links in new window? 1=yes, 0=no var imageholder=new Array() var ie=document.all for (i=0;i'; return overlib(html, '', '', BELOW, RIGHT, WIDTH, 100, CSSCLASS, FGCLASS, 'fgClass', BGCLASS, 'bgClass', CELLPAD, 3) } function showTh2Reg(name) { imgSrc = 'http://www.141hillcrestdrive.info/components/com_pho/images/wb_images/thumb2_' + name; src = 'http://www.141hillcrestdrive.info/images/login_to_view.gif'; html = 'No preview available'; return overlib(html, '', '', BELOW, RIGHT, WIDTH, 100, CSSCLASS, BGCLASS, 'bgClass', FGCOLOR, 'transparent', FGBACKGROUND, imgSrc, CELLPAD, 3) } var number; var current = 0; var prev = 0; function changeImg(name, number) { document.images.slide.src = 'http://www.141hillcrestdrive.info/components/com_pho/images/wb_images/' + name; document.getElementById('bigImg').href = 'http://www.141hillcrestdrive.info/components/com_pho/images/wb_images/' + name; for(j=0;j 1) { whichimage = 1; } else if (whichimage == 0 && prev != 0) { whichimage = 0; } document.images.slide.src=imageholder[whichimage].src document.images.slide.alt = imageholder[whichimage].alt; document.getElementById('bigImg').href = imageholder[whichimage].src; document.getElementById('imgAlt').innerHTML = imageholder[whichimage].alt; //document.getElementById('email').href = 'http://www.141hillcrestdrive.info/index2.php?option=com_pho_js&task=email&img=' + imageholder[whichimage].name; //document.getElementById('print').href = 'http://www.141hillcrestdrive.info/index2.php?option=com_pho_js&task=print&img=' + imageholder[whichimage].name; //border start document.getElementById('622257916').style.borderColor = '#cfcfcf'; document.getElementById('2076471972').style.borderColor = '#cfcfcf'; document.getElementById('1294005831').style.borderColor = '#cfcfcf'; document.getElementById('804276220').style.borderColor = '#cfcfcf'; document.getElementById('125244479').style.borderColor = '#cfcfcf'; document.getElementById('436788356').style.borderColor = '#cfcfcf'; document.getElementById('1283863888').style.borderColor = '#cfcfcf'; document.getElementById('1939347515').style.borderColor = '#cfcfcf'; document.getElementById('1179831079').style.borderColor = '#cfcfcf'; document.getElementById('1236442526').style.borderColor = '#cfcfcf'; document.getElementById('1152087158').style.borderColor = '#cfcfcf'; document.getElementById('302814225').style.borderColor = '#cfcfcf'; document.getElementById('697752394').style.borderColor = '#cfcfcf'; document.getElementById('1449199326').style.borderColor = '#cfcfcf'; document.getElementById('2050537141').style.borderColor = '#cfcfcf'; document.getElementById('602442759').style.borderColor = '#cfcfcf'; document.getElementById('1133032852').style.borderColor = '#cfcfcf'; document.getElementById('1350755101').style.borderColor = '#cfcfcf'; document.getElementById('1287081893').style.borderColor = '#cfcfcf'; document.getElementById('167335595').style.borderColor = '#cfcfcf'; document.getElementById('841863846').style.borderColor = '#cfcfcf'; document.getElementById('194734198').style.borderColor = '#cfcfcf'; document.getElementById('1640091369').style.borderColor = '#cfcfcf'; number = imageholder[whichimage].name; document.getElementById(number).style.borderColor = 'red'; //border end prev = whichimage - 1; whichimage = whichimage + 1; if (whichimage == slideimages.length) { whichimage = 0; //prev = slideimages.length - 2; } } function doLightBox() { var bigImg = document.getElementById('bigImg'); var image = document.images.slide.src; var pos1 = image.lastIndexOf('image_'); var pos2 = image.lastIndexOf('.jpg'); var name = image.substring(pos1, pos2); var number = name.substring(6); var evt = 'click'; var fireOnThis = document.getElementById('photo' + number); if( document.createEvent ) { var evObj = document.createEvent('MouseEvents'); evObj.initEvent( evt, true, false ); fireOnThis.dispatchEvent(evObj); } else if( document.createEventObject ) { fireOnThis.fireEvent('on'+evt); } return false; }