/*
	Only ItoHome.swf
*/

function setSWFParameters($xmlPath){
	SwfElement({
		parentId : "swfContents", 	//id for object element to insert
		requiredVersion : "9.0.0",
		element : {
			data   : "/extension/site/design/site/ItoHome.swf",
			alt    : "/extension/site/design/site/images/dummy.gif",
			width  : "1000",
			height : "350",
			id     : "ItoHome"
		},
		param : {	// pass the parameters to swf
			quality : "high",
			scale : "showall",
			salign : "lt",
			wmode : "transparent",
			allowScriptAccess : "sameDomain",
			menu : "true",
/*			width : "1000",
			height : "350",
			src : "ItoHome",
			quality : "high",
			align : "middle",
			play : "true",
			loop : "true",
			devicefont : "false",
			name : "ItoHome",
			allowFullScreen : "false",
			movie : "ItoHome.swf",
			id : "ItoHome",
*/
			flashvars :{
				xml:$xmlPath
			}
		}
	});
}
