
function BusinessYears() {
	var firstYear = 1987
	var cDate = new Date();
	document.write( Math.floor( cDate.getFullYear() - firstYear ) );
}


function menubar() {

	var cStrg = '';

	cstrg = '<div id="lv-1"><a id="logo" href="index.html" title="Stay Green Tree Service">Stay Green Tree Service</a>'
        cstrg += '<ul id="nav-1">'
        cstrg += '  <li class="start"><a id="nav-1a" href="about.html" title="About Us">About Us</a>'
        cstrg += '    <ul>'
        cstrg += '      <div>'
        cstrg += '        <li><a href="mission-statement.html" title="Mission Statement">Mission Statement</a></li>'
        cstrg += '        <li><a href="company-history.html" title="Company History">Company History</a></li>'
        cstrg += '        <li><a href="expert-staff.html" title="Expert Staff">Expert Staff</a></li>'
        cstrg += '        <li><a href="our-safety.html" title="Our Safety">Our Safety</a></li>'
        cstrg += '        <li><a href="certified-arborist.html" title="Certifications">Certifications</a></li>'
        cstrg += '      </div>'
        cstrg += '    </ul>'
        cstrg += '  </li>'
        cstrg += '  <li><a id="nav-1b" href="tree-service.html" title="Services">Services</a>'
        cstrg += '    <ul>'
        cstrg += '      <div>'
        cstrg += '        <li><a href="emergency-tree-service.html" title="Emergency Tree Service">Emergency Tree Service</a></li>'
        cstrg += '        <li><a href="storm-damage.html" title="Storm Damage">Storm Damage</a></li>'
        cstrg += '        <li><a href="crane-service.html" title="Crane Service">Crane Service</a></li>'
        cstrg += '        <li><a href="tree-removal.html" title="Tree Removal">Tree Removal</a></li>'
        cstrg += '        <li><a href="tree-pruning.html" title="Tree Pruning">Tree Pruning</a></li>'
        cstrg += '        <li><a href="tree-preservation.html" title="Tree Preservation">Tree Preservation</a></li>'
        cstrg += '        <li><a href="stump-removal.html" title="Stump Removal">Stump Removal</a></li>'
        cstrg += '        <li><a href="large-tree-sales.html" title="Lrg Tree Sales">Large Tree Sales</a></li>'
        cstrg += '        <li><a href="transplanting.html" title="Transplanting">Transplanting</a></li>'
        cstrg += '        <li><a href="tree-fertilizing.html" title="Fertilizing">Fertilizing</a></li>'
        cstrg += '        <li><a href="chip-brush.html" title="Chip Brush">Chip Brush</a></li>'
        cstrg += '        <li><a href="mulch-supply.html" title="Mulch Supply">Mulch Supply</a></li>'
        cstrg += '        <li><a href="erosioncontrol.html" title="Erosion Control">Erosion Control</a></li>'
        cstrg += '        <li><a href="snow-removal.html" title="Snow Removal">Snow Removal</a></li>'
        cstrg += '      </div>'
        cstrg += '    </ul>'
        cstrg += '  </li>'
        cstrg += '  <li><a id="nav-1c" href="specials.html" title="Specials">Specials</a></li>'
        cstrg += '  <li><a id="nav-1d" href="media.html" title="Media">Media</a>'
        cstrg += '    <ul>'
        cstrg += '      <div>'
        cstrg += '        <li><a href="photo-gallery.html" title="Photo Gallery">Photo Gallery</a></li>'
        cstrg += '        <li><a href="videos.html" title="Videos">Videos</a></li>'
        cstrg += '      </div>'
        cstrg += '    </ul>'
        cstrg += '  </li>'
        cstrg += '  <li><a id="nav-1e" href="testimonials.html" title="Testimonials">Testimonials</a></li>'
        cstrg += '  <li><a id="nav-1f" href="faqs.html" title="FAQs">FAQs</a></li>'
        cstrg += '  <li class="end"><a id="nav-1g" href="contact.html" title="Contact Us">Contact Us</a>'
        cstrg += '    <ul>'
        cstrg += '      <div>'
        cstrg += '        <li><a href="tree-service-area.html" title="Service Areas">Service Areas</a></li>'
        cstrg += '      </div>'
        cstrg += '    </ul>'
        cstrg += '  </li>'
        cstrg += '</ul>'
	cstrg += '</div>'

	document.write( cstrg );

}


