function albumLoad(al) {
	thisMovie("loadgallery").albumLoad(al);
}
function thisMovie(movieName) {
	if (navigator.appName.indexOf("Microsoft") != -1) {
		return window[movieName];
	}else{
		return document[movieName];
	}
}

// Don't remove the following line the interactive brochure will error otherwise
function initWindow(){}