/********************************
 * site-specific settings       *
 ********************************/

var showRolloverMenuEffect = Effect.BlindDown;
var showRolloverMenuEffectOptions = { duration: 0.2 };
var hideRolloverDelay = 150;
var hideRolloverMenuEffect = Effect.BlindUp;
var hideRolloverMenuEffectOptions = { duration: 0.2 };

/********************************
 * site-specific functions      *
 ********************************/

function configurePhotoGallery(url) {
	$('configure_photo_gallery_dialog_content').innerHTML = 'Loading...';
	new Ajax.Updater('configure_photo_gallery_dialog_content', url, {asynchronous:true, evalScripts:true});
	showDojoDialog('configure_photo_gallery_dialog');
}
