
function change_productPicSub(div,img){
	var div_pic = document.getElementById(div); 
		div_pic.style.background = "url(" +img+ ") no-repeat";

}


function restore_productPicSub(div){



}
