// JavaScript Document
$('slideshow').style.display='none';
$('wrapper_gallery').style.display='block';
$('slidearea').style.width='610px';
$('slider').style.left='0px';
var slideshow=new TINY.slideshow("slideshow");
var synThumbs=0, scroll=0; 
window.onload=function(){
	slideshow.auto=false;
	slideshow.speed=5;
	slideshow.link="linkhover";
	slideshow.info="information";
	slideshow.addInfo="no";  // 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=8;
	slideshow.active="#ffcc33"; 
	slideshow.init("slideshow","image","imgprev","imgnext","imglink");

}
