	// Permalinks option
	function flashPutHref(href) { location.href = href; }
	
	// Expand browser option
	var eB = false;
	if (eB) {
		window.moveTo(0,0);
		window.resizeTo (screen.availWidth, screen.availHeight);
	}
	
	// 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);
	}
	
	// SWFObject embed
	var flashvars = {
		paramXMLPath: "param.xml",
		initialURL: escape(document.location)
	}
	var params = {
		base: ".",
		quality: "best",
		bgcolor: "#FFFFFF",
		allowfullscreen: "true"
	}                
	var attributes = {}
	swfobject.embedSWF("/flash/highlights/loader.swf", "flashcontent", "290px", "170px", "9.0.0", "/flash/highlights/expressInstall.swf", flashvars, params, attributes);