/***********************************************
* Fade-in image slideshow script- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/
//
// Modified to handle Safari.  Also uses a browser sniffer script (from Dynamic Drive)
// before this to determine if fading should be disabled.
//

if (!(op5||op6||op7||kde) && (ie4||dom) )
document.write('<div class="container2" style="width:425;height:'+slideshow_height+'"><div id="panel0" style="width:425;height:'+slideshow_height+'"></div><div id="panel1" style="width:425;height:'+slideshow_height+';visibility:hidden"></div><div class="overlay2"></div></div>')
else
document.write('<table cellpadding="0" cellspacing="0"><tr><td class="main" height="'+slideshow_height+'" width="425" valign="middle" align="center"><img name="defaultslide" src="'+sideimages[0]+'"></td></tr></table>')

function startit2(){
var curcanvas="panel0";
var crossobj=ie4? eval("document.all."+curcanvas) : document.getElementById(curcanvas)
crossobj.innerHTML='<table cellpadding="0" cellspacing="0"><tr><td class="main" height="'+slideshow_height+'" width="425" valign="middle" align="center"><img src="'+sideimages[0]+'"></td></tr></table>'
crossobj.style.zIndex++;
rotateimage(1,0,"panel",true,slideshow_height,'425px',3500,'sideimages');
}
