// JavaScript Document

var def_imges=new Array ('/useruploads/images/home/slideshow/foto01.jpg', '/useruploads/images/home/slideshow/foto02.jpg', '/useruploads/images/home/slideshow/foto03.jpg', '/useruploads/images/home/slideshow/foto04.jpg', '/useruploads/images/home/slideshow/foto05.jpg' );
var def_divid="slideshow"; //the id of the div container that will hold the slideshow
var def_picwid=528; //set this to the width of your widest pic
var def_pichei=180; //... and this to the height of your highest pic
var def_backgr="#FDFDFD"; //set this to the background color you want to use for the slide-area

