function showLargePicture(largepicURL)
{
	largePicture = window.open(largepicURL, "", 
		"width=440,height=540,location=no,menubar=no,resizable=yes,scrollbars=yes,status=no,toolbar=no,top=0,left=0");
	largePicture.focus();
	return false;
}

function showPlantPhoto(plantphURL)
{
	plantPhoto = window.open(plantphURL, "", 
		"width=550,height=500,location=no,menubar=no,resizable=yes,scrollbars=yes,status=no,toolbar=no,top=0,left=0");
	plantPhoto.focus();
	return false;
}

function showSafetyWeb(safetywebURL)
{
	safetyWebsite = window.open(safetywebURL, "", 
		"width=700,height=400,location=yes,menubar=yes,resizable=yes,scrollbars=yes,status=yes,toolbar=yes,top=0,left=0");
	safetyWebsite.focus();
	return false;
}

function showColoringBook(colbookURL)
{
	if (screen.width == "800") 
	{
		colbookURL = 'col_book_800.htm'
	}
	colBook = window.open(colbookURL, "", 
		"width=750,height=500,location=no,menubar=no,resizable=yes,scrollbars=auto,status=no,toolbar=no,top=0,left=0");
	colBook.focus();
	return false;
}

function bulletinsRedirectPage()
{
	if (navigator.appName == "Netscape") 
	{
		window.location.href = 'bulletins_net.htm'
	}
}