// JavaScript Document
var mygallery=new fadeSlideShow({
	wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow
	dimensions: [140, 100], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["//www.cscamm.umd.edu/images/head/FRG0909.gif", "http://www.cscamm.umd.edu/frg/frg0909/", "", "Kinetic Description of Multiscale Phenomena"],
		["//www.cscamm.umd.edu/images/head/CSIC.gif"],
		["//www.cscamm.umd.edu/images/head/blackhole_image2.gif", "http://www.cscamm.umd.edu/programs/fsg09/", "", "Matter and Electromagnetic Fields in Strong Gravity"],
		["//www.cscamm.umd.edu/images/head/blackhole_image1.gif", "http://www.cscamm.umd.edu/programs/fsg09/", "", "Matter and Electromagnetic Fields in Strong Gravity"],
		["//www.cscamm.umd.edu/images/head/blackhole.gif", "http://www.cscamm.umd.edu/programs/fsg09/", "", "Matter and Electromagnetic Fields in Strong Gravity"],
		["//www.cscamm.umd.edu/images/head/spicules-small-2.gif", "http://www-users.math.umd.edu/~dlevy/photo_gallery/spicules_in_the_sun.html", "", "Spicules in the sun"],
		["//www.cscamm.umd.edu/images/head/wire_frame-small-2.gif", "http://www-users.math.umd.edu/~dlevy/photo_gallery/wireframe_for_radiotherapy_.html", "", "Wireframe for radiotherapy planning"],
		["//www.cscamm.umd.edu/images/head/reinit_100_0-small.gif", "http://www-users.math.umd.edu/~dlevy/photo_gallery/the_levelset_reinitializati.html", "", "The levelset reinitialization problem"],
		["//www.cscamm.umd.edu/images/head/OT_M_u1.gif"],
		["//www.cscamm.umd.edu/images/head/OT_M_p.gif"],
		["//www.cscamm.umd.edu/images/head/OT_M_p2.gif"],
		["//www.cscamm.umd.edu/images/head/KHp_M_p.gif"],
		["//www.cscamm.umd.edu/images/head/KHp_M_rho.gif"],
		["//www.cscamm.umd.edu/images/head/OT_M_rho.gif"],
		["//www.cscamm.umd.edu/images/head/salman_etal_tellus08.gif", "http://www.atmos.umd.edu/~ide/data/publication/salman_etal_tellus08.pdf", "", ""],
		["//www.cscamm.umd.edu/images/head/salman_etal_mwr06.gif", "http://www.atmos.ucla.edu/~kayo/data/publication/salman_etal_mwr06.pdf", "", ""],
		["//www.cscamm.umd.edu/images/head/Networks.gif", "http://www.cscamm.umd.edu/programs/ntd10/", "", "Nonlinear Dynamics of Networks"],
		["//www.cscamm.umd.edu/images/head/frgHeader.gif", "http://www.cscamm.umd.edu/frg/frg0909/", "", "Kinetic Description of Multiscale Phenomena"] //<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:4000, cycles:0, wraparound:false},
	persist: true, //remember last viewed slide and recall within same session?
	fadeduration: 500, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})

