var TABLE_CAPT = [
{
  "name": "Project Name",
  "type": "STR"},
{
  "name": "Contender",
  "type": "STR"},
{
  "name": "Motor(s)",
  "type": "STR"},
{
  "name": "Est. Ft/Sec",
  "type": "STR"},
{
  "name": "ImageURL",
  "type": "STR",
  "hide": true},
{
  "name": "FullURL",
  "type": "STR",
  "hide": true},
{
  "name": "NotesHTML",
  "type": "STR",
  "hide": true}
];
var TABLE_LOOK = {
        "onclick" : function (a_row, a_marked) { RowClicked(a_row,a_marked); },
        "key" : 0,
        "structure" : [0,1,2,3,4,5],
        "params" : [2,1],
        "colors" : {
                  "even" : "#ffc37d",
                  "odd" : "#ffc37d",
                  "hovered" : "white",
                  "marked" : "#FFFF00"
            },
        "multy_mark" : false,
        "freeze" : [0,0],
        "paging" : {
                  "by" : 15,
                  "pp" : "&nbsp;<b>&laquo;</b>",
                  "pn" : "<b>&raquo;</b>&nbsp;",
                  "tt" : "&nbsp;Page %ind of %pgs&nbsp;"
            },
        "sorting" : {
                  "as" : '<img src=/common/tablescripts/img/asc.gif border=0 height=4 width=8 alt="sort descending">',
                  "ds" : '<img src=/common/tablescripts/img/desc.gif border=0 height=4 width=8 alt="sort ascending">',
                  "cl" : null,
                  "or" : false
            },
        "filter" : {
                  "type" : 0
            },
        "css" : {
                  "captCell" : "tabCaptionCell0",
                  "captText" : "tabCaptionLink0",
                  "head" : "tabHeadCell0",
                  "foot" : "tabFootCell0",
                  "pagnCell" : "tabPaging0",
                  "pagnText" : "tabPagingText0",
                  "pagnPict" : "tabPagingArrowCell0",
                  "filtCell" : "tabFilter0",
                  "filtPatt" : "tabFilterPattern0",
                  "filtSelc" : "tabFilterSelect0",
                  "main" : "tableMain",
                  "body" : ["tabcellColumn0","tabcellColumn1","tabcellColumn2","tabcellColumn3","tabcellColumn4","tabcellColumn5","tabcellColumn6"]
            }

};
var ARR_STRINGS = {
	'long_days' : ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'],
	'short_days' : ['Sun', 'Mon', 'Tue', 'Wen', 'Thu', 'Fri', 'Sat'],
	'long_month' : ['January','February','March','April','May','June','July','August','September','October','November','December'],
	'short_month' : ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'],
	'bad_month' : 'Parsing error: unknown month "%month_name"',
	'not_meet' : "Notice : Input date does not meet input date format."
};

