function changeImg(id,path){
	var obj=document.getElementById(id);
	obj.src='themes/theme_default/img/'+path;
}