function PLACE()
{
LCRO = new Array(2);
LCRO[0] ='X';LCRO[1]='X';
NOCRO=new Array(2);
}

function NOSBI()
{
window.open('http://www.the-organic-gardener.com/cgi-bin/counter.pl?url=CROCUS-BANNER&referrer=http%3A%2F%2Fwww%2Ethe-organic-gardener%2Ecom%2Fflower-garden%2Ehtml'); return false;
}

function TRANSLINK()
{
if (LCRO[0] == "X")
	{
	window.open(NOCRO[0]); return true; 
	}	
else
	{
	window.open(LCRO[0]); return true; 
	}
}

function STRANSLINK()
{
if (LCRO[1] == "X")
	{
	window.open(NOCRO[1]); return true; 
	}
else
	{
	window.open(LCRO[1]); return true; 
	}
}

function writeboxpg()
{
document.write('<A HREF=');
document.write('"');
document.write('organic-fertilizer.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-fertilizer.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'}


/***********************************************
* Bookmark site script- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/

/* Modified to support Opera */

function bookmarksite(title,url)
{
if (window.sidebar) // firefox
	window.sidebar.addPanel(title, url, "");
else if(window.opera && window.print)
	{ // opera
	var elem = document.createElement('a');
	elem.setAttribute('href',url);
	elem.setAttribute('title',title);
	elem.setAttribute('rel','sidebar');
	elem.click();
	} 

else if(document.all)// ie
	window.external.AddFavorite(url, title);
}

