function itemOn(nGoodsID) {	document.getElementById('item-box'+nGoodsID).style.border = '1px solid #CCCCCC';}function itemOff(nGoodsID) {	document.getElementById('item-box'+nGoodsID).style.border = '1px solid #FFFFFF';}function newitemOn(nGoodsID) {	document.getElementById('newitem-box'+nGoodsID).style.border = '1px solid #CCCCCC';}function newitemOff(nGoodsID) {	document.getElementById('newitem-box'+nGoodsID).style.border = '1px solid #FFFFFF';}function recitemOn(nGoodsID) {	document.getElementById('recitem-box'+nGoodsID).style.border = '1px solid #CCCCCC';}function recitemOff(nGoodsID) {	document.getElementById('recitem-box'+nGoodsID).style.border = '1px solid #FFFFFF';}function recbottomitemOn(nGoodsID) {	document.getElementById('recbottomitem-box'+nGoodsID).style.border = '1px solid #CCCCCC';}function recbottomitemOff(nGoodsID) {	document.getElementById('recbottomitem-box'+nGoodsID).style.border = '1px solid #FFFFFF';}function recmiddleitemOn(nGoodsID) {	document.getElementById('recmiddleitem-box'+nGoodsID).style.border = '1px solid #CCCCCC';}function recmiddleitemOff(nGoodsID) {	document.getElementById('recmiddleitem-box'+nGoodsID).style.border = '1px solid #FFFFFF';}function itemClick(link){	location.href = link;}
