﻿//saving ...
function save_sel(num) {
	numsel = num;
}

//restoring ...
function restore_sel(){
	return numsel;
}

//path to animations ...
function get_path2anim(){
	return path2anim;
}

