// JavaScript Document

//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=false;

//And configure the image buttons' images here:
var previmg='images/left.jpg';
var stopimg='images/stop.jpg';
var playimg='images/play.jpg';
var nextimg='images/right.jpg';

var slides=[]; //FIRST SLIDESHOW
//configure the below images and descriptions to your own. 
slides[0] = [src="/images/acoustic-guitars.jpg", "", "http://www.for-beginner.com/acoustic-guitars-for-beginners/"];
slides[1] = [src="/images/bass-guitars.jpg", "", "http://www.for-beginner.com/bass-guitars-for-beginners/"];
slides[2] = [src="/images/electric-guitars.jpg", "", "http://www.for-beginner.com/electric-guitars-for-beginners/"];
slides.border=0;
slides.no_controls=1;
slides.no_descriptions=1;
slides.border_color='#cccccc';
slides.border_style='solid';
slides.delay=7000;
slides.width=600; //use to set width of widest image if dimensions vary
slides.height=280; //use to set height of tallest image if dimensions vary
//above slide show uses only the defaults
