// Rollovers
function imgRollover(img,state){
  document.images[img].src = "/media/images/" + img + "_" + state + ".gif";
}


