var message="";
function clickIE() {if (document.all) {(message);return false;}}
function clickNS(e) {if
(document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {(message);return false;}}}
if (document.layers)
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
document.oncontextmenu=new Function("return false")


var mygallery=new fadeSlideShow({
	wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow
	dimensions: [754, 197], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["http://www.globexperience.ca/_minidiapo/201.jpg", "", "", ""],
		["http://www.globexperience.ca/_minidiapo/202.jpg", "", "", ""],
		["http://www.globexperience.ca/_minidiapo/203.jpg", "", "", ""],
		["http://www.globexperience.ca/_minidiapo/204.jpg", "", "", ""],
		["http://www.globexperience.ca/_minidiapo/205.jpg", "", "", ""],
		["http://www.globexperience.ca/_minidiapo/206.jpg", "", "", ""],
		["http://www.globexperience.ca/_minidiapo/207.jpg", "", "", ""],
		["http://www.globexperience.ca/_minidiapo/208.jpg", "", "", ""],
		["http://www.globexperience.ca/_minidiapo/209.jpg", "", "", ""],
		["http://www.globexperience.ca/_minidiapo/210.jpg", "", "", ""]	
	],
	displaymode: {type:'auto', pause:3000, cycles:3, wraparound:true, randomize:true},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 800, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})


