/*////////////////////////////////////////////////////////
* Swiss Army Interactive Image slide show script adapted from
* Interactive Image slideshow with text description
* By Christian Carlessi Salvadó (cocolinks@c.net.gt) and from
* Ultimate Fade-In Slideshow (v1.5): © Dynamic Drive (http://www.dynamicdrive.com)
* This notice MUST remain intact in your page's source code for legal use.
* Visit http://www.dynamicdrive.com for original scripts
* Updated for better cross browser compliance in fading and
* Modified here for multiple use and many additional options by jscheuer1 in
* http://www.dynamicdrive.com/forums
*////////////////////////////////////////////////////////

//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='_images/ss_prev.png';
var stopimg='_images/ss_stop.png';
var playimg='_images/ss_play.png';
var nextimg='_images/ss_next.png';

//Notes:
//slides#.target will set a target for a slide group, will be overridden by slides#[#][3], if present
//slides#.specs will set new window specifications for a slide group, will be overridden by slides#[#][4], if present
//slides#.fadecolor will set fading images background color, defaults to white
//slides#.no_controls will set a slide show with no controls
//slides#.random will set a random slide sequence on each page load
//slides#.delay=3000 will set miliseconds delay between slides for a given show, may also be set in the call as the last parameter
//slides#.jumpto=1 will display added controls to jump to a particular image by its number
//slides#.no_added_linebreaks=1; use for no added line breaks in formatting of texts and controls

//use below to create a customized onclick event for linked images in a given show:
//slides#.onclick="window.open(this.href,this.target,'top=0, left=0, width='+screen.availWidth+', height='+screen.availHeight);return false;"

var slides4=[];
slides4[0] = ['_images/_slideshow_home/1_home.png', 'Dry age beef in a clean vacuum<br/> environment at home.'];
slides4[1] = ['_images/_slideshow_home/2_home.png', 'Customize your dry aged steak <br/>to your kitchen.'];
slides4[2] = ['_images/_slideshow_home/3_home.png', 'Savor umami--the fifth sense of taste.'];
slides4[3] = ['_images/_slideshow_home/4_home.png', 'Create the bold, rich flavor of <br/>dry aged steak at home.'];
slides4[4] = ['_images/_slideshow_home/5_home.png', 'Impress your guests with home <br/>dry aged steaks.'];
//slides4.width=276;
//slides4.height=206;
slides4.no_controls=1
//slides4.manual_start=1
slides4.delay=4000
slides4.counter=0;
slides4.pause=1;
slides4.target='_new';
slides4.no_descriptions=0;
//slides4.specs='top=200, left=300, width=534, height=400, resizable';
slides4.image_controls=1;
slides4.button_highlight='none';
