/* 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','n','y','y']},
"en": {"-": ['here', 'US English',          'http://test.html','n','y','y'],
      "us": ['here', 'US English',          'http://test.html','n','y','y']}
};
