theme=getTheme();

if ( theme == "Earth" ) {
  QUOTE_IMAGE1= new Image(45,45);
  QUOTE_IMAGE1.src = "/PNG/Earth/Arrows/Large/arrow_next_off_earth.png";
  QUOTE_IMAGE2 = new Image(45,45);
  QUOTE_IMAGE2.src = "/PNG/Earth/Arrows/Large/arrow_next_on_earth.png";
  QUOTE_IMAGE3= new Image(45,45);
  QUOTE_IMAGE3.src = "/PNG/Earth/Arrows/Large/arrow_back_off_earth.png";
  QUOTE_IMAGE4 = new Image(45,45);
  QUOTE_IMAGE4.src = "/PNG/Earth/Arrows/Large/arrow_back_on_earth.png";
}
else if ( theme == "Mars" ) {
  QUOTE_IMAGE1= new Image(45,45);
  QUOTE_IMAGE1.src = "/PNG/Mars/Arrows/Large/arrow_next_off_mars.png";
  QUOTE_IMAGE2 = new Image(45,45);
  QUOTE_IMAGE2.src = "/PNG/Mars/Arrows/Large/arrow_next_on_mars.png";
  QUOTE_IMAGE3= new Image(45,45);
  QUOTE_IMAGE3.src = "/PNG/Mars/Arrows/Large/arrow_back_off_mars.png";
  QUOTE_IMAGE4 = new Image(45,45);
  QUOTE_IMAGE4.src = "/PNG/Mars/Arrows/Large/arrow_back_on_mars.png";
}
else if ( theme == "Mercury" ) {
  QUOTE_IMAGE1= new Image(45,45); // HxW
  QUOTE_IMAGE1.src = "/PNG/Mercury/Arrows/Large/arrow_next_off_mercury.png";
  QUOTE_IMAGE2 = new Image(45,45);
  QUOTE_IMAGE2.src = "/PNG/Mercury/Arrows/Large/arrow_next_on_mercury.png";
  QUOTE_IMAGE3= new Image(45,45);
  QUOTE_IMAGE3.src = "/PNG/Mercury/Arrows/Large/arrow_back_off_mercury.png";
  QUOTE_IMAGE4 = new Image(45,45);
  QUOTE_IMAGE4.src = "/PNG/Mercury/Arrows/Large/arrow_back_on_mercury.png";
}
else if ( theme == "Neptune" ) {
  QUOTE_IMAGE1= new Image(45,45); // HxW
  QUOTE_IMAGE1.src = "/PNG/Neptune/Arrows/Large/arrow_next_off_neptune.png";
  QUOTE_IMAGE2 = new Image(45,45);
  QUOTE_IMAGE2.src = "/PNG/Neptune/Arrows/Large/arrow_next_on_neptune.png";
  QUOTE_IMAGE3= new Image(45,45);
  QUOTE_IMAGE3.src = "/PNG/Neptune/Arrows/Large/arrow_back_off_neptune.png";
  QUOTE_IMAGE4 = new Image(45,45);
  QUOTE_IMAGE4.src = "/PNG/Neptune/Arrows/Large/arrow_back_on_neptune.png";
}
else if ( theme == "Pluto" )
{
  QUOTE_IMAGE1= new Image(45,45);
  QUOTE_IMAGE1.src = "/PNG/Pluto/Arrows/Large/arrow_next_off_pluto.png";
  QUOTE_IMAGE2 = new Image(45,45);
  QUOTE_IMAGE2.src = "/PNG/Pluto/Arrows/Large/arrow_next_on_pluto.png";
  QUOTE_IMAGE3= new Image(45,45);
  QUOTE_IMAGE3.src = "/PNG/Pluto/Arrows/Large/arrow_back_off_pluto.png";
  QUOTE_IMAGE4 = new Image(45,45);
  QUOTE_IMAGE4.src = "/PNG/Pluto/Arrows/Large/arrow_back_on_pluto.png";
}
else // Venus
{
  QUOTE_IMAGE1= new Image(45,45);
  QUOTE_IMAGE1.src = "/PNG/Venus/Arrows/Large/arrow_next_off_venus.png";
  QUOTE_IMAGE2 = new Image(45,45);
  QUOTE_IMAGE2.src = "/PNG/Venus/Arrows/Large/arrow_next_on_venus.png";
  QUOTE_IMAGE3= new Image(45,45);
  QUOTE_IMAGE3.src = "/PNG/Venus/Arrows/Large/arrow_back_off_venus.png";
  QUOTE_IMAGE4 = new Image(45,45);
  QUOTE_IMAGE4.src = "/PNG/Venus/Arrows/Large/arrow_back_on_venus.png";
}

