function change_state(id) {
  var image = document.getElementById(id);
  var source = image.src;
  var state = source.substring(source.lastIndexOf('_')+1,source.lastIndexOf('.'));
  if (state == "hover") {
    image.src = "http:\/\/www.lotuschronicles.com\/images\/"+source.substring(source.lastIndexOf('\/')+1,source.lastIndexOf("hover")-1)+".jpg";
  } else {
    image.src = "http:\/\/www.lotuschronicles.com\/images\/"+source.substring(source.lastIndexOf('\/')+1,source.lastIndexOf('.'))+"_hover.jpg";
  }
}

function click_pick(title) {
  if (title == "") {
    window.open('http:\/\/www.amazon.com\/Throne-Jade-Temeraire-Book-2\/dp\/0345481291');
  }
  if (title == "2") {
    window.open('http:\/\/www.amazon.com\/Graveyard-Book-Neil-Gaiman\/dp\/0060530928\/ref=sr_1_1?ie=UTF8&s=books&qid=1245295905&sr=1-1');
  }
  if (title == "3") {
    window.open('http:\/\/www.amazon.com\/Blade-Itself-First-Law-Book\/dp\/159102594X\/ref=sr_1_1?ie=UTF8&s=books&qid=1245296006&sr=1-1');
  }
  if (title == "4") {
    window.open('http:\/\/www.amazon.com\/Goblin-Quest-Jim-C-Hines\/dp/0756404002\/ref=sr_1_1?ie=UTF8&s=books&qid=1245296052&sr=1-1');
  }
  if (title == "5") {
    window.open('http:\/\/www.amazon.com\/His-Majestys-Dragon-Temeraire-Book\/dp\/0345481283\/ref=sr_1_1?ie=UTF8&s=books&qid=1245296101&sr=1-1');
  }
  if (title == "6") {
    window.open('http:\/\/www.amazon.com\/Screwtape-Letters-Gift-C-Lewis\/dp\/0060652896\/ref=sr_1_1?ie=UTF8&s=books&qid=1245296131&sr=1-1');
  }
  if (title == "7") {
    window.open('http:\/\/www.amazon.com\/Jonathan-Strange-Mr-Norrell-Novel\/dp\/0765356155\/ref=sr_1_1?ie=UTF8&s=books&qid=1245296179&sr=1-1');
  }
}