/* first element: redir will redirect to contributing page, then to url, here
 * will offer the download here and skip will directly go to the NL-page
 * (nl-group has its own contributing page */


/* skip for all, since contributing-page doesn't redirect anymore... */
/* ISO-short with array of 'skip/here' (old, not used), */
/* language name in en-US, */
/* link to native-lang-page, */
/* flag indicating if builds with JRE are available, */
/* flag for bouncer usage (if 'n' we use the native language-page), */
/* flag for bouncer for MAC ( only in combination with previous flag! ) */
var languages = {
"ar": {"-": ['skip', 'Arabic',              'http://ar.openoffice.org/about-downloads.html','y','n','n']},
"eu": {"-": ['skip', 'Basque',              'http://eu.openoffice.org/index.html','y','n','n']},
"bn": {"-": ['skip', 'Bengali',             'http://bn.openoffice.org/index.html','y','n','n']},
"bg": {"-": ['skip', 'Bulgarian',           'http://bg.openoffice.org/index.html','y','n','n']},
"ca": {"-": ['skip', 'Catalan',             'http://www.softcatala.org/projectes/openoffice/','y','n','n']},
"cs": {"-": ['skip', 'Cesky',               'http://cs.openoffice.org/','y','n','n']},
"zh": {"-": ['skip', 'Chinese',     	    'http://zh.openoffice.org/downloads.html','y','n','n']},
"hr": {"-": ['skip', 'Croatian',            'http://hr.openoffice.org/','y','n','n']},
"da": {"-": ['skip', 'Danish',              'http://da.openoffice.org/','n','n','n']},
"nl": {"-": ['skip', 'Dutch',               'http://nl.openoffice.org/downloaden.html','y','n','y']},
"en": {"-": ['here', 'US English',          'http://test.html','y','y','y'],
      "us": ['here', 'US English',          'http://test.html','y','y','y']},
"et": {"-": ['skip', 'Estonian',            'http://openoffice.offline.ee','y','n','n']},
"fr": {"-": ['skip', 'French',              'http://fr.openoffice.org/about-downloads.html','y','y','y']},
"de": {"-": ['skip', 'German',              'http://de.openoffice.org/downloads/quick.html','y','y','y']},
"el": {"-": ['skip', 'Greek',               'http://el.openoffice.org','y','n','n']},
"he": {"-": ['skip', 'Hebrew',              'http://www.openoffice.org.il/','y','n','n']},
"hi": {"-": ['skip', 'Hindi',               'http://hi.openoffice.org/about-downloads.html','y','n','n']},
"hu": {"-": ['skip', 'Hungarian',           'http://hu.openoffice.org/about-downloads.html','y','n','n']},
"it": {"-": ['skip', 'Italian',             'http://it.openoffice.org/download/','y','y','n']},
"ja": {"-": ['skip', 'Japanese',            'http://ja.openoffice.org/','y','y','n']},
"km": {"-": ['skip', 'Khmer',               'http://km.openoffice.org/','y','n','n']},
"ko": {"-": ['skip', 'Korean',              'http://ko.openoffice.org/','y','n','n']},
"lt": {"-": ['skip', 'Lithuanian',          'http://lt.openoffice.org/','n','y','y']},
"lo": {"-": ['skip', 'Laotian',             'http://lo.openoffice.org/','y','n','n']},
"mk": {"-": ['skip', 'Macedonian',          'http://mk.openoffice.org/','y','n','n']},
"ms": {"-": ['skip', 'Malaysian',           'http://ms.openoffice.org/','y','n','n']},
"mn": {"-": ['skip', 'Mongolian',           'http://mn.openoffice.org/','y','n','n']},
"no": {"-": ['skip', 'Norwegian',           'http://no.openoffice.org/','y','n','n']},
"pl": {"-": ['skip', 'Polish',              'http://pl.openoffice.org/product.download.html','y','n','n']},
"pt": {"-":  ['skip','Portuguese',          'http://pt.openoffice.org/download/download.htm','n','y','n'],
       "pt": ['skip','Portuguese',          'http://pt.openoffice.org/download/download.htm','y','n','n'],
       "br": ['skip','Brazilian Portuguese','http://br-pt.openoffice.org/','y','n','n']},
"ro": {"-": ['skip', 'Romana',              'http://ro.openoffice.org/','y','n','n']},
"ru": {"-": ['skip', 'Russian',             'http://ru.openoffice.org/about-downloads.html','y','y','n']},
"sr": {"-": ['skip', 'Serbian',             'http://sr.openoffice.org/preuzmi.html','y','n','n']},
"sh": {"-": ['skip', 'Serbian (sh)',        'http://sr.openoffice.org/lat/preuzmi.html','y','n','n']},
"sk": {"-": ['skip', 'Slovak',              'http://sk.openoffice.org/','y','n','n']},
"sl": {"-": ['skip', 'Slovenian',           'http://sl.openoffice.org/','y','n','n']},
"fi": {"-": ['skip', 'Suomi',               'http://fi.openoffice.org/lataa.html','y','n','n']},
"es": {"-": ['skip', 'Spanish',             'http://es.openoffice.org/programa/','y','y','y']},
"sv": {"-": ['skip', 'Swedish',             'http://sv.openoffice.org/','y','y','y']},
"ta": {"-": ['skip', 'Tamil',               'http://ta.openoffice.org/','y','n','n']},
"th": {"-": ['skip', 'Thai',                'http://th.openoffice.org/about-downloads.html','y','n','n']},
"tr": {"-": ['skip', 'Turkish',             'http://tr.openoffice.org/about-downloads.html','y','n','n']},
"vi": {"-": ['skip', 'Vietnamese',          'http://vi.openoffice.org','y','n','n']},
"cy": {"-": ['skip', 'Welsh',               'http://cy.openoffice.org/index.html','y','n','n']}
};
