
// adjust swfpath for depth from _root (ie: "../swf/") for templates
// this depth will be different because of url routing so we use the geturi.js file to determine the depth
var swfpath = uri.relativePath + "Common/swf/";


SOflashvars = {
	//xmlPath: 'slides/slides.xml'
	};

SOparams = {
	scale: 'noscale',
	menu: 'false' };

SOattributes = { 
	id: "swfgraphA", 
	name: "swf-graphA" };

swfobject.embedSWF(swfpath + "graphA.swf", "swfgraphA", "600", "390", "8", false, SOflashvars, SOparams, SOattributes);
