<!-- 
if(document.images){
b1off=new Image(); b1off.src="images/yellowbullet.gif";
b1on=new Image(); b1on.src="images/whitebullet.gif";

b2off=new Image(); b2off.src="images/yellowbullet.gif";
b2on=new Image(); b2on.src="images/whitebullet.gif";

b3off=new Image(); b3off.src="images/yellowbullet.gif";
b3on=new Image(); b3on.src="images/whitebullet.gif";

b4off=new Image(); b4off.src="images/yellowbullet.gif";
b4on=new Image(); b4on.src="images/whitebullet.gif";

b5off=new Image(); b5off.src="images/yellowbullet.gif";
b5on=new Image(); b5on.src="images/whitebullet.gif";

b6off=new Image(); b6off.src="images/yellowbullet.gif";
b6on=new Image(); b6on.src="images/whitebullet.gif";

b7off=new Image(); b7off.src="images/yellowbullet.gif";
b7on=new Image(); b7on.src="images/whitebullet.gif";

b8off=new Image(); b8off.src="images/yellowbullet.gif";
b8on=new Image(); b8on.src="images/whitebullet.gif";

b9off=new Image(); b9off.src="images/yellowbullet.gif";
b9on=new Image(); b9on.src="images/whitebullet.gif";

b10off=new Image(); b10off.src="images/yellowbullet.gif";
b10on=new Image(); b10on.src="images/whitebullet.gif";

b11off=new Image(); b11off.src="images/yellowbullet.gif";
b11on=new Image(); b11on.src="images/whitebullet.gif";

b12off=new Image(); b12off.src="images/yellowbullet.gif";
b12on=new Image(); b12on.src="images/whitebullet.gif";

b13off=new Image(); b13off.src="images/yellowbullet.gif";
b13on=new Image(); b13on.src="images/whitebullet.gif";

b14off=new Image(); b14off.src="images/yellowbullet.gif";
b14on=new Image(); b14on.src="images/whitebullet.gif";

b15off=new Image(); b15off.src="images/yellowbullet.gif";
b15on=new Image(); b15on.src="images/whitebullet.gif";

b16off=new Image(); b16off.src="images/yellowbullet.gif";
b16on=new Image(); b16on.src="images/whitebullet.gif";

b17off=new Image(); b17off.src="images/yellowbullet.gif";
b17on=new Image(); b17on.src="images/whitebullet.gif";

b18off=new Image(); b18off.src="images/yellowbullet.gif";
b18on=new Image(); b18on.src="images/whitebullet.gif";

b19off=new Image(); b19off.src="images/yellowbullet.gif";
b19on=new Image(); b19on.src="images/whitebullet.gif";

b20off=new Image(); b20off.src="images/yellowbullet.gif";
b20on=new Image(); b20on.src="images/whitebullet.gif";

b21off=new Image(); b21off.src="images/yellowbullet.gif";
b21on=new Image(); b21on.src="images/whitebullet.gif";

b22off=new Image(); b22off.src="images/yellowbullet.gif";
b22on=new Image(); b22on.src="images/whitebullet.gif";

b23off=new Image(); b23off.src="images/yellowbullet.gif";
b23on=new Image(); b23on.src="images/whitebullet.gif";

}

function act(bn){
	if(document.images){
		loc = "b" + bn;
		document[loc].src = eval(loc + "on.src");
	}
}
function inact(bn){
	if(document.images){
		loc = "b" + bn;
		document[loc].src = eval(loc + "off.src");
	}
}
 //-->