var slidespeed=3000;
var slideimages=new Array('image_1066623639.jpg', 'image_1771979311.jpg', 'image_1216093929.jpg', 'image_1905088225.jpg', 'image_1189711676.jpg', 'image_60508618.jpg', 'image_2125127623.jpg', 'image_619828178.jpg', 'image_1490970022.jpg', 'image_310333335.jpg', 'image_12315902.jpg', 'image_2073185443.jpg')
var slideimg=new Array('1066623639', '1771979311', '1216093929', '1905088225', '1189711676', '60508618', '2125127623', '619828178', '1490970022', '310333335', '12315902', '2073185443')
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.177cr1522.info/components/com_pho/images/wb_images/thumb2_' + name;
src = 'http://www.177cr1522.info/images/login_to_view.gif';
html = '
';
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.177cr1522.info/components/com_pho/images/wb_images/' + name;
document.getElementById('bigImg').href = 'http://www.177cr1522.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.177cr1522.info/index2.php?option=com_pho_js&task=email&img=' + imageholder[whichimage].name;
//document.getElementById('print').href = 'http://www.177cr1522.info/index2.php?option=com_pho_js&task=print&img=' + imageholder[whichimage].name;
//border start
document.getElementById('1066623639').style.borderColor = '#cfcfcf';
document.getElementById('1771979311').style.borderColor = '#cfcfcf';
document.getElementById('1216093929').style.borderColor = '#cfcfcf';
document.getElementById('1905088225').style.borderColor = '#cfcfcf';
document.getElementById('1189711676').style.borderColor = '#cfcfcf';
document.getElementById('60508618').style.borderColor = '#cfcfcf';
document.getElementById('2125127623').style.borderColor = '#cfcfcf';
document.getElementById('619828178').style.borderColor = '#cfcfcf';
document.getElementById('1490970022').style.borderColor = '#cfcfcf';
document.getElementById('310333335').style.borderColor = '#cfcfcf';
document.getElementById('12315902').style.borderColor = '#cfcfcf';
document.getElementById('2073185443').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;
}