﻿/***********************************************
* Ultimate Fade-In Slideshow (v1.5): © Dynamic Drive (http://www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit http://www.dynamicdrive.com/ for this script and 100s more.
***********************************************/

var fadeimages = new Array()

//SET IMAGE PATHS. Extend or contract array as needed

// Examples ...
//fadeimages[0]=["photo1.jpg", "", ""] //plain image syntax
//fadeimages[1]=["photo2.jpg", "http://www.cssdrive.com", ""] //image with link syntax
//fadeimages[2]=["photo3.jpg", "http://www.javascriptkit.com", "_new"] //image with link and target syntax

//fadeimages[0]=["images/Welcome-CFF-1195.jpg","http://192.168.1.131/styledetail.aspx?SetID=21", ""]
//fadeimages[1]=["images/Welcome-CFF-1217.jpg","http://192.168.1.131/styledetail.aspx?SetID=27", ""]
//fadeimages[2]=["images/Welcome-ESS-1007.jpg","http://192.168.1.131/styledetail.aspx?SetID=303", ""]
//fadeimages[3]=["images/Welcome-HOM-1002.jpg","http://192.168.1.131/styledetail.aspx?SetID=313", ""]
//fadeimages[4]=["images/Welcome-JAC-1003.jpg","http://192.168.1.131/styledetail.aspx?SetID=246", ""]
//fadeimages[5]=["images/Welcome-JAC-1040.jpg","http://192.168.1.131/styledetail.aspx?SetID=284", ""]
//fadeimages[6]=["images/Welcome-SAN-1001.jpg","http://192.168.1.131/styledetail.aspx?SetID=227", ""]
//fadeimages[7]=["images/Welcome-JAC-1003.jpg","http://192.168.1.131/styledetail.aspx?SetID=246", ""]

fadeimages[0] = ["images/productImages/dental3dvan.jpg", "http://dental3dondemand.net/content.aspx?cTitle=mobileimaging", ""]
fadeimages[1] = ["images/productImages/in2guide.jpg", "http://dental3dondemand.net/content.aspx?cTitle=SurgicalGuide", ""]
fadeimages[2] = ["images/productImages/ondemand3d.jpg", "http://dental3dondemand.net/content.aspx?cTitle=ondemandplanningsystem", ""]

var fadebgcolor = "white"

