// JavaScript Document
$('slideshow').style.display='none';
$('wrapper_gallery').style.display='block';
$('slidearea').style.width='456px';
$('slider').style.left='0px';
var slideshow=new TINY.slideshow("slideshow");
var synThumbs=0, scroll=0; 
window.onload=function(){
	slideshow.auto=true;
	slideshow.speed=10;
	slideshow.link="linkhover";
	slideshow.info="information";
	slideshow.addInfo="yes";  // added by Dutx-ESN to control showing image's information or not
	slideshow.sync="yes";	 // added by Dutx-ESN to control synchronizing large image and thumbnail or not
	slideshow.thumbs="slider";
	slideshow.left="slideleft";
	slideshow.right="slideright";
	slideshow.scrollSpeed=15;
	slideshow.spacing=5;
	slideshow.active="#fff";
	slideshow.init("slideshow","image","imgprev","imgnext","imglink");

}
