function flashPutHref(href) { location.href = href; }

// swffit sizing
var swf_pad = 20;
function initSwffit(w,h) {
	// If you change name of the DIV the SWF is written at,
	// change 'flashcontent' to the name of your DIV.
	swffit('flashcontent',w+swf_pad,h+swf_pad,850,550);
}


// SWFObject embed
var flashvars = {
	paramXMLPath: "param-distl.xml",
	initialURL: escape(document.location)
}
var params = { 
	base: ".",
	quality: "best",
	bgcolor: "#ffffff",
	allowfullscreen: "true"
}                
var attributes = {}
swfobject.embedSWF("slideshowpro.swf", "flashcontent", "100%", "100%", "9.0.0", false, flashvars, params, attributes);

