function loadcssfile(filename) {
	var fileref=document.createElement("link");
	fileref.setAttribute("rel", "stylesheet");
	fileref.setAttribute("type", "text/css");
	fileref.setAttribute("href", filename);
	document.getElementsByTagName("head")[0].appendChild(fileref);
}

if( document.getElementById("albumLuteceGalleryView") != null )
{
	$(document).ready(function () {  
		var theme_path = "js/plugins/plugin-insertalbum/jquery-galleryview-2.0/";
			
		$.ajaxSetup({async: false});
		loadcssfile("js/plugins/plugin-insertalbum/jquery-galleryview-2.0/galleryview.css");
		$.getScript("js/plugins/plugin-insertalbum/jquery.easing.1.3.js");
		$.getScript("js/plugins/plugin-insertalbum/jquery-galleryview-2.0/jquery.timers-1.1.2.js");
		$.getScript("js/plugins/plugin-insertalbum/jquery-galleryview-2.0/jquery.galleryview-2.0.js");
		$.ajaxSetup({async: true});
		$('#albumLuteceGalleryView').galleryView({
			panel_width: 400,
			panel_height: 300,
			frame_width: 40,
			frame_height: 40,
			filmstrip_position:'left',
			frame_opacity: 0.2,
			frame_gap: 20,
			pointer_size: 0,
			frame_scale: 'crop',
			nav_theme: 'dark'
		});
	});
}

if( document.getElementById("albumLutecePopeye") != null )
{
	$(document).ready(function () {
		$.ajaxSetup({async: false});
		loadcssfile("js/plugins/plugin-insertalbum/jquery.popeye.1.0/css/jquery.popeye.css");
		loadcssfile("js/plugins/plugin-insertalbum/jquery.popeye.1.0/css/jquery.popeye.style.css");
		$.getScript("js/plugins/plugin-insertalbum/jquery.popeye.1.0/lib/jquery.popeye-1.0.min.js");
		$.ajaxSetup({async: true});
		$('#albumLutecePopeye').popeye();
	});
}
