function change_img(str){
	var img = document.getElementById('big_img');
	img.src = '/graphics/contacts_photos/'+str;
	//obj = '/graphics/contacts_photos/' + str;
	//alert(obj.width);
}
