// JavaScript Document
            if (document.layers){
            document.write('<ilayer name="nscontainer" width="100%" height="100">')
            document.write('<layer name="fade1" width="100%" height="100">')
            document.write('</layer></ilayer>')
            }
            else
            document.write('<DIV ID="fade1"><p>Hover over the links above to learn more about each section!</p></DIV>')
