
depthData =
//Depth 0 - default layout info
[ { 'position':'relative'
  , 'cursor': 'hand'
  , 'top':0
  , 'left':0
  , 'width':500
  , 'height':20
  , 'expand_menu':'auto'
  , 'item_properties': 
    { 'top':0
    , 'left':0
    }
  }
//Depth 1 - main menu
, { 'offsetLeft':59
  , 'cursor': 'hand'
  , 'width':58
  , 'height':20
  , 'class':'DDM_lvl1'
  , 'class_rollover':'DDM_lvl1_rollover'
  , 'class_menuopen':'DDM_lvl1_rollover'
  , 'item_properties':
    { 'top':20	
    , 'left':0
    , 'clipTrans':
      { 'duration':100
      , 'frames':15
      , 'transitionOut':'south-to-north'
      , 'transitionIn':'north-to-south'
      }
    }
  }
//Depth 2 - sub menu
, { 'offsetTop': 18
  , 'cursor': 'hand'
  , 'width':215
  , 'height':18
  , 'class':'DDM_lvl2'
  , 'class_menuopen':'DDM_lvl2_rollover'
  , 'class_rollover':'DDM_lvl2_rollover'
  , 'item_properties':
    { 'top':0
    , 'left':215
    , 'clipTrans':
      { 'duration':100
      , 'frames':15
      , 'transitionIn':'west-to-east-slide'
      , 'transitionOut':'west-to-east-slide'
      }  
    }
  }
//Depth 3 - sub-sub menu
, { 'offsetTop': 18
  , 'cursor': 'hand'
  , 'width':170
  , 'height':18
  , 'class':'DDM_lvl3'
  , 'class_menuopen':'DDM_lvl3_rollover'
  , 'class_rollover':'DDM_lvl3_rollover'
  , 'item_properties':
    { 'top':0
    , 'left':170
    , 'clipTrans':
      { 'duration':100
      , 'frames':15
      , 'transitionIn':'southwest-to-northeast-slide'
      , 'transitionOut':'northwest-to-southeast-slide'
      }  
    }
  }
//Depth 4 - sub-sub-sub menu
, { 'offsetTop': 18
  , 'cursor': 'hand'
  , 'width':175
  , 'height':18
  , 'class':'DDM_lvl4'
  , 'class_menuopen':'DDM_lvl4_rollover'
  , 'class_rollover':'DDM_lvl4_rollover'
  , 'item_properties':
    { 'top':0
    , 'left':200
    , 'clipTrans':
      { 'duration':100
      , 'frames':15
      , 'transitionIn':'southwest-to-northeast-slide'
      , 'transitionOut':'northwest-to-southeast-slide'
      }  
    }
  }
];