if(top == self) {
    document.write("<div id=\"nnMenu\">");
    document.write("<a href=\"home.html\">HOME<\/a> | ");
    document.write("<a href=\"whatisqc.html\">WHAT IS QC?<\/a> | ");
    document.write("<a href=\"confstruc.html\">CONFERENCE STRUCTURE<\/a> | ");
    document.write("<a href=\"cost.html\">COST<\/a> | ");
    document.write("<a href=\"accomm.html\">ACCOMMODATIONS<\/a> | ");
    document.write("<a href=\"yoursay.html\">YOUR SAY<\/a> | ");
    document.write("<a href=\"plenwork.html\">PLENARIES & WORKSHOPS<\/a> | ");
    document.write("<a href=\"collective.html\">COLLECTIVE<\/a>");
    document.writeln("<\/div>");
}

