
// 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: "swfmap", 
	name: "swf-map" };
	
swfobject.embedSWF(swfpath + "map.swf", "swfmap", "272", "215", "8", false, SOflashvars, SOparams, SOattributes);
