var Global = {
  toRoot:"",
  _zIndex:10000,
  zIndex:function(){Global._zIndex++; return Global._zIndex;}
}
