
depthData2 =
//Depth 0 - default layout info
[ { 'position':'relative'
  , 'cursor': 'hand'
  , 'vertical-align': 'center'
  , 'top':0
  , 'left':0
  , 'width':600
  , 'height':50
  , 'expand_menu':'auto'
  , 'item_properties': 
    { 'top':0
    , 'left':0
    }
  }
//Depth 1 - main menu
, { 'offsetLeft':157
  , 'cursor': 'hand'
  , 'width':157
  , 'height':32
  , 'class':'DDM_lvl1'
  , 'class_rollover':'DDM_lvl1_rollover'
  , 'class_menuopen':'DDM_lvl1_rollover'
  , 'item_properties':
    { 'top':28
    , 'left':10
   /* , 'clipTrans':
      { 'duration':100
      , 'frames':15
      , 'transitionOut':'south-to-north'
      , 'transitionIn':'north-to-south'
      }
    */
    } 
  }
//Depth 2 - sub menu
, { 'offsetTop': 18
  , 'cursor': 'hand'
  , 'width':220
  , 'height':18
  , 'class':'DDM_lvl2'
  , 'class_menuopen':'DDM_lvl2_rollover'
  , 'class_rollover':'DDM_lvl2_rollover'
  , 'item_properties':
    { 'top':0
    , 'left':270
   /* , 'clipTrans':
      { 'duration':100
      , 'frames':15
      , 'transitionIn':'west-to-east-slide'
      , 'transitionOut':'west-to-east-slide'
      }  
    */
    } 
  }

];