/*
* Ultimate Fade In Slideshow v2.0- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for this script and 100s more
*
*
*		["images/slideshow/poly-225x150px.jpg",  "polygraph.php", "", "<a href=\"polygraph.php\" title=\"click for more info on polygraph examiners\"><b>Polygraph Examiners:</b></a> Professional, Experienced Lie Detector Operators"],
*
*
*
*/

var mygallery=new fadeSlideShow({
	wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow
	dimensions: [225, 150], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [  // img url, hyperlink, _blank, description //
		["images/slideshow/lady-on-phone-225x150px.jpg",  "civil.php", "", "<a href=\"civil.php\" title=\"click for more info on investigations\" class=\"slideshowLink\"><b>Professional Private Investigators:</b></a> Criminal, Corporate & Civil Investigations"],	
	
		["images/slideshow/surveillance-225x150px.jpg" , "surveillance.php", "", "<a href=\"surveillance.php\" title=\"click for more info on surveillance\"><b>Surveillance Experts:</b></a> State-of-the-Art Surveillance Teams & Techniques"],

		["images/slideshow/protection-225x150px.jpg",  "protection.php", "", "<a href=\"protection.php\" title=\"click for more info on personal protection and body guards\"><b>Personal Protection:</b></a> Corporate, Private & VIP Personal Protection"],		
		
		["images/slideshow/bg-checks-225x150px.jpg",  "background_checks.php", "", "<a href=\"background_checks.php\" title=\"click for more info on background checks\"><b>Background Checks:</b></a> Find out who you are really dealing with <i>first</i>"],
		
				

		["images/slideshow/infidelity-225x150px.jpg",  "infidelity.php", "", "<a href=\"infidelity.php\" title=\"click for more info on marital investigations\"><b>Infidelity Investigations:</b></a> When you really need to know, we can help. "] //<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:4500, cycles:0, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 500, //transition duration (milliseconds)
	descreveal: "peekaboo",
	togglerid: ""
})