function ifooter() {

	var cStrg = '';
	cstrg = '     <div id="lv-3-bg">'
	cstrg += '        <div id="lv-3">'
        cstrg += '  <ul>'
	cstrg += '            <li><a class="title" href="about.html" title="About Us">About Us</a></li>'
	cstrg += '            <li><a href="mission-statement.html" title="Mission Statement">Mission Statement</a></li>'
	cstrg += '            <li><a href="certified-arborist.html" title="Certified Arborist">Certified Arborist</a></li>'
	cstrg += '          </ul>'
	cstrg += '          <ul>'
	cstrg += '            <li><a class="title" href="tree-service.html" title="Services">Services</a></li>'
	cstrg += '            <li><a href="emergency-tree-service.html" title="Emergency Tree Service">Emergency Tree Service</a></li>'
	cstrg += '            <li><a href="storm-damage.html" title="Storm Damage">Storm Damage</a></li>'
	cstrg += '            <li><a href="crane-service.html" title="Crane Service">Crane Service</a></li>'
	cstrg += '            <li><a href="tree-removal.html" title="Tree Removal">Tree Removal</a></li>'
	cstrg += '            <li><a href="tree-pruning.html" title="Tree Pruning">Tree Pruning</a></li>'
	cstrg += '          </ul>'
	cstrg += '          <ul>'
	cstrg += '            <li><a href="tree-preservation.html" title="Tree Preservation">Tree Preservation</a></li>'
	cstrg += '            <li><a href="stump-removal.html" title="Stump Removal">Stump Removal</a></li>'
	cstrg += '            <li><a href="large-tree-sales.html" title="Lrg Tree Sales">Large Tree Sales</a></li>'
	cstrg += '            <li><a href="transplanting.html" title="Transplanting">Transplanting</a></li>'
	cstrg += '            <li><a href="tree-fertilizing.html" title="Fertilizing">Fertilizing</a></li>'
	cstrg += '            <li><a href="chip-brush.html" title="Chip Brush">Chip Brush</a></li>'
	cstrg += '         </ul>'
	cstrg += '          <ul>'
	cstrg += '            <li><a href="mulch-supply.html" title="Mulch Supply">Mulch Supply</a></li>'
	cstrg += '            <li><a href="erosioncontrol.html" title="Erosion Control">Erosion Control</a></li>'
	cstrg += '            <li><a href="snow-removal.html" title="Snow Removal">Snow Removal</a></li>'
	cstrg += '            <li><a class="title" href="specials.html" title="Specials">Specials</a></li>'
	cstrg += '            <li><a class="title" href="testimonials.html" title="Testimonials">Testimonials</a></li>'
	cstrg += '         </ul>'
	cstrg += '          <ul>'
	cstrg += '            <li><a class="title" href="media.html" title="Media">Media</a></li>'
	cstrg += '            <li><a href="photo-gallery.html" title="Photo Gallery">Photo Gallery</a></li>'
	cstrg += '            <li><a href="videos.html" title="Videos">Videos</a></li>'
	cstrg += '         </ul>'
	cstrg += '          <ul>'
	cstrg += '            <li><a class="title" href="faqs.html" title="FAQ&#8217;s">FAQ&#8217;s</a></li>'
	cstrg += '            <li><a href="questions-and-answers.html" title="Questions &amp; Answers">Questions &amp; Answers</a></li>'
	cstrg += '            <li><a class="title" href="contact.html" title="Contact Us">Contact Us</a></li>'
	cstrg += '            <li><a href="tree-service-area.html" title="Service Areas">Service Areas</a></li>'
	cstrg += '          </ul>'
	cstrg += '        </div>'
	cstrg += '      </div>'
	cstrg += '      <div id="lv-4">'
	cstrg += '        <ul>'
	cstrg += '          <li><a href="http://www.bbb.org/" title="Better Business Bureau" target="_blank" id="logo-1" rel="nofollow">Better Business Bureau</a></li>'
	cstrg += '          <li><a href="http://www.isa-arbor.com/home.aspx" title="Certified Arborist" target="_blank" id="logo-2" rel="nofollow">Certified Arborist</a></li>'
	cstrg += '          <li><a href="http://www.treecareindustry.org/index.aspx" title="TCIA Voice of Tree Care" target="_blank" id="logo-3" rel="nofollow">TCIA Voice of Tree Care</a></li>'
	cstrg += '          <li><a href="http://www.isa-arbor.com/home.aspx" title="International Society of Arboriculture" target="_blank" id="logo-4" rel="nofollow">International Society of Arboriculture</a></li>'
	cstrg += '        </ul>'
	cstrg += '        <p><a class="return" href="../index.html" title="Return to main page">Return to main page</a> &copy;'
	cstrg += '          <script type="text/javascript">document.write(new Date().getFullYear());</script>'
	cstrg += '          Stay Green Tree Service All Rights Reserved. Website designed and developed by <a href="http://www.binaryxconsulting.com" title="BinaryxConsulting" target="_blank">BinaryxConsulting</a> Stay Green Tree Service Incorporated provides 24-Hour Emergency Tree Service and tree care to the greater Northern Nevada, Carson City, Minden, Gardnerville and Genoa areas! Call 775-883-7899 or go to the contact us page to fill out the estimate request form for a FREE ESTIMATE on any service provided in your area. <a href="sitemap.html" title="Stay Green Sitemap">Stay Green Sitemap</a></p>'
	cstrg += '        <a id="top" href="#logo" title="Return to top of page">Return to top of page</a></div>'
	document.write(	cstrg );
	
}


