function show_step_1()
{
document.getElementById('step_detail').innerHTML = "<p><span class = 'blueheader'>Take a photograph</span><br/><img src = './images/detail_step_1.jpg' alt = 'Step 1' /><br/>Use your digital camera, 35mm, or whatever you have! We can even scan old photographs!</p>";
}
function show_step_2()
{
document.getElementById('step_detail').innerHTML = "<p><span class = 'blueheader'>Send us the image</span><br/><img src = './images/detail_step_2.jpg' alt = 'Step 1' /><br/>Our new file upload program in the <a href = './clientarea.asp?nav=clientarea'>client area</a> lets you get your file to us in seconds. Call us at 800-546-5788 to receive login information. If you prefer, you can send the file to us on disc, or even stop by with a CD or USB drive.</p>";
}
function show_step_3()
{
document.getElementById('step_detail').innerHTML = "<p><b><span class = 'blueheader'>Let us do the rest!</span></b><br/><img src = './images/detail_step_3.jpg' alt = 'Step 3' /><br/>Our expert designers will make a unique creation to your specifications. </p>";
}
