<!DOCTYPE html>
<title><cfoutput>#CGI.HTTP_HOST#</cfoutput></title>
<cfinclude template="cfheader.cfm">
<img src="images/gradient_demandgrfx.png" alt="background" id="bg" />
<section>
<div id="centeredcontent">
<!--CSS: COL 200 -->
<div class="px200"><a href="index.cfm"><img src="http://www.demandgrfx.com/images/site_1.jpg" alt="logo" width="200" height="200"/></a></div>
<div class="px200"><img src="http://www.demandgrfx.com/images/site_2.jpg" alt="GRFX" width="200" height="200"/></div>
<!--CSS: COL 400 -->
<div class="px400"><img src="http://www.demandgrfx.com/images/site_4b.jpg" alt="GRFX" width="400" height="200"/><div class="px400Header">[ D E M A N D • G R F X ]
</div></div>
<div class="px400"><img src="http://www.demandgrfx.com/images/site_4.jpg" alt="GRFX" width="200" height="200"/><img src="http://www.demandgrfx.com/images/site_5.jpg" alt="GRFX" width="200" height="200"/></div>
<!--CSS: COL 200 & 200 A -->
<div id="div_element1" style="display: block;">
<div id="colThree"><img src="http://www.demandgrfx.com/images/site_6a.jpg" alt="GRFX" width="200" height="400"/>
<div class="px400Begin"><a href="javascript:hide_show1(); javascript:hide_show2();">BEGIN
</a></div>
<div class="px200"><img src="http://www.demandgrfx.com/images/site_7.jpg" alt="GRFX" width="200" height="201"/></div>
<div class="px200"><img src="http://www.demandgrfx.com/images/site_8.jpg" alt="GRFX" width="200" height="200"/></div>
<!--CSS: COL 200 & 200 B -->
<nav>
<div id="div_element2" style="display: none;">
<div class="px400Nav"><cfinclude template="cfnavigation.cfm"></div>
<div class="px200"><img src="http://www.demandgrfx.com/images/site_7a.jpg" alt="GRFX" width="200" height="200"/></div>
<div class="px200"><img src="http://www.demandgrfx.com/images/site_7b.jpg" alt="GRFX" width="200" height="200"/></div>
</nav><!-- /# navigation -->
</section><!-- /# centeredcontent -->
function hide_show1()
{
var show_div1 = document.getElementById('div_element1').style;
if (show_div1.display == 'block')
show_div1.display = 'none';
else show_div1.display = 'block';
}
function hide_show2()
{
var show_div2 = document.getElementById('div_element2').style;
if (show_div2.display == 'none')
show_div2.display = 'block';
else show_div2.display = 'none';
}