if (document.images) {
	b_out = new Image;
	b_in = new Image;

	b_out.src = "/i/b_out.png";
	b_in.src = "/i/b_in.png";

	w_out = new Image;
	w_in = new Image;

	w_out.src = "/i/w_out.png";
	w_in.src = "/i/w_in.png";

	l_out = new Image;
	l_in = new Image;

	l_out.src = "/i/l_out.png";
	l_in.src = "/i/l_in.png";

	p_out = new Image;
	p_in = new Image;

	p_out.src = "/i/p_out.png";
	p_in.src = "/i/p_in.png";
	
	g_out = new Image;
	g_in = new Image;

	g_out.src = "/i/g_out.png";
	g_in.src = "/i/g_in.png";

	c_out = new Image;
	c_in = new Image;

	c_out.src = "/i/c_out.png";
	c_in.src = "/i/c_in.png";

}



