
$.namespace("SF.BrandRoom");SF.BrandRoom.FlashMovie=new(function(){$(document).ready(init);function init(){var container=document.getElementById("brandRoomPanels");if(!container)return;if(!swfobject.hasFlashPlayerVersion("9"))return;$("body").addClass("brandRoomEnhanced");var flashCategoryId=document.getElementById("flashCategoryId").value;var flashStoreId=document.getElementById("flashStoreId").value;var flashLangId=document.getElementById("flashLangId").value;var flashCatalogId=document.getElementById("flashCatalogId").value;var flashBrandRoom=document.getElementById("flashBrandRoom").value;var flashvars={xmlPath:"/webapp/wcs/stores/servlet/BrandRoomPropertyView?brandRoom="+flashBrandRoom+"|storeId="+flashStoreId+"|langId="+flashLangId+"|catalogId="+flashCatalogId+"|categoryId="+flashCategoryId},params={wmode:"opaque"},attributes={id:"brandRoomFlash"},swfUrl="/wcsstore/ConsumerDirectStorefrontAssetStore/flash/BrandRoom.swf",replaceElemId="brandRoomPanels",width="960",height="530",swfVersion="10.0.0",swfExpressInstallUrl="/wcsstore/ConsumerDirectStorefrontAssetStore/flash/expressInstall.swf";swfobject.embedSWF(swfUrl,replaceElemId,width,height,swfVersion,swfExpressInstallUrl,flashvars,params,attributes);};});
