//alert(browserName);
//alert(platformname);

document.getElementById("www-commonwealthhomefashions-com").style.backgroundImage = "url(/4105/images/pattern_bodybottom.gif)";
document.getElementById("www-commonwealthhomefashions-com").style.backgroundPosition = "bottom";
document.getElementById("www-commonwealthhomefashions-com").style.backgroundRepeat = "repeat-x";

if(browserName=="MSIE" && platformname=="MacPPC"){
	document.body.style.backgroundImage="none";
}
if(browserName=="Opera"){
	document.body.style.backgroundImage="none";
}
if(browserName=="Firefox"){
	document.body.style.backgroundImage="none";
}




