
// 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: "swfgraphB",
    name: "swf-graphB"
};

swfobject.embedSWF(swfpath + "graphB.swf", "swfgraphB", "600", "390", "8", false, SOflashvars, SOparams, SOattributes);