function writeboxpg()
{
document.write('<A HREF=');
document.write('"');
document.write('organic-fertilizer2.html');
document.write('#catfertUK');
document.write('"');
document.write(">");
document.write('<P class="pboxpg">FIND this in U.K.&nbsp;&nbsp;');
document.write('<img src="image-files/flag-uk.gif"');
document.write(' ALIGN="RIGHT" width="32px" height="15px">');
document.write('</P>' );
document.write('</A>');
}

function writeboxpge()
{
document.write('<A HREF=');
document.write('"');
document.write('organic-fertilizer2.html');
document.write('#catfert');
document.write('"');
document.write(">");
document.write('<P class="pboxpg">FIND this in America&nbsp;&nbsp;');
document.write('<img src="image-files/flag-usa.gif"');
document.write(' ALIGN="RIGHT" width="32px" height="15px">');
document.write('</P>' );
document.write('</A>');
}


function writebox()
{
document.write("<A HREF=");
document.write("'");
document.write("gardening-catalogue.html");
document.write(location.hash);
document.write("'");
document.write(">");
document.write("<P class='pbox'>FIND this in U.K.<BR CLEAR='ALL'>");
document.write("<img src='image-files/flag-uk.gif' width='40px' height='20px'></P>");
document.write("</A>");
}

function writeboxe()
{
document.write("<A HREF=");
document.write(" '");
document.write("gardening-catalog.html");
document.write(location.hash);
document.write("' ");
document.write(">");
document.write("<P class='pbox'>FIND this in America<BR CLEAR='ALL'>");
document.write("<img src='image-files/flag-usa.gif' width='40px' height='20px'></P>");
document.write("</A>");
}

function cbox(x)
	{document.getElementById(x).style.display = 'none'}