function nav2() {
	var cstring = '';

	cstrg = '<ul id="nav-2">'
       	cstrg += '<li><a href="emergency-tree-service.html" title="Emergency Tree Service">Emergency Tree Service</a></li>'
	cstrg += '<li><a href="storm-damage.html" title="Storm Damage">Storm Damage</a></li>'
       	cstrg += '<li><a href="crane-service.html" title="Crane Service">Crane Service</a></li>'
       	cstrg += '<li><a href="tree-removal.html" title="Tree Removal">Tree Removal</a></li>'
       	cstrg += '<li><a href="tree-pruning.html" title="Tree Pruning">Tree Pruning</a></li>'
       	cstrg += '<li><a href="tree-preservation.html" title="Tree Preservation">Tree Preservation</a></li>'
       	cstrg += '<li><a href="stump-removal.html" title="Stump Removal">Stump Removal</a></li>'
       	cstrg += '<li><a href="large-tree-sales.html" title="Lrg Tree Sales">Large Tree Sales</a></li>'
       	cstrg += '<li><a href="transplanting.html" title="Transplanting">Transplanting</a></li>'
       	cstrg += '<li><a href="tree-fertilizing.html" title="Fertilizing">Fertilizing</a></li>'
       	cstrg += '<li><a href="chip-brush.html" title="Chip Brush">Chip Brush</a></li>'
       	cstrg += '<li><a href="mulch-supply.html" title="Mulch Supply">Mulch Supply</a></li>'
       	cstrg += '<li><a href="erosioncontrol.html" title="Erosion Control">Erosion Control</a></li>'
      	cstrg += '<li><a href="snow-removal.html" title="Snow Removal">Snow Removal</a></li>'
	cstrg += '</ul>'
	document.write(	cstrg );
}



function svcarea() {
	var cstring = '';
       	cstrg = '       <ul>'
       	cstrg += '         <li><xa href="#" title="">Reno, NV</a></li>'
       	cstrg += '         <li><xa href="#" title="">Sparks, NV</a></li>'
       	cstrg += '         <li><xa href="#" title="">Sun Valley, NV</a></li>'
       	cstrg += '         <li><xa href="#" title="">Verdi, NV</a></li>'
       	cstrg += '         <li><xa href="#" title="">Mount Rose (Surrounding area), NV</a></li>'
       	cstrg += '         <li><xa href="#" title="">Incline Village, NV</a></li>'
       	cstrg += '         <li><xa href="#" title="">Crystal Bay, NV</a></li>'
       	cstrg += '         <li><xa href="#" title="">Virginia city, NV</a></li>'
       	cstrg += '         <li><xa href="#" title="">Silver city, NV</a></li>'
       	cstrg += '         <li><xa href="#" title="">Dayton, NV</a></li>'
       	cstrg += '         <li><xa href="#" title="">Carson City, NV</a></li>'
       	cstrg += '         <li><xa href="#" title="">Genoa, NV</a></li>'
       	cstrg += '         <li><xa href="#" title="">Minden, NV</a></li>'
       	cstrg += '         <li><xa href="#" title="">Gardnerville, NV</a></li>'
       	cstrg += '         <li><xa href="#" title="">Glenbrook, NV</a></li>'
       	cstrg += '         <li><xa href="#" title="">Zephyr Cove, NV</a></li>'
       	cstrg += '         <li><xa href="#" title="">Stateline, NV</a></li>'
       	cstrg += '         <li><xa href="#" title="">Kingsbury Grade (Surrounding Area), NV</a></li>'
       	cstrg += '         <li><xa href="#" title="">South Lake Tahoe, NV</a></li>'

       	cstrg += '      </ul>'
	document.write(	cstrg );
}
