<!--
function doOver(x) {
  document[x].src = '/images/header/' + x + '_anim.gif'
}

function doExit(x) {
  document[x].src = '/images/header/' + x + '_icon.gif'
}

var mus1 = new Image();
var mus2 = new Image();
mus1.src = "/images/header/music_icon.gif";
mus2.src = "/images/header/music_anim.gif";

var bea1 = new Image();
var bea2 = new Image();
bea1.src = "/images/header/beauty_icon.gif";
bea2.src = "/images/header/beauty_anim.gif";

var quo1 = new Image();
var quo2 = new Image();
quo1.src = "/images/header/quote_icon.gif";
quo2.src = "/images/header/quote_anim.gif";

var lyn1 = new Image();
var lyn2 = new Image();
lyn1.src = "/images/header/lynx_icon.gif";
lyn2.src = "/images/header/lynx_anim.gif";
// -->
