// JavaScript Document
function Change1(Tname){
           document.getElementById(Tname).style.backgroundImage = 'url(/images/shop/s_common_top/s_pro_back.png)';
		   }
function Change2(Tname){
           document.getElementById(Tname).style.backgroundImage = 'url(/images/shop/common_top/pro_back.png)';
		   }

