// Permalinks option
function flashPutHref(href) { 
	location.href = href; 
}
window.addEvent(
	"domready",
	function() {
		// try {
			var attributes = {}
			// SWFObject embed
			var flashvars = {
				paramXMLPath: "/fileadmin/user/CCAS/departments/finearts/gallery_images/music/param.xml",
				initialURL: escape(document.location)
			};

			var params = { 
				base: ".",
				quality: "best",
				allowfullscreen: "true"
			};     
				swfobject.embedSWF("/fileadmin/projects/eop/sss/includes/loader.swf", "flashcontent", "550", "450", "9.0.0", "/fileadmin/projects/eop/sss/includes/expressInstall.swf", flashvars, params, attributes);
			// 	Set this to the width/height assigned to sspWidth / sspHeight in param.xml, plus padding if you'd like (20px padding added by default)
				swffit("flashcontent",550,450);
		// }
		// catch(e) {
		//}
	}
);