//<!--

// Pfad zu Buttons
var path = "../media/circle/produktion/team_duesseldorf/";

// Buttons für Team Düsseldorf

bt_back = new Image();
bt_back.src = "../images/buttons/bt_back.gif";
bt_back_on = new Image();
bt_back_on.src = "../images/buttons/bt_back_on.gif";

circle_01 = new Image();
circle_01.src = path + "circle_01.jpg";
circle_01_on = new Image();
circle_01_on.src = path + "circle_01_on.jpg";
/*
circle_02 = new Image();
circle_02.src = path + "circle_02.jpg";
circle_02_on = new Image();
circle_02_on.src = path + "circle_02_on.jpg";
*/
circle_03 = new Image();
circle_03.src = path + "circle_03.jpg";
circle_03_on = new Image();
circle_03_on.src = path + "circle_03_on.jpg";
/*
circle_04 = new Image();
circle_04.src = path + "circle_04.jpg";
circle_04_on = new Image();
circle_04_on.src = path + "circle_04_on.jpg";

circle_05 = new Image();
circle_05.src = path + "circle_05.jpg";
circle_05_on = new Image();
circle_05_on.src = path + "circle_05_on.jpg";
*/
circle_06 = new Image();
circle_06.src = path + "circle_06.jpg";
circle_06_on = new Image();
circle_06_on.src = path + "circle_06_on.jpg";
/*
circle_07 = new Image();
circle_07.src = path + "circle_07.jpg";
circle_07_on = new Image();
circle_07_on.src = path + "circle_07_on.jpg";

circle_08 = new Image();
circle_08.src = path + "circle_08.jpg";
circle_08_on = new Image();
circle_08_on.src = path + "circle_08_on.jpg";

circle_09 = new Image();
circle_09.src = path + "circle_09.jpg";
circle_09_on = new Image();
circle_09_on.src = path + "circle_09_on.jpg";

circle_10 = new Image();
circle_10.src = path + "circle_10.jpg";
circle_10_on = new Image();
circle_10_on.src = path + "circle_10_on.jpg";
/*
circle_11 = new Image();
circle_11.src = path + "circle_11.jpg";
circle_11_on = new Image();
circle_11_on.src = path + "circle_11_on.jpg";

circle_12 = new Image();
circle_12.src = path + "circle_12.jpg";
circle_12_on = new Image();
circle_12_on.src = path + "circle_12_on.jpg";

circle_13 = new Image();
circle_13.src = path + "circle_13.jpg";
circle_13_on = new Image();
circle_13_on.src = path + "circle_13_on.jpg";
*/
//-->