var ml_ttconf = {
  linkTitle : 'Click here to sort',
  ascTitle : 'Sorted in ascending order',
  descTitle : 'Sorted in descending order',
  addColType: true,
  forcesortMsg : 'This column can only be sorted in one way!',
  nosortMsg : 'No sorting allowed on this column',
  linkClass : 'tt_link',
  linkMOClass : 'tt_link_mo',
  linkSortedClass : 'tt_link_sorted',
  ascClass : 'tt_icon_asc',
  descClass : 'tt_icon_desc',
  ctrlClickNoSort: true, // do not use 'Ctrl'+mouse click inside table as Sort signal (this allow user to ctrl-click and select multiple cells) Note: Ctrl+click on table heading row still works as multi-sort!
  
  dateStyle : 'us', //'euro','us'
  decimalPoint: '.', //',' or '.'
  workOnlyOnTT : true,
  minRowsToSort : 3,
  initSortDir : 'asc', //'desc','asc'
  cookieDays : 0,//-1,0,natural num

  keepStyle : 'row',//'','row','cell'
  reportSpeed : false,
  
  delayFilterFill : false,
  defaultFilterOption: '(all)',

  copyMsg: "Please copy the table content from the text box. Click anywhere outside the box to hide it after you're done copying",
  consistentCopy: true,//true to have IE use copy div not clipboard
  copyHeading4Row: true,//copy column heading when copying row(s)
  copyHeading4Cell: true,//copy column heading when copying cell(s)
  
  sumErrorMsg: " is not a number!",
  addSumFnName: true,

  retainContextMenu: false,
  contextMenu:['bt','hc','sc','cc','sp','ts','ss','sp','sa','ma','sd','md','sp','tf','rt','sf','rs','ta','rf','sp',
               'ch','ct','cy','crt','cry','cct','ccy','cet','cey'],
  contextMenuStr:
  {
    bt:'Scroll to Table Top',
    hc:'Hide Column',
    sc:'Show Hidden Columns',
    cc:'Clear the Matched Cells',
    ts:'Toggle Summary',
    ss:'Scroll to Summary',
    sa:'Sort Ascending',
    sd:'Sort Desending',
    ma:'Multi-Col-Sort Ascending',
    md:'Multi-Col-Sort Desending',
    tf:'Toggle Search Filter',
    sf:'Toggle Select Filter',
    ta:'Toggle All Filters',
    rt:'Reset Search Filter',
    rs:'Reset Select Filter',
    rf:'Reset All Filters',
    ch:'Copy HTML Source',
    ct:'Copy Tab-Delimited',
    cy:'Copy Tab-Delimited Justified',
    crt:'Copy Row(s) Tab-Delimited',
    cry:'Copy Row(s) Tab-Delimited Justified',
    cct:'Copy Column(s) Tab-Delimited',
    ccy:'Copy Column(s) Tab-Delimited Justified',
    cet:'Copy Cell(s) Tab-Delimited',
    cey:'Copy Cell(s) Tab-Delimited Justified'
  }
};
