//other site frames breakout
if (window != top) top.location.href = location.href;

bullet1 = new Image(18, 20);
bullet1.src = "images/menu1.png";
bullet2 = new Image(18, 20);
bullet2.src = "images/menu2.png";

bullet1_high = new Image(18, 20);
bullet1_high.src = "images/menu1_high.png";
bullet2_high = new Image(18, 20);
bullet2_high.src = "images/menu2_high.png";

function glow(x, y) {
document.images[x].src=eval(y+'.src');
}



