var slidespeed=3000; var slideimages=new Array('image_1944118289.jpg', 'image_717303090.jpg', 'image_1167738944.jpg', 'image_2133193971.jpg', 'image_1738479153.jpg', 'image_1675321917.jpg', 'image_1797720636.jpg', 'image_1611674144.jpg', 'image_765518382.jpg', 'image_716595409.jpg', 'image_1835005060.jpg', 'image_1670965590.jpg', 'image_1973373355.jpg', 'image_1104329032.jpg', 'image_385909826.jpg', 'image_1015938014.jpg') var slideimg=new Array('1944118289', '717303090', '1167738944', '2133193971', '1738479153', '1675321917', '1797720636', '1611674144', '765518382', '716595409', '1835005060', '1670965590', '1973373355', '1104329032', '385909826', '1015938014') var slideimgalt=new Array('', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '') var slideimgPath=new Array('http://imgsvr1944118289.preferredhomesonline.com/components/com_pho/images/wb_images/image_1944118289.jpg', 'http://imgsvr717303090.preferredhomesonline.com/components/com_pho/images/wb_images/image_717303090.jpg', 'http://imgsvr1167738944.preferredhomesonline.com/components/com_pho/images/wb_images/image_1167738944.jpg', 'http://imgsvr2133193971.preferredhomesonline.com/components/com_pho/images/wb_images/image_2133193971.jpg', 'http://imgsvr1738479153.preferredhomesonline.com/components/com_pho/images/wb_images/image_1738479153.jpg', 'http://imgsvr1675321917.preferredhomesonline.com/components/com_pho/images/wb_images/image_1675321917.jpg', 'http://imgsvr1797720636.preferredhomesonline.com/components/com_pho/images/wb_images/image_1797720636.jpg', 'http://imgsvr1611674144.preferredhomesonline.com/components/com_pho/images/wb_images/image_1611674144.jpg', 'http://imgsvr765518382.preferredhomesonline.com/components/com_pho/images/wb_images/image_765518382.jpg', 'http://imgsvr716595409.preferredhomesonline.com/components/com_pho/images/wb_images/image_716595409.jpg', 'http://imgsvr1835005060.preferredhomesonline.com/components/com_pho/images/wb_images/image_1835005060.jpg', 'http://imgsvr1670965590.preferredhomesonline.com/components/com_pho/images/wb_images/image_1670965590.jpg', 'http://imgsvr1973373355.preferredhomesonline.com/components/com_pho/images/wb_images/image_1973373355.jpg', 'http://imgsvr1104329032.preferredhomesonline.com/components/com_pho/images/wb_images/image_1104329032.jpg', 'http://imgsvr385909826.preferredhomesonline.com/components/com_pho/images/wb_images/image_385909826.jpg', 'http://imgsvr1015938014.preferredhomesonline.com/components/com_pho/images/wb_images/image_1015938014.jpg') //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.6265callisch.info/components/com_pho/images/wb_images/thumb2_' + name; src = 'http://www.6265callisch.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) { for (i = 0; i < slideimages.length; i++) { if (slideimages[i] == name) document.images.slide.src = slideimgPath[i]; } document.getElementById('bigImg').href = 'http://www.6265callisch.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; //border start document.getElementById('1944118289').style.borderColor = '#ffffff'; document.getElementById('717303090').style.borderColor = '#ffffff'; document.getElementById('1167738944').style.borderColor = '#ffffff'; document.getElementById('2133193971').style.borderColor = '#ffffff'; document.getElementById('1738479153').style.borderColor = '#ffffff'; document.getElementById('1675321917').style.borderColor = '#ffffff'; document.getElementById('1797720636').style.borderColor = '#ffffff'; document.getElementById('1611674144').style.borderColor = '#ffffff'; document.getElementById('765518382').style.borderColor = '#ffffff'; document.getElementById('716595409').style.borderColor = '#ffffff'; document.getElementById('1835005060').style.borderColor = '#ffffff'; document.getElementById('1670965590').style.borderColor = '#ffffff'; document.getElementById('1973373355').style.borderColor = '#ffffff'; document.getElementById('1104329032').style.borderColor = '#ffffff'; document.getElementById('385909826').style.borderColor = '#ffffff'; document.getElementById('1015938014').style.borderColor = '#ffffff'; 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; }