<!-- 
// 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.fit('flashcontent',w+swf_pad,h+swf_pad);
}

// SWFObject embed
var flashvars = {
	paramXMLPath: "/photos/param.xml",
	initialURL: escape(document.location)
}
var params = {
	bgcolor: "#121212",
	allowfullscreen: "false"
}                
var attributes = {}
// swfobject.embedSWF("/photos/loader.swf", "flashcontent", "100%", "100%", "9.0.0", "/photos/expressInstall.swf", flashvars, params, attributes);
swfobject.embedSWF("/photos/loader.swf", "flashcontent", "748", "555", "9.0.0", "/photos/expressInstall.swf", flashvars, params, attributes);
/* below required for google chrome embed issue */
//swffit.fit('flashcontent', 0, 0);
-->