//####### TOP #######
var level = 0;

function setLevel(depth) {
	level = depth;
	alert (level);
}
