// Permalinks option
function flashPutHref(href) { location.href = href; }

// SWFObject embed
var flashvars = {
	paramXMLPath: "/param.xml",
	initialURL: "/"
}
		
var params = { 
	base: ".",
	quality: "best",
	bgcolor: "#121212",
	allowfullscreen: "true",
	wmode: "transparent"
}
	                
var attributes = {}
swfobject.embedSWF("/slideshowpro.swf", "flashcontent", "802", "239", "9.0.0", false, flashvars, params, attributes);