// JavaScript Document
function casting()
	{
		document.mainImg.src = 'gallery/studio/casting-l.jpg';
		document.getElementById("imgDescrip").innerHTML = ' <h2>Studio</h2><p>Casting: Using the torch and a centrifuge to melt the gold for a one-of-a-kind “lost wax” casting.</p>';
	}

function forging()
	{
		document.mainImg.src = 'gallery/studio/forging-l.jpg';
		document.getElementById("imgDescrip").innerHTML = ' <h2>Studio</h2><p>Forging: Using a hammer to shape bracelets, etc. from round wire into various planes and styles.</p>';
	}

function soldering()
	{
		document.mainImg.src = 'gallery/studio/soldering-l.jpg';
		document.getElementById("imgDescrip").innerHTML = ' <h2>Studio</h2><p>Soldering: Using a torch to solder together components of a ring.</p>';
	}

function setting()
	{
		document.mainImg.src = 'gallery/studio/setting-l.jpg';
		document.getElementById("imgDescrip").innerHTML = ' <h2>Studio</h2><p>Setting: Using hand tools to set a diamond after the wax design has been cast and polished.</p>';
	}


