  /////////////////////////////////////////////////////////////////////////////////////////////
  //  File: colors.js                                                                        //
  //  Author: Josef Hörersdorfer                                                             //
  //  Copyright: (c) 2006 j.hoerersdorfer@gmx.at                                             //
  //  Last Change: 20.09.2006                                                                //
  //  Description: Farbdefinitionen am Portal JavaScript                                     //
  /////////////////////////////////////////////////////////////////////////////////////////////

bcolor=new Array(7);
bcolor[0]=new Array('#B2B3B5','#0B5FA5','#1fa12d','#1f82c0','#fabb00','#EB6909');
bcolor[1]=new Array('#9CAAB1','#0B5FA5','#1fa12d','#1f82c0','#fabb00','#EB6909');
bcolor[2]=new Array('#9ca89f','#0B5FA5','#1fa12d','#1f82c0','#fabb00','#EB6909');
bcolor[3]=new Array('#9caab1','#0B5FA5','#1fa12d','#1f82c0','#fabb00','#EB6909');
bcolor[4]=new Array('#b2ae8e','#0B5FA5','#1fa12d','#1f82c0','#fabb00','#EB6909');
bcolor[5]=new Array('#b0a5a1','#0B5FA5','#1fa12d','#1f82c0','#fabb00','#EB6909');
bcolor[6]=new Array('#b0a5a1','#0B5FA5','#1fa12d','#1f82c0','#fabb00','#EB6909');