<!--
function showImg(img){
	document.getElementById('pic').style.background = 'url("../../template/images/'+img+'") no-repeat';
}

function hiddeImg(){
	document.getElementById('pic').style.background = 'none';
}
-->
