AC_FL_RunContent = 0;
function getFlashMovie(movieName) {
	var isIE = navigator.appName.indexOf("Microsoft") != -1;
	return (isIE) ? window[movieName] : document[movieName];
}
function openGallery(galleryName) {
	var thegallery = galleryName;
	getFlashMovie("gallery").sendCallToFlash(thegallery);
	//alert(thegallery);
}
