// 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 = 0;
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: "#1C1C1C",
	allowfullscreen: "true"
}                
var attributes = {};

var baseURL = "http://www.stephanfoto.com";
