function ShellBowlPlanter()
	{
		document.mainImg.src = '../images1/planters/stone/shellbowlplanter.jpg';
		document.getElementById("imgDescrip").innerHTML = '<h1>Shell Bowl Planter</h1><p>Italian<br />Hand Carved Vicenza Stone<br>Overall Height: 6&rsquo; 10.5"</p><p>Bowl: 45" Wide x 33.5" Deep x 18.5" High<br>Socle: 19" High x 15" Square<br />Plinth: 45" High</p>';
}

function AcanthusUrn()
	{
		document.mainImg.src = '../images1/planters/stone/acanthusurn.jpg';
		document.getElementById("imgDescrip").innerHTML = '<h1>THE ACANTHUS URN</h1><p>FRENCH COMPOSITION STONE<br />37" HIGH X 39" TOP DIAMETER X 20" OCTAGONAL BASE</p>';
}

function GothicUrn()
{
		document.mainImg.src = '../images1/planters/stone/gothicurn.jpg';
		document.getElementById("imgDescrip").innerHTML = '<h1>THE GOTHIC URN</h1><p>FRENCH COMPOSITION STONE<br>35" HIGH X 26" TOP DIAMETER X 16" OCTAGONAL BASE</p>';
}

function LouisUrn()
{
		document.mainImg.src = '../images1/planters/stone/louisurn.jpg';
		document.getElementById("imgDescrip").innerHTML = '<h1>THE LOUIS URN</h1><p>FRENCH COMPOSITION STONE<br>29" HIGH X 34" OUTSIDE DIAMETER X 19" SQUARE BASE</p>';
}

function LouisUrnPed()
{
		document.mainImg.src = '../images1/planters/stone/louisurn_louisped.jpg';
		document.getElementById("imgDescrip").innerHTML = '<h1>THE LOUIS URN ON THE LOUIS PEDESTAL</h1><p>FRENCH COMPOSITION STONE<br>29" HIGH X 23" SQUARE - PEDESTAL DIMENSIONS</p>';
}

function Marie()
{
		document.mainImg.src = '../images1/planters/stone/marieurn.jpg';
		document.getElementById("imgDescrip").innerHTML = '<h1>THE MARIE URN</h1><p>FRENCH COMPOSITION STONE<br />21" High x 29" Wide x 20" Deep, 16" Base</p>';
}

function NormandyUrn()
{
		document.mainImg.src = '../images1/planters/stone/normandyurn.jpg';
		document.getElementById("imgDescrip").innerHTML = '<h1>THE NORMANDY URN</h1><p>FRENCH COMPOSITION STONE<br>A. 30" HIGH X 22" TOP DIAMETER X 11" BASE<br>B. 37" HIGH X 30" TOP DIAMETER X 15" BASE</p>';
}

