//If using image buttons as controls, Set image buttons' image preload here true
	//(use false for no preloading and for when using no image buttons as controls):
	var preload_ctrl_images=true;
	
	//And configure the image buttons' images here:
	var previmg='left.gif';
	var stopimg='stop.gif';
	var playimg='play.gif';
	var nextimg='right.gif';
	
	var slides=[]; //FIRST SLIDESHOW
	//configure the below images and descriptions to your own. 
	slides[0] = ["images/main_img1.jpg", ""]; 
	slides[1] = ["images/main_img2.jpg", ""]; 
  
 
