// JavaScript Document

// Begin Configuration Variables

var acct="&#105;&#110;&#102;&#111;"
var domain="&#101;&#108;&#105;&#116;&#101;&#112;&#114;&#111;&#108;&#097;&#119;&#110;&#046;&#099;&#111;&#109;"
var ph="(210) 349&ndash;3263"

// End Configuration Variables

function newWin(theURL,winName,features) { //v2.0
	if (features=="" || features==undefined) {
		features = "width=790,height=700,resizable=yes,scrollbars=yes"
		window.open(theURL,winName,features);
		} else {
		window.open(theURL,winName,features);
	}
}


function drawContactInfo(type) {
	if (type=="em") { document.write(''+acct+'@'+domain); }
	if (type=="ph") { document.write(ph) }
}

function drawHeader() {
	
document.write('<div id="header"><span id="headerPromo">Commercial and Residential<br />');
document.write('    '+ph+'</span><img src="images/interface/logoEliteProLawn.jpg" width="400" height="75" alt="Elite Landscaping, LLC. &mdash; Professional Lawn and Landscaping" id="logo" />');
document.write('    <div id="navTop">');
document.write('      <ul>');
document.write('        <li id="section1"><a href="default.htm">Home</a></li><li id="section2" class=""><a href="productsServices00.htm">Products and Services</a></li><li id="section3"><a href="testimonials00.htm">Testimonials</a></li><li id="section4"><a href="beforeAfter00.htm">Before and After</a></li><li id="section5"><a href="links00.htm">Links</a></li>');
document.write('      </ul>');
document.write('    </div>');
document.write('  </div>');

var sectionActivate='section'+section
document.getElementById(sectionActivate).className='sectionActive'

}


function drawBannerLg() {
document.write('	<div id="bannerLg"><img src="images/tmpBanner.jpg" alt="TEMP IMAGE" /></div>');
}

function drawBannerSm() {
document.write('	<div id="bannerSm"><img src="images/tempBanner.jpg" width="712" height="110" alt="TEMP BANNER" /></div>');
}

function drawFooter() {
document.write('<div id="footer">&nbsp;</div>');
}

function drawEOP() {
document.write('<div id="eop"><span id="eopLinks"><a href="mailto:')
	drawContactInfo('em')
document.write('?subject=Elite Web Site Inquiry">Contact Us</a> <!--&mdash; <a href="aboutUs.htm">About Us</a>--></span>&copy; Elite Landscaping, LLC.</div>');
}

