if ( (window.location.href.indexOf( 'goods.aspx' ) > -1) || (window.location.href.indexOf( 'category.aspx' ) > -1) || (window.location.href.indexOf( 'search.aspx' ) > -1) ){
document.write("<link href='../../css/goods.css' type='text/css' rel='stylesheet'>");
}else{
document.write("<link href='../../css/common.css' type='text/css' rel='stylesheet'>");
}

function Show_topimg() {
	if (window.location.href.indexOf( 'goods.aspx' ) > -1){
		document.getElementById('topimg').style.display='none';
	}
}
