function font(bi)
{
	if(bi==1)
	{
		document.write="<link href=style/binary.css rel=stylesheet type=text/css />"
	}
	if(bi==2)
	{
		document.write="<link href=style/binary1.css rel=stylesheet type=text/css />"
	}
	if(bi==3)
	{
		document.write="<link href=style/binary2.css rel=stylesheet type=text/css />"
	}
	return true
}
