// JavaScript Document
function trio()
	{
		document.mainImg.src = 'gallery/eng-wed/trio-l.jpg';
		document.getElementById("imgDescrip").innerHTML = ' <h2>Engagement and Wedding</h2><p>Wedding set with 1 carat diamond in quality of your choice.<br><br>Center: Sapphire and diamond engagement ring in platinum: 1.57 ct sapphire, 2 oval diamonds, .34ct, with .14ct TW of side stones.<br><br>Right: Two-tone engagement ring with channel set stone of choice, with .41 ct TW side stones channel set in 14k, 18k yellow or white gold, or platinum. </p>';
	}
	
function interlock()
	{
		document.mainImg.src = 'gallery/eng-wed/interlock-l.jpg';
		document.getElementById("imgDescrip").innerHTML = ' <h2>Engagement and Wedding</h2><p>Wedding set featuring a .75 carat oval diamond engagement ring with a custom made matching wedding band. Available in 14K or 18K, yellow or white gold, or platinum.</p>';
	}
	
function duo()
	{
		document.mainImg.src = 'gallery/eng-wed/duo-l.jpg';
		document.getElementById("imgDescrip").innerHTML = ' <h2>Engagement and Wedding</h2><p>Left: 1 carat diamond (can be adapted to fit other sizes or oval stones) with a row of 10 channel-set diamonds with .34 carats TW.<br><br>Right: A .75 ct. pear shaped diamond set with .11 carats TW side diamonds.</p>';
	}

function circle()
	{
		document.mainImg.src = 'gallery/eng-wed/circle-l.jpg';
		document.getElementById("imgDescrip").innerHTML = ' <h2>Engagement and Wedding</h2><p>Diamond ring in 14 K yellow gold with 2.38 ct. F/SI1 diamond and .15 carats side stones.</p>';
	}

function bigRing()
	{
		document.mainImg.src = 'gallery/eng-wed/big-l.jpg';
		document.getElementById("imgDescrip").innerHTML = ' <h2>Engagement and Wedding</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 rowsRing()
	{
		document.mainImg.src = 'gallery/eng-wed/rowsRing-l.jpg';
		document.getElementById("imgDescrip").innerHTML = ' <h2>Engagement and Wedding</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. <br><br>Mounting runs approximately $850. <br>Semi-mount $2400.</p>';
	}


