﻿function renderTopBannerNav() {

    var mastHead =

        '<table width="829" border="0" cellpadding="0" cellspacing="0" >\n' +

            '<tr>\n' +

	            '<td width="151" valign="top"><a href="http://www.phxurs.com/skyharborsent/" title="Airport Business Opportunities"><img src="images/abo_logo_header.gif" width="400" height="83" border="0" alt="Airport Business Opportunities" /></a><br></td>\n' +

	            '<td width="506" align="center"><br></td>\n' +

	            '<td width="172">\n' +

				'<td width="151" valign="bottom"><a href="http://phoenix.gov/AVIATION/" title="Phoenix Sky Harbor International Airport" target="_blank"><img src="images/phx_logo_header.gif" width="151" height="54" border="0" alt="Phoenix Sky Harbor International Airport" /></a><br></td>\n' +

                '</td>\n' +

            '</tr>\n' +

        '</table>';

    document.write(mastHead);

}

function renderQuickLinks(){

    var quickLinks =

        '<ul id="skytopmenu">\n' +

            '<li><a target="content" href="html/home.html">&raquo; Home</a></li>\n' +

            '<li><a target="content" href="html/solicitations.asp">&raquo; Solicitations</a></li>\n' +

            '<li><a target="content" href="html/upcomingprojects.asp">&raquo; Upcoming Projects</a></li>\n' +

			'<li><a target="content" href="html/materials.aspx">&raquo; Past Event Materials</a></li>\n' +

            '<li><a target="content" href="html/outreach.html">&raquo; Outreach &nbsp &nbsp &nbsp &nbsp &nbsp </a></li>\n' +

            '<li><a target="content" href="html/qvl.html">&raquo; QVL &nbsp &nbsp &nbsp &nbsp &nbsp </a></li>\n' +

            '<li><a target="content" href="html/faqs.aspx">&raquo; FAQs &nbsp &nbsp &nbsp &nbsp &nbsp </a></li>\n' +

            '<li><a target="content" href="html/contacts.html">&raquo; Contact Us &nbsp &nbsp &nbsp &nbsp &nbsp </a></li>\n' +

            '<li><a class="last-item" target="content" href="html/links.html">&raquo; Links &nbsp &nbsp &nbsp &nbsp &nbsp </a></li>\n' +

        '</ul>';

    document.write(quickLinks);

}



function renderFooter() {

    var footer =



        '<tr>\n' +

                '<br>\n' +

           ' <td valign="top" class="footerSmall" align="center">\n' +

                '<a target="content" href="html/home.html">Home</a> | \n' +

                '<a target="content" href="html/solicitations.asp">Solicitations</a> | \n' +

                '<a target="content" href="html/upcomingprojects.asp">Upcoming Projects</a> | \n' +

				'<a target="content" href="html/materials.aspx">Past Event Materials</a>  |  \n' +

                '<a target="content" href="html/outreach.html">Outreach</a>  | \n' +

				'<a target="content" href="html/qvl.html">QVL</a>  | \n' +

                '<a target="content" href="html/faqs.aspx">FAQs</a>  |  \n' +

                '<a target="content" href="html/contacts.html">Contact Us</a>  |  \n' +

                '<a target="content" href="html/links.html">Links</a>\n' +

                '<br>\n' +

				//'Five Year CIP  |  \n' +

				'<a href="http://phxurs.com/skyharbor/qvl/" target="_blank">Access the QVL Site</a>\n' +

                '<br><br>\n' +

        '</tr>\n' +

        '<tr>\n' +

            '<td valign="top" class="footer" align="center">\n' +

                '<a href="http://phoenix.gov/AVIATION/" title="PHOENIX SKY HARBOR INTERNATIONAL AIRPORT" target="_blank">PHOENIX SKY HARBOR INTERNATIONAL AIRPORT</a>\n' +

                '<br><br>\n' +

        '</tr>\n' +

        '<tr>\n' +

           ' <td valign="top" class="footerSmall" align="center">\n' +

                '3400 E. Sky Harbor Blvd., Suite 3300, Phoenix, AZ 85034, (602) 273-3300<br>\n' +

                '© 2009 Phoenix Sky Harbor International Airport. All rights reserved<br>\n' +

				'[PDF] You will need the free Adobe Reader to view this file. <a href="http://www.adobe.com/products/acrobat/readstep2.html" target="_blank">Download it here</a>.<br>\n' +

                '<a href=documents/PrivacyPolicy.pdf target=_blank>Privacy Policy</a>\n' +

                '<br><br>\n' +

            '</td>\n' +

        '</tr>';

    document.write(footer);

}
