function switchImage(id,img) {
	obj = document.getElementById('gall_image');
	obj.src = 'uploads/custom_builds/'+id+'/'+img;
}