var slidespeed=3000; var slideimages=new Array('image_861975857.jpg', 'image_1453060611.jpg', 'image_676256865.jpg', 'image_1091933151.jpg', 'image_2040786543.jpg', 'image_1738955837.jpg', 'image_1547558592.jpg', 'image_1739172976.jpg', 'image_1334414644.jpg', 'image_791161972.jpg', 'image_129522075.jpg', 'image_683635155.jpg', 'image_2056643128.jpg', 'image_187765202.jpg', 'image_888787891.jpg', 'image_1068009755.jpg', 'image_941801072.jpg', 'image_1923034562.jpg', 'image_1636579792.jpg', 'image_136282757.jpg', 'image_977096861.jpg', 'image_876679011.jpg', 'image_1231423868.jpg', 'image_1872414196.jpg', 'image_79556895.jpg', 'image_1426466553.jpg') var slideimg=new Array('861975857', '1453060611', '676256865', '1091933151', '2040786543', '1738955837', '1547558592', '1739172976', '1334414644', '791161972', '129522075', '683635155', '2056643128', '187765202', '888787891', '1068009755', '941801072', '1923034562', '1636579792', '136282757', '977096861', '876679011', '1231423868', '1872414196', '79556895', '1426466553') 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.8244hwy221.com/components/com_pho/images/wb_images/thumb2_' + name; src = 'http://www.8244hwy221.com/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.8244hwy221.com/components/com_pho/images/wb_images/' + name; document.getElementById('bigImg').href = 'http://www.8244hwy221.com/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.8244hwy221.com/index2.php?option=com_pho_js&task=email&img=' + imageholder[whichimage].name; //document.getElementById('print').href = 'http://www.8244hwy221.com/index2.php?option=com_pho_js&task=print&img=' + imageholder[whichimage].name; //border start document.getElementById('861975857').style.borderColor = '#074a67'; document.getElementById('1453060611').style.borderColor = '#074a67'; document.getElementById('676256865').style.borderColor = '#074a67'; document.getElementById('1091933151').style.borderColor = '#074a67'; document.getElementById('2040786543').style.borderColor = '#074a67'; document.getElementById('1738955837').style.borderColor = '#074a67'; document.getElementById('1547558592').style.borderColor = '#074a67'; document.getElementById('1739172976').style.borderColor = '#074a67'; document.getElementById('1334414644').style.borderColor = '#074a67'; document.getElementById('791161972').style.borderColor = '#074a67'; document.getElementById('129522075').style.borderColor = '#074a67'; document.getElementById('683635155').style.borderColor = '#074a67'; document.getElementById('2056643128').style.borderColor = '#074a67'; document.getElementById('187765202').style.borderColor = '#074a67'; document.getElementById('888787891').style.borderColor = '#074a67'; document.getElementById('1068009755').style.borderColor = '#074a67'; document.getElementById('941801072').style.borderColor = '#074a67'; document.getElementById('1923034562').style.borderColor = '#074a67'; document.getElementById('1636579792').style.borderColor = '#074a67'; document.getElementById('136282757').style.borderColor = '#074a67'; document.getElementById('977096861').style.borderColor = '#074a67'; document.getElementById('876679011').style.borderColor = '#074a67'; document.getElementById('1231423868').style.borderColor = '#074a67'; document.getElementById('1872414196').style.borderColor = '#074a67'; document.getElementById('79556895').style.borderColor = '#074a67'; document.getElementById('1426466553').style.borderColor = '#074a67'; 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; }