<!-- Original Script (c) http://www.hscripts.com --><table cellpadding="0" cellspacing="0"><tbody><tr> <td style="border: #444444 2px solid;"><img id="pic" onclick="slideshow()" border="0"></td></tr><tr> <td><table style="border: #444444 2px solid; font-size: 13px; font-family: verdana,arial;" width="100%"> <tbody><tr> <td align="center"><a style="color: #ffffff; font-size:80%; cursor: pointer;" onclick="start()">Start</a></td> <td align="center"><a style="color: #ffffff; font-size:80%; cursor: pointer;" onclick="slideshow()">Next</a></td> <td align="center"><a style="color: #ffffff; font-size:80%; cursor: pointer;" onclick="prev()">Prev</a></td> <td align="center"><a style="color: #ffffff; font-size:80%; cursor: pointer;" onclick="end()">End</a></td> <td align="center"><div id="currentNumber"></div></td> </tr></tbody> </table></td></tr></tbody></table><script language="javascript">var myimages = new Array();var preload = new Array();var picture = 0;var slide;// *****************************// To add more images, add// myimages.push ("URL HERE");// *****************************var width = 170;var height = 170;myimages.push ("http://i201.photobucket.com/albums/aa236/Mottie1/testsite/forums/myavie4.gif");myimages.push ("http://i201.photobucket.com/albums/aa236/Mottie1/testsite/forums/myavie3.jpg");myimages.push ("http://i201.photobucket.com/albums/aa236/Mottie1/testsite/forums/myavie2.jpg");myimages.push ("http://i201.photobucket.com/albums/aa236/Mottie1/testsite/forums/myavie1.jpg");myimages.push ("http://i201.photobucket.com/albums/aa236/Mottie1/testsite/forums/myavie0.jpg");// *****************************// DON'T change anything below// *****************************for(var j = 0; j < myimages.length; j++) { preload[j] = new Image(); preload[j].src = myimages[j];}document. = setting();function setting() { slide = document.getElementById('pic'); slide.src = myimages[0]; slide.setAttribute("width",width); slide.setAttribute("height",height); showing(0);}function slideshow(){ picture++; if(picture == myimages.length) picture=0; slide.src = myimages[picture]; showing(picture);}function prev(){ picture--; if(picture < 0) picture=myimages.length-1; slide.src = myimages[picture]; showing(picture);}function start(){ slide.src = myimages[0]; picture = 0; showing(picture);}function end(){ slide.src = myimages[myimages.length-1]; picture = myimages.length-1 showing(picture);}function showing(cn) { var a = (cn+1) + "/" + (myimages.length); document.getElementById('currentNumber').innerHTML = a; return false;}</script>
<!-- Original Script by http://www.hscripts.com --><table cellpadding="0" cellspacing="0" style="border: #ffcc00 2px solid; color: #ffffff; cursor: pointer;" align=center><tbody><tr> <td><img id="pic" onclick="slideshow()" border="0"></td></tr><tr> <td> <table style="border-top:#ffcc00 2px solid; border-bottom:#ffcc00 2px solid; font-size:80%; font-family: verdana,arial;" width="100%"> <tbody><tr> <td align="center"><a onclick="start()">|<</a></td> <td align="center"><a onclick="prev()"><</a></td> <td align="center"><a onclick="slideshow()">></a></td> <td align="center"><a onclick="end()">>|</a></td> <td align="center"><div id="currNumber"></div></td> </tr></tbody> </table> </td></tr><tr> <td align="center" id="currDescription" wrap></td></tr></tbody></table><script language="javascript">var myimages = new Array();var mydescrp = new Array();var preload = new Array();var picture = 0;var slide;// ************************************// To add more images, add// myimages.push ("URL HERE");// mydescrp.push ("DESCRIPTION HERE");// ************************************var width = 170;var height = 170;myimages.push ("http://i201.photobucket.com/albums/aa236/Mottie1/testsite/forums/myavie4.gif");mydescrp.push ("Fear the penguin");myimages.push ("http://i201.photobucket.com/albums/aa236/Mottie1/testsite/forums/myavie3.jpg");mydescrp.push ("Silly monkey, tricks are for kids!");myimages.push ("http://i201.photobucket.com/albums/aa236/Mottie1/testsite/forums/myavie2.jpg");mydescrp.push ("How you doin'?");myimages.push ("http://i201.photobucket.com/albums/aa236/Mottie1/testsite/forums/myavie1.jpg");mydescrp.push ("What kind of nuggets?");myimages.push ("http://i201.photobucket.com/albums/aa236/Mottie1/testsite/forums/myavie0.jpg");mydescrp.push ("Don't burst my bubble!");// *****************************// DON'T change anything below// *****************************for(var j = 0; j < myimages.length; j++) { preload[j] = new Image(); preload[j].src = myimages[j];}document. = setting();function setting() { slide = document.getElementById('pic'); slide.src = myimages[0]; slide.setAttribute("width",width); slide.setAttribute("height",height); document.getElementById('currDescription').width = width; showing(0);}function slideshow(){ picture++; if(picture == myimages.length) picture=0; slide.src = myimages[picture]; showing();}function prev(){ picture--; if(picture < 0) picture=myimages.length-1; slide.src = myimages[picture]; showing();}function start(){ slide.src = myimages[0]; picture = 0; showing();}function end(){ slide.src = myimages[myimages.length-1]; picture = myimages.length-1 showing();}function showing() { var a = (picture+1) + "/" + (myimages.length); document.getElementById('currNumber').innerHTML = a; document.getElementById('currDescription').innerHTML = mydescrp[picture]; return false;}</script>
<script language="javascript">// ************************************// sildeShowSpeed is time in milliseconds (ms)// 3000 ms = 3 seconds// ************************************var slideShowSpeed = 3000;var runSlideShow = true;var hideControls = false;var hideDescription = false;var width = 170;var height = 170;// ************************************// add images for each control button as follows// firstImg = '<img src="IMAGE URL">';// ************************************var firstImg = '|<';var prevImg = '<<';var playImg = '>';var pauseImg = '||';var nextImg = '>>';var lastImg = '>|';// ************************************var myimages = new Array();var mydescrp = new Array();var preload = new Array();// ************************************// To add more images, add// myimages.push ("URL HERE");// mydescrp.push ("DESCRIPTION HERE");// ************************************myimages.push ("http://i201.photobucket.com/albums/aa236/Mottie1/testsite/forums/myavie4.gif");mydescrp.push ("Fear the penguin");myimages.push ("http://i201.photobucket.com/albums/aa236/Mottie1/testsite/forums/myavie3.jpg");mydescrp.push ("Silly monkey, tricks are for kids!");myimages.push ("http://i201.photobucket.com/albums/aa236/Mottie1/testsite/forums/myavie2.jpg");mydescrp.push ("How you doin'?");myimages.push ("http://i201.photobucket.com/albums/aa236/Mottie1/testsite/forums/myavie1.jpg");mydescrp.push ("What kind of nuggets?");myimages.push ("http://i201.photobucket.com/albums/aa236/Mottie1/testsite/forums/myavie0.jpg");mydescrp.push ("Don't burst my bubble!");</script><style type="text/css">#viewer { border: #0080ff 1px solid; color: #ffffff; font-size:80%; font-family: verdana,arial; padding: 0px;}#pic { cursor: pointer;}#controls { background: #222222 url(); border-top: #0080ff 1px solid; color: #ffffff; font-size: 90%; font-family: arial; cursor: pointer;}#description { background: #222222 url(); border-top: #0080ff 1px solid; color: #ffffff; font-size: 100%; font-family: verdana;}</style><!-- ***************************** DON'T change anything below***************************** --><table id="viewer" cellspacing=0 cellpadding=0 align=center><tbody><tr> <td><img id="pic" onclick="nxtImg()" border="0"></td></tr><tr> <td> <table id="controls" width="100%"> <tbody><tr> <td align="center"><a id="sImg" onclick="start()"></a></td> <td align="center"><a id="pImg" onclick="prev()"></a></td> <td align="center"><a id="tShow" onclick="toggleShow()"></a></td> <td align="center"><a id="nImg" onclick="nxtImg()"></a></td> <td align="center"><a id="lImg" onclick="end()"></a></td> <td align="center"><div id="currNumber"></div></td> </tr></tbody> </table> </td></tr><tr> <td align="center" id="description" wrap></td></tr></tbody></table><script language="javascript">var picture = 0;var slide;for(var j = 0; j < myimages.length; j++) { preload[j] = new Image(); preload[j].src = myimages[j];}document. = setting();function setting() { slide = document.getElementById('pic'); slide.src = myimages[0]; slide.setAttribute("width",width); slide.setAttribute("height",height); document.getElementById('sImg').innerHTML = firstImg; document.getElementById('pImg').innerHTML = prevImg; document.getElementById('nImg').innerHTML = nextImg; document.getElementById('lImg').innerHTML = lastImg; document.getElementById('description').width = width; if (hideControls) document.getElementById('controls').style.display = "none"; if (hideDescription) document.getElementById('description').style.display = "none"; showing(); changeButton();}function nxtImg(){ picture++; if(picture >= myimages.length) picture = 0; slide.src = myimages[picture]; showing();}function prev(){ picture--; if(picture < 0) picture=myimages.length-1; slide.src = myimages[picture]; showing();}function start(){ slide.src = myimages[0]; picture = 0; showing();}function end(){ slide.src = myimages[myimages.length-1]; picture = myimages.length-1 showing();}function showing() { if (!hideControls) { var a = (picture+1) + "/" + (myimages.length); document.getElementById('currNumber').innerHTML = a; } if (!hideDescription) { document.getElementById('description').innerHTML = mydescrp[picture]; }}function runShow(booln) { if (!booln && runSlideShow) nxtImg(); if (runSlideShow) setTimeout('runShow(false)', slideShowSpeed);}function toggleShow() { runSlideShow = !runSlideShow; changeButton();}function changeButton() { if (!hideControls) { var a = (runSlideShow) ? pauseImg : playImg; document.getElementById('tShow').innerHTML = a; } if (runSlideShow) runShow(true);}</script>
<script language="javascript">// ************************************// sildeShowSpeed is time in milliseconds (ms)// 3000 ms = 3 seconds// ************************************var slideShowSpeed = 3000;var runSlideShow = true;var randomImageSlideShow = true;var hideControls = false;var hideDescription = false;var width = 170;var height = 170;// ************************************// add images for each control button as follows// firstImg = '<img src="IMAGE URL">';// ************************************var firstImg = '|<';var prevImg = '<<';var playImg = '>';var pauseImg = '||';var nextImg = '>>';var lastImg = '>|';var rndImgOn = '+';var rndImgOff = 'x';// ************************************var myimages = new Array();var mydescrp = new Array();var preload = new Array();// ************************************// To add more images, add// myimages.push ("URL HERE");// mydescrp.push ("DESCRIPTION HERE");// ************************************myimages.push ("http://i201.photobucket.com/albums/aa236/Mottie1/testsite/forums/myavie4.gif");mydescrp.push ("Fear the penguin");myimages.push ("http://i201.photobucket.com/albums/aa236/Mottie1/testsite/forums/myavie3.jpg");mydescrp.push ("Silly monkey, tricks are for kids!");myimages.push ("http://i201.photobucket.com/albums/aa236/Mottie1/testsite/forums/myavie2.jpg");mydescrp.push ("How you doin'?");myimages.push ("http://i201.photobucket.com/albums/aa236/Mottie1/testsite/forums/myavie1.jpg");mydescrp.push ("What kind of nuggets?");myimages.push ("http://i201.photobucket.com/albums/aa236/Mottie1/testsite/forums/myavie0.jpg");mydescrp.push ("Don't burst my bubble!");</script><style type="text/css">#viewer { border: #006000 2px solid; color: #ffffff; font-size: 80%; font-family: verdana,arial; padding: 0px;}#pic { cursor: pointer;}#controls { background: #222222 url(); border-top: #006000 2px solid; color: #ffffff; cursor: pointer;}#sImg, #pImg, #tShow, #nImg, #lImg, #currNumber, #rImg { font-size: 90%; font-family: arial;}#description { background: #222222 url(); border-top: #006000 2px solid; color: #ffffff; font-size: 110%; font-family: verdana; padding: 2px 0px 2px 0px;}</style><!--***************************** DON'T change anything below***************************** --><table id="viewer" cellspacing=0 cellpadding=0 align=center><tbody><tr> <td><img id="pic" onclick="nxtImg()" border="0"></td></tr><tr> <td> <table id="controls" border=0 width="100%"> <tbody><tr> <td align="center"><a id="sImg" onclick="start()" title="First image"></a></td> <td align="center"><a id="pImg" onclick="prev()" title="Previous image"></a></td> <td align="center"><a id="tShow" onclick="toggleShow()" title="Start/Stop Slideshow"></a></td> <td align="center"><a id="nImg" onclick="nxtImg()" title="Next image"></a></td> <td align="center"><a id="lImg" onclick="end()" title="Last image"></a></td> <td align="center"><div id="currNumber"></div></td> <td align="center" width="2"><a id="rImg" onclick="rndImgToggle()" title="Toggle random image slide show"></a></td> </tr></tbody> </table> </td></tr><tr> <td align="center" id="description" wrap></td></tr></tbody></table><script language="javascript">var picture = 0;var slide;for(var j = 0; j < myimages.length; j++) { preload[j] = new Image(); preload[j].src = myimages[j];}document. = setting();function setting() { slide = document.getElementById('pic'); slide.src = myimages[0]; slide.setAttribute("width",width); slide.setAttribute("height",height); document.getElementById('sImg').innerHTML = firstImg; document.getElementById('pImg').innerHTML = prevImg; document.getElementById('nImg').innerHTML = nextImg; document.getElementById('lImg').innerHTML = lastImg; document.getElementById('description').width = width; if (hideControls) document.getElementById('controls').style.display = "none"; if (hideDescription) document.getElementById('description').style.display = "none"; showing(); changeButton(); rndImgChange();}function nxtImg(){ picture++; if(picture >= myimages.length) picture = 0; slide.src = myimages[picture]; showing();}function prev(){ picture-- if(picture < 0) picture=myimages.length-1; slide.src = myimages[picture]; showing();}function start(){ slide.src = myimages[0]; picture = 0; showing();}function end(){ slide.src = myimages[myimages.length-1]; picture = myimages.length-1 showing();}function randomImg(){ picture = Math.floor( Math.random() * myimages.length ); slide.src = myimages[picture]; showing();}function rndImgToggle(){ randomImageSlideShow = !randomImageSlideShow; rndImgChange();}function rndImgChange(){ if (!hideControls) { var b = (randomImageSlideShow) ? rndImgOn : rndImgOff; document.getElementById('rImg').innerHTML = b; }}function showing() { if (!hideControls) { var a = (picture+1) + "/" + (myimages.length); document.getElementById('currNumber').innerHTML = a; } if (!hideDescription) { document.getElementById('description').innerHTML = mydescrp[picture]; }}function runShow(booln) { if (!booln && randomImageSlideShow && runSlideShow) randomImg(); if (!booln && !randomImageSlideShow && runSlideShow) nxtImg(); if (runSlideShow) setTimeout('runShow(false)', slideShowSpeed);}function toggleShow() { runSlideShow = !runSlideShow; changeButton();}function changeButton() { if (!hideControls) { var a = (runSlideShow) ? pauseImg : playImg; document.getElementById('tShow').innerHTML = a; } if (runSlideShow) runShow(true);}</script>
<script language="javascript">// ************************************// sildeShowSpeed is time in milliseconds (ms)// 3000 ms = 3 seconds// ************************************var slideShowSpeed = 3000;var runSlideShow = true;var randomImageSlideShow = true;var hideControls = false;var hideDescription = false;var width = 170;var height = 170;// ************************************// add images for each control button as follows// firstImg = '<img src="IMAGE URL">';// ************************************var firstImg = '|<';var prevImg = '<<';var playImg = '>';var pauseImg = '||';var nextImg = '>>';var lastImg = '>|';var rndImgOn = '+';var rndImgOff = 'x';// ************************************var myimages = new Array();var preload = new Array();// ************************************// To add more images, add// myimages.push ([// "THUMBNAIL IMAGE URL",// "IMAGE URL",// "DESCRIPTION TEXT"// ]);// ************************************myimages.push ([ "http://i201.photobucket.com/albums/aa236/Mottie1/testsite/forums/myavie4.gif", "http://i201.photobucket.com/albums/aa236/Mottie1/testsite/screenshots/TuxSmiths.png", "Fear the penguin"]);myimages.push ([ "http://i201.photobucket.com/albums/aa236/Mottie1/testsite/forums/myavie3.jpg", "http://i201.photobucket.com/albums/aa236/Mottie1/testsite/screenshots/evil-monkey.jpg", "Silly monkey, tricks are for kids!"]);myimages.push ([ "http://i201.photobucket.com/albums/aa236/Mottie1/testsite/forums/myavie2.jpg", "http://i201.photobucket.com/albums/aa236/Mottie1/testsite/screenshots/cool2.jpg", "How you doin'?"]);myimages.push ([ "http://i201.photobucket.com/albums/aa236/Mottie1/testsite/forums/myavie1.jpg", "http://i201.photobucket.com/albums/aa236/Mottie1/testsite/screenshots/donutsarebetter.jpg", "What kind of nuggets?"]);myimages.push ([ "http://i201.photobucket.com/albums/aa236/Mottie1/testsite/forums/myavie0.jpg", "http://i201.photobucket.com/albums/aa236/Mottie1/testsite/screenshots/bubble2.jpg", "Don't burst my bubble!"]);</script><style type="text/css">#viewer { border: #444444 2px solid; color: #ffffff; font-size:80%; font-family: verdana,arial; padding: 0px;}#pic { cursor: pointer;}#controls { background: #222222 url(); border-top: #444444 2px solid; color: #ffffff; cursor: pointer;}#sImg, #pImg, #tShow, #nImg, #lImg, #currNumber, #rImg { font-size: 90%; font-family: arial;}#description { background: #222222 url(); border-top: #444444 2px solid; color: #ffffff; font-size:110%; font-family: verdana; padding: 2px 0px 2px 0px;}</style><!--***************************** DON'T change anything below***************************** --><table id="viewer" cellspacing=0 cellpadding=0 align=center><tbody><tr> <td><img id="pic" onclick="openImg()" border="0"></td></tr><tr> <td> <table id="controls" border=0 width="100%"> <tbody><tr> <td align="center"><a id="sImg" onclick="start()" title="First image"></a></td> <td align="center"><a id="pImg" onclick="prev()" title="Previous image"></a></td> <td align="center"><a id="tShow" onclick="toggleShow()" title="Start/Stop Slideshow"></a></td> <td align="center"><a id="nImg" onclick="nxtImg()" title="Next image"></a></td> <td align="center"><a id="lImg" onclick="end()" title="Last image"></a></td> <td align="center"><div id="currNumber"></div></td> <td align="center" id="rImgBx" width="2"><a id="rImg" onclick="rndImgToggle()" title="Toggle random image slide show"></a></td> </tr></tbody> </table> </td></tr><tr> <td align="center" id="description" wrap></td></tr></tbody></table><script language="javascript">var picture = 0;var slide;for(var j = 0; j < myimages.length; j++) { preload[j] = new Image(); preload[j].src = myimages[j][0];}document.onload = setting();function setting() { slide = document.getElementById('pic'); slide.src = myimages[0][0]; slide.setAttribute("width",width); slide.setAttribute("height",height); document.getElementById('sImg').innerHTML = firstImg; document.getElementById('pImg').innerHTML = prevImg; document.getElementById('nImg').innerHTML = nextImg; document.getElementById('lImg').innerHTML = lastImg; document.getElementById('description').width = width; if (hideControls) document.getElementById('controls').style.display = "none"; if (hideDescription) document.getElementById('description').style.display = "none"; showing(); changeButton(); rndImgChange();}function nxtImg(){ picture++; if(picture >= myimages.length) picture = 0; slide.src = myimages[picture][0]; showing();}function prev(){ picture-- if(picture < 0) picture=myimages.length-1; slide.src = myimages[picture][0]; showing();}function start(){ slide.src = myimages[0][0]; picture = 0; showing();}function end(){ slide.src = myimages[myimages.length-1][0]; picture = myimages.length-1 showing();}function randomImg(){ picture = Math.floor( Math.random() * myimages.length ); slide.src = myimages[picture][0]; showing();}function rndImgToggle(){ randomImageSlideShow = !randomImageSlideShow; rndImgChange();}function rndImgChange(){ if (!hideControls) { var b = (randomImageSlideShow) ? rndImgOn : rndImgOff; document.getElementById('rImg').innerHTML = b; }}function showing() { if (!hideControls) { var a = (picture+1) + "/" + (myimages.length); document.getElementById('currNumber').innerHTML = a; } if (!hideDescription) { document.getElementById('description').innerHTML = myimages[picture][2]; }}function openImg() { runSlideShow = true; toggleShow(); jQuery.facebox({ image: myimages[picture][1] })}function runShow(booln) { if (!booln && randomImageSlideShow && runSlideShow) randomImg(); if (!booln && !randomImageSlideShow && runSlideShow) nxtImg(); if (runSlideShow) setTimeout('runShow(false)', slideShowSpeed);}function toggleShow() { runSlideShow = !runSlideShow; changeButton();}function changeButton() { if (!hideControls) { var a = (runSlideShow) ? pauseImg : playImg; document.getElementById('tShow').innerHTML = a; } if (runSlideShow) runShow(true);}</script>
<script language="javascript">// ************************************// sildeShowSpeed is time in milliseconds (ms)// 3000 ms = 3 seconds// ************************************var slideShowSpeed = 3000;var runSlideShow = false;var randomImageSlideShow = false;var hideControls = false;var hideDescription = false;var album = 1; // starting albumvar picture = 1; // starting picturevar width = 170;var height = 170;// ************************************// add images for each control button as follows// firstImg = '<img src="IMAGE URL">';// ************************************var firstImg = '|<';var prevImg = '<<';var playImg = '>';var pauseImg = '||';var nextImg = '>>';var lastImg = '>|';var rndImgOn = '+';var rndImgOff = 'x';// ************************************// To add another album, add: var albumx = new Array(["ALBUM NAME"]); then add the new album to the myAlbums array // To add more images, add: albumx.push (["THUMBNAIL URL","IMAGE URL","DESCRIPTION TEXT"]);// Thumbnail will be resized to fit the viewer and the image will open in a facebox window// ************************************myAlbumsRoot = "http://i201.photobucket.com/albums/aa236/Mottie1/testsite/screenshots/";var album1 = new Array(["Avatars"]);album1.push (["myavie4.gif","TuxSmiths.png","Fear the penguin"]);album1.push (["myavie3.jpg","evil-monkey.jpg","Silly monkey, tricks are for kids!"]);album1.push (["myavie2.jpg","cool2.jpg","How you doin'?"]);album1.push (["myavie1.jpg","donutsarebetter.jpg","What kind of nuggets?"]);album1.push (["myavie0.jpg","bubble2.jpg","Don't burst my bubble!"]);var album2 = new Array(["LOL Cats"]);album2.push (["th_cat-approve.jpg","cat-approve.jpg","He approves!"]);album2.push (["th_cat-danger.jpg","cat-danger.jpg","Guardian Cat"]);album2.push (["th_cat-disabled.jpg","cat-disabled.jpg","Run while you can!"]);album2.push (["th_cat-missile.jpg","cat-missile.jpg","OOOoo Shiny!! o.O"]);album2.push (["th_cat-pirate.jpg","cat-pirate.jpg","Ha Ha what plank? *splash*"]);album2.push (["th_cat-pirate2.jpg","cat-pirate2.jpg","Yarrrrrr!!!"]);album2.push (["th_cat-shriner.jpg","cat-shriner.jpg","Does Jihad cat have a cool hat too?"]);var album3 = new Array(["Members"]);album3.push (["th_cat-smrt.jpg","cat-smrt.jpg","I am so smart, S M R T!"]);album3.push (["evil-monkey.jpg","evil-monkey.jpg","Evil Monkey!"]);var myAlbums = new Array(album1, album2, album3);</script><style type="text/css">#viewer { border: #444444 2px solid; color: #ffffff; font-size:80%; font-family: verdana,arial; padding: 0px;}#pic { cursor: pointer;}#controls { background: #222222 url(); border-top: #444444 2px solid; color: #ffffff; cursor: pointer;}#albumbx { background: #222222 url(); border-bottom: #444444 2px solid; color: #ffffff; cursor: pointer;}#sImg, #pImg, #tShow, #nImg, #lImg, #currNumber, #rImg, #pAlb, #nAlb { font-size:90%; font-family: arial;}#description { background: #222222 url(); border-top: #444444 2px solid; color: #ffffff; font-size:110%; font-family: verdana; padding: 2px 0px 2px 0px;}#rImg { display:block; }</style><!--***************************** DON'T change anything below***************************** --><table id="viewer" cellspacing=0 cellpadding=0 border=0 align=center><tbody><tr> <td align="center" id="albumbx"> <a id="pAlb" onclick="prevAlb()" title="Previous Album"></a> <span id="tAlb"></span> <a id="nAlb" onclick="nxtAlb()" title="Next Album"></a></td></tr><tr> <td colspan=3><img id="pic" onclick="openImg()" border="0"></td></tr><tr> <td colspan=3> <table id="controls" border=0 width="100%"> <tbody><tr> <td align="center"><a id="sImg" onclick="start()" title="First image"></a></td> <td align="center"><a id="pImg" onclick="prev()" title="Previous image"></a></td> <td align="center"><a id="tShow" onclick="toggleShow()" title="Start/Stop Slideshow"></a></td> <td align="center"><a id="nImg" onclick="nxtImg()" title="Next image"></a></td> <td align="center"><a id="lImg" onclick="end()" title="Last image"></a></td> <td align="center"><div id="currNumber"></div></td> <td align="center" id="rImgBx" width=album:2><a id="rImg" onclick="rndImgToggle()" title="Toggle random image slide show"></a></td> </tr></tbody> </table> </td></tr><tr> <td align="center" id="description" wrap></td></tr></tbody></table><script language="javascript">var c = myAlbums[album-1];$(document).ready(function(){vwrsetup()})function vwrsetup() { $('#pAlb').html(prevImg); $('#tAlb').html(c[0][0]); $('#nAlb').html(nextImg); $('#pic').attr("src",myAlbumsRoot+c[picture][0]).attr("width",width).attr("height",height); $('#sImg').html(firstImg); $('#pImg').html(prevImg); $('#nImg').html(nextImg); $('#lImg').html(lastImg); $('#description').attr("width",width); if (hideControls) $('#controls').css("display","none"); if (hideDescription) $('#description').css("display","none"); showing(); changeButton(); rndImgChange();}function prevAlb(){ album-- if(album < 1) album = myAlbums.length; c = myAlbums[album-1]; picture = 1; $('#tAlb').html(c[0][0]); $('#pic').attr("src",myAlbumsRoot+c[picture][0]); showing();}function nxtAlb(){ album++; if(album > myAlbums.length) album = 1; c = myAlbums[album-1]; picture = 1; $('#tAlb').html(c[0][0]); $('#pic').attr("src",myAlbumsRoot+c[picture][0]); showing();}function prev(){ picture-- if(picture < 1) picture=c.length-1; $('#pic').attr("src",myAlbumsRoot+c[picture][0]); showing();}function nxtImg(){ picture++; if(picture >= c.length) picture = 1; $('#pic').attr("src",myAlbumsRoot+c[picture][0]); showing();}function start(){ $('#pic').attr("src",myAlbumsRoot+c[1][0]); picture = 1; showing();}function end(){ $('#pic').attr("src",myAlbumsRoot+c[c.length-1][0]); picture = c.length-1; showing();}function randomImg(){ picture = Math.floor( Math.random() * (c.length-1) ) + 1; $('#pic').attr("src",myAlbumsRoot+c[picture][0]); showing();}function rndImgToggle(){ randomImageSlideShow = !randomImageSlideShow; rndImgChange();}function rndImgChange(){ if (!hideControls) { var b = (randomImageSlideShow) ? rndImgOn : rndImgOff; $('#rImg').html(b); }}function showing() { if (!hideControls) { var a = (picture) + "/" + (c.length-1); $('#currNumber').html(a); } if (!hideDescription) { $('#description').html(c[picture][2]); }}function openImg() { runSlideShow = true; toggleShow(); jQuery.facebox({ image: myAlbumsRoot+c[picture][1] })}function runShow(booln) { if (!booln && randomImageSlideShow && runSlideShow) randomImg(); if (!booln && !randomImageSlideShow && runSlideShow) nxtImg(); if (runSlideShow) setTimeout('runShow(false)', slideShowSpeed);}function toggleShow() { runSlideShow = !runSlideShow; changeButton();}function changeButton() { if (!hideControls) { var a = (runSlideShow) ? pauseImg : playImg; $('#tShow').html(a); } if (runSlideShow) runShow(true);}</script>
<style type="text/css"> .tooltip, .preview, .screenshot { cursor:pointer; } #tooltip, #tooltip2, #preview, #screenshot { color:#dddddd; background:#222222; border: 1px solid #333333; padding:5px; display:none; opacity: 0.9; filter: alpha(opacity=90); text-align:left; border-radius: 1em; -moz-border-radius: 1em; -webkit-border-radius: 1em; } </style> <script src="http://www.axiomfiles.com/Files/258012/tooltip.js" type="text/javascript"></script>