var embed = {
	swf: "index.swf",
	container: "site",
	width: "100%",
	height: "100%",
	minWidth: 950,
	minHeight: 650,
	version: "10.0.12.36",
	expressInstall: "expressInstall.swf"
};
	
var flashvars = {
};

var params = {
	allowFullScreen: "true",
	allowScriptAccess: "always",
	wmode: "opaque",
	menu: "false"
};

var attributes = {
	id: "site"
};

swfobject.embedSWF(embed.swf, embed.container, embed.width, embed.height, embed.version, embed.expressInstall, flashvars, params, attributes);
swffit.fit(attributes.id, embed.minWidth, embed.minHeight);		