function thisMovie(movieName) {
     if (navigator.appName.indexOf("Microsoft") != -1) {
         return window[movieName];
     } else {
         return document[movieName];
     }
 }
 
function fl_flickrPhotoSet(ftype, user_id, photoset_id) {
	thisMovie(ftype).fl_flickrPhotoSet(String(user_id), String(photoset_id));
}

function fl_flickrPhotoSetOld(ftype, photoset_id) {
	thisMovie(ftype).fl_flickrPhotoSet(String(photoset_id));
}

function fl_flickrTagSet(ftype, user_id, tag) {
	thisMovie(ftype).fl_flickrTagSet(user_id, tag);
}

function fl_setSlideshowLink(args) {
	window.document.location.href = 'FotoViewr_PhotoGallery.v2.php'+args+'&TOUR=1';
	/*
	getElement('divLinkToSlideshow').innerHTML = 'Click here for your <a href="FotoViewr_PhotoGallery.php'+args+'&TOUR=1">FotoViewr Photo Gallery</a>';
	getElement('txtSlideshowURL').value = 'FotoViewr_PhotoGallery.php'+args;
	getElement('divSlideshowTextfield').style.display = 'block';
	window.location.hash="link"; 
	*/
}