/***********************************************
* Ultimate Fade In Slideshow v2.0- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for this script and 100s more
***********************************************/
var mygallery=new fadeSlideShow({
	wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow
	dimensions: [873, 250], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["images/rotate_image1.jpg"],
		["images/rotate_image2.jpg"],
		["images/rotate_image3.jpg"],
		["images/rotate_image4.jpg"],
		["images/rotate_image6.jpg"]//<!--no trailing comma after very last image element!-->
	],
	displaymode: {type:'auto', pause:2500, cycles:0, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 1000, //transition duration (milliseconds)	
	descreveal: "ondemand",
	togglerid: ""
});

/***********************************************
* Smooth Navigational Menu- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/
ddsmoothmenu.init({
	mainmenuid: "smoothmenu1", //menu DIV id
	orientation: 'h', //Horizontal or vertical menu: Set to "h" or "v"
	classname: 'ddsmoothmenu', //class added to Menus outer DIV
	//customtheme: ["#1c5a80", "#18374a"],
	contentsource: "markup" //"markup" or ["container_id", "path_to_menu_file"]
});

Shadowbox.init({
	language: 'en',
	overlayColor: "#003300",overlayOpacity: '0.9',fadeDuration: '0.9',
    players:  ['img', 'html', 'iframe', 'qt', 'wmp', 'swf', 'flv']
});
