// JavaScript Document
function spaces()
{
	document.write("&nbsp;&nbsp;");
}

function spaces4()
{
	document.write("&nbsp;&nbsp;&nbsp;&nbsp;");
}

function spacebreak()
{
	document.write("&nbsp;&nbsp;<font color='#888888'>|</font>&nbsp;&nbsp;");
}

function spacebreak_small()
{
	document.write("&nbsp;<font color='#888888'>|</font>&nbsp;");
}