// This file contains the links for the Masthead of the homepage.
// All links for javascript menues in the 'javascript' folder should be absolute (image and/or URL).
// To maintain XHTML strict standards, all quotes (") are preceded by a NECESSARY backslash (\").

    // The script for the masthead Black Bar
        document.write("<table width=\"605\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\">");
            document.write("<tr><td width=\"25\" height=\"20\" align=\"center\" valign=\"middle\"><img src=\"images/common/header_topleft.jpg\" width=\"25\" height=\"20\" alt=\"\" border=\"0\"></td><td width=\"205\" height=\"20\" align=\"left\" valign=\"middle\" bgcolor=\"#000000\"><a href=\"http://www.gov.bc.ca/pssg/\" target=\" blank\" class=\"blackbar\">&#149;&nbsp;Ministry Home</a></td><td width=\"350\" height=\"20\" align=\"right\" valign=\"middle\" bgcolor=\"#000000\"><a href=\"http://www.gov.bc.ca\" target=\"_blank\" class=\"blackbar\">&#149;&nbsp;Government of British Columbia</a></td><td width=\"25\" height=\"20\" align=\"center\" valign=\"middle\"><img src=\"images/common/header_topright.jpg\" width=\"25\" height=\"20\" alt=\"\" border=\"0\"></td></tr>");
        document.write("</table>");

    // The script for the masthead Header Image
        document.write("<table width=\"605\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
            document.write("<tr><td width=\"605\" align=\"center\" valign=\"top\"><img src=\"images/common/header_index.jpg\" width=\"605\" height=\"48\" alt=\"Provincial Emergency Program\" border=\"0\"></td></tr>");
        document.write("</table>");

    // The script for the masthead Tabs
        document.write("<table width=\"605\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
            document.write("<tr><td width=\"20\" height=\"37\" align=\"center\" valign=\"top\"><img src=\"images/common/tabs_left.jpg\" width=\"20\" height=\"37\" border=\"0\"></td><td width=\"570\" height=\"37\" align=\"left\" valign=\"middle\" class=\"spacer\">");
                    document.write("<table cellspacing=\"0\" cellpadding=\"0\" border=\"0\">");
                        document.write("<tr>");
                            // Tab item in a TD
                            document.write("<td height=\"37\" align=\"center\" valign=\"top\" class=\"tab\"><img src=\"images/common/cleardot.gif\" width=\"1\" height=\"4\" border=\"0\"><br>");
                                document.write("<a href=\"http://www.gov.bc.ca/pssg/minister.html\" class=\"tab\" target=\"_blank\">The Minister</a></td><!-- Tab divider in a TD (must go between each tab item) --><td width=\"14\" height=\"37\" align=\"center\" valign=\"middle\"><img src=\"images/common/tabs_divider.jpg\" width=\"14\" height=\"37\" alt=\"\" border=\"0\"></td>");
                            // Tab item in a TD
                            document.write("<td height=\"37\" align=\"center\" valign=\"top\" class=\"tab\"><img src=\"images/common/cleardot.gif\" width=\"1\" height=\"4\" border=\"0\"><br>");
                                document.write("<a href=\"media/media.html\" class=\"tab\">News</a></td><!-- Tab divider in a TD (must go between each tab item) --><td width=\"14\" height=\"37\" align=\"center\" valign=\"middle\"><img src=\"images/common/tabs_divider.jpg\" width=\"14\" height=\"37\" alt=\"\" border=\"0\"></td>");
                            // Tab item in a TD
                            document.write("<td height=\"37\" align=\"center\" valign=\"top\" class=\"tab\"><img src=\"images/common/cleardot.gif\" width=\"1\" height=\"4\" border=\"0\"><br>");
                                document.write("<a href=\"publications/publications.html\" class=\"tab\">Reports &amp; Publications</a></td><!-- Tab divider in a TD (must go between each tab item) --><td width=\"14\" height=\"37\" align=\"center\" valign=\"middle\"><img src=\"images/common/tabs_divider.jpg\" width=\"14\" height=\"37\" alt=\"\" border=\"0\"></td>");
                            // Tab item in a TD
                            document.write("<td height=\"37\" align=\"center\" valign=\"top\" class=\"tab\"><img src=\"images/common/cleardot.gif\" width=\"1\" height=\"4\" border=\"0\"><br>");
                                document.write("<a href=\"contacts/contact.html\" class=\"tab\">Contacts</a></td><!-- Tab divider in a TD (must go between each tab item) --><td width=\"14\" height=\"37\" align=\"center\" valign=\"middle\"><img src=\"images/common/tabs_divider.jpg\" width=\"14\" height=\"37\" alt=\"\" border=\"0\"></td>");
                            // Tab item in a TD
                            document.write("<td height=\"37\" align=\"center\" valign=\"top\" class=\"tab\"><img src=\"images/common/cleardot.gif\" width=\"1\" height=\"4\" border=\"0\"><br>");
                                document.write("<a href=\"http://www.mser.gov.bc.ca/prgs/enquiry_bc.htm\" class=\"tab\" target=\"_blank\">Enquiry BC</a></td><!-- Tab divider in a TD (must go between each tab item) --><td width=\"14\" height=\"37\" align=\"center\" valign=\"middle\"><img src=\"images/common/tabs_divider.jpg\" width=\"14\" height=\"37\" alt=\"\" border=\"0\"></td>");
                            // Last Tab item in a special TD
                            document.write("<td height=\"37\" align=\"center\" valign=\"top\" class=\"tab\"><img src=\"images/common/cleardot.gif\" width=\"1\" height=\"4\" border=\"0\"><br>");
                                document.write("<a href=\"http://datafind.gov.bc.ca/\" class=\"tab\" target=\"_blank\">Search</a></td>");

                            document.write("<td width=\"13\" height=\"37\" align=\"center\" valign=\"middle\" class=\"tab\"><img src=\"images/common/tabs_right.jpg\" width=\"13\" height=\"37\" border=\"0\"></td></tr>");
                    document.write("</table></td><td width=\"15\" height=\"37\" align=\"center\" valign=\"top\"><img src=\"images/common/tabs_farright.jpg\" width=\"15\" height=\"37\" border=\"0\"></td></tr>");
        document.write("</table>");
