var contentarray=new Array()
  contentarray[0]="2001 28&#8217; 9&#8221; Regal 2960 Commodore"
  contentarray[1]="1998 29&#8217; 9&#8221; Maxum 2700 SCR"
  contentarray[2]="1984 24&#8217; 7&#8221; Sea Ray 245 Sundancer"
  contentarray[3]="1980 27&#8217; 11&#8221; Bayliner Encounter 2950"
  contentarray[4]="1989 28&#8217; 8&#8221; Bayliner 2958 Command Bridge"
  contentarray[5]="1989 37&#8217; 11&#8221; Holiday Mansion Coastal Barracuda"
  
var contentarray2=new Array()
  contentarray2[0]="This boat is built on a solid fiberglass hull with a relatively wide beam and innovative trim pods beneath the swim platform. Her plush, maxi-beam interior includes double berths fore and aft and a convertible dinette in the salon, berths for four adults and two kids."
  contentarray2[1]="This boat is one of the most affordable express cruisers, with mid-cabin family boats of this type. The hull construction is solid fiberglass. The floorplan is arranged in the usual way with double berths fore and aft, a convertible dinette, compact galley, and an enclosed head with standing headroom."
  contentarray2[2]="This clean boat has been well cared for and is ready to cruise the delta and have a lot of fun with family and friends for over night and great weekends."
  contentarray2[3]="This spacious boat has large rooms and plenty of places to get around with enclosed aft deck and flybridge for staying out or going to the bay."
  contentarray2[4]="In Rio Vista...This well kept Flybridge boat is a wonderful place for a family to cruise the Bay and Delta, fishing, cruising, or anchoring and enjoying boating."
  contentarray2[5]="This is a clean, well cared for houseboat that is ready for cruising the California Delta and the San Francisco Bay. The Coastal-Barracuda bow gives this boat stability in rough water. The spacious interior accommodations will sleep the whole family."  
  
var contentarray3=new Array()
  contentarray3[0]="<a href=http://deltaboating.com/boatsforsale/show.php?id=183&amp;page=1&amp;p=10&amp;srt=added" + ">" + "More photos and full specifications" + "</a>"
  contentarray3[1]="<a href=http://deltaboating.com/boatsforsale/show.php?id=182&amp;page=1&amp;p=10&amp;srt=added" + ">" + "More photos and full specifications" + "</a>"
  contentarray3[2]="<a href=http://deltaboating.com/boatsforsale/show.php?id=181&amp;page=1&amp;p=10&amp;srt=added" + ">" + "More photos and full specifications" + "</a>"
  contentarray3[3]="<a href=http://deltaboating.com/boatsforsale/show.php?id=179&amp;page=1&amp;p=10&amp;srt=added" + ">" + "More photos and full specifications" + "</a>"
  contentarray3[4]="<a href=http://deltaboating.com/boatsforsale/show.php?id=175&amp;page=1&amp;p=10&amp;srt=added" + ">" + "More photos and full specifications" + "</a>"
  contentarray3[5]="<a href=http://deltaboating.com/boatsforsale/show.php?id=176&amp;page=1&amp;p=10&amp;srt=added" + ">" + "More photos and full specifications" + "</a>"
  
 stepcarousel.setup({
 galleryid: 'featured_boats',
 beltclass: 'belt',
 panelclass: 'panel',
 autostep: {enable:true, moveby:1, pause:6000},
 panelbehavior: {speed:600, wraparound:false, wrapbehavior:'slide', persist:true},
 defaultbuttons: {enable: true, moveby: 1, leftnav: ['images/slideshow/left-arrow.png', 0, 95], arrow: ['images/slideshow/nav_arrow.png', 157, 190], rightnav: ['images/slideshow/right-arrow.png', -47, 95]},
 statusvars: ['imageA', 'imageB', 'imageC'],
 contenttype: ['inline'],
 oninit:function(){
  contentcontainer=document.getElementById('boat'),
  contentcontainer2=document.getElementById('boat2'),
  contentcontainer3=document.getElementById('boat3')
 },
 onslide:function(){
  contentcontainer.innerHTML=contentarray[imageA-1],
  contentcontainer2.innerHTML=contentarray2[imageA-1],
  contentcontainer3.innerHTML=contentarray3[imageA-1]
 }
 })
