// JavaScript Document
function longStuds()
	{
		document.mainImg.src = 'gallery/diamonds/long-studs-l.jpg';
		document.getElementById("imgDescrip").innerHTML = ' <h2>Diamonds</h2><p>Channel set studs, 1 carat, in 14k gold; <br>diamond drops as jackets .47ct TW;  <br>Pendant with 1 carat CZ or diamond of your choice. <br> Available in 14k, 18k. <br><br>Platinum upon request</p>';
		}

function sticks()
{
		document.mainImg.src = 'gallery/diamonds/sticks-l.jpg';
		document.getElementById("imgDescrip").innerHTML = ' <h2>Diamonds</h2><p>Contemporary Earrings with 2 carat TW diamonds.<br>Matching pendant with 1 ct. diamond in 14 k yellow or white gold.<br><br>Platinum upon request.</p>';
}
function bigRing()
{
		document.mainImg.src = 'gallery/diamonds/big-l.jpg';
		document.getElementById("imgDescrip").innerHTML = ' <h2>Diamonds</h2><p>Awe-inspiring 3.12 carat E/VVS diamond, GIA certificate, set in custom-designed platinum prongs, accented by a pair of kite shaped diamonds weighing 1.42 carats, all set in 14K custom shank.</p>';
}
function curly()
{
		document.mainImg.src = 'gallery/diamonds/curly-l.jpg';
		document.getElementById("imgDescrip").innerHTML = ' <h2>Diamonds</h2><p>Pin in handforged 14k gold with 1 carat diamond. May be set with any stone of similar size.</p>';
}
function ovalBracelet()
{
		document.mainImg.src = 'gallery/diamonds/oval-bracelet-l.jpg';
		document.getElementById("imgDescrip").innerHTML = ' <h2>Diamonds</h2><p>Oval hand-forged bracelet custom made to fit. Clasp is a .05ct diamond.<br><br>Available with stone of choice; may be adapted for larger stones.</p>';
}

function rowsRing()
{
		document.mainImg.src = 'gallery/diamonds/rowsRing-l.jpg';
		document.getElementById("imgDescrip").innerHTML = ' <h2>Diamonds</h2><p>Eye Catching Brilliance: Custom designed 14K gold ring set with a 1.75 carat oval center diamond and a .75 carat companion, with channels of 27 diamonds, weighing .81 carats total. Prices range according to diamonds used. Mounting runs approximately $ 850. Semi-mount $2400.    </p>';
}




