ribbonmouseover="Click to find out why I am upside down.";
var myWindow;
var winOpenText
myWinCounter=1
function displayInfo(stuffLocation){
  if (myWindow && !myWindow.closed) {
    myWindow.close();
  }
  if (myWinCounter==1){
    myWinCounter=2
    myWindow = window.open("", "newWin2", "statusbar=no,menubar=no,toolbar=no,location=no,scrollbars=no,resizable=yes,width=450,height=500");
  }
  else{
    myWinCounter=1
    myWindow = window.open("", "newWin1", "statusbar=no,menubar=no,toolbar=no,location=no,scrollbars=no,resizable=yes,width=450,height=500");
  }
  myWindow.document.write("<html>");
  myWindow.document.write("<head>");
  myWindow.document.write("  <title>MNAspieCR.Net</title>");
  myWindow.document.write("  <meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'>");
  myWindow.document.write("  <link rel='stylesheet' href='" + stuffLocation + "mnaspienet_style.css' type='text/css'>");
  myWindow.document.write("</head>");
  myWindow.document.write("<body bgcolor='#000000' text='#FFFF00' link='#00FF00' vlink='#00FF00' alink='#00FF00' class='white_0'>");
  myWindow.document.write("  <table align='center' cellspacing='0' cellpadding='0' width='100%' height='100%' class='white_0' border='0'>");
  myWindow.document.write("    <tr valign='middle'>");
  myWindow.document.write("      <td>");
  myWindow.document.write("        <table width='400' cellspacing='0' cellpadding='8' class='white_0' align='center' border='1' bordercolor='#0000FF'>");
  myWindow.document.write("          <tr>");
  myWindow.document.write("            <td background='" + stuffLocation + "gray_banner.jpg' height='80'>");
  myWindow.document.write("              <p class='black_4' align='center'>Minnesota Asperger's Network</p>");
  myWindow.document.write("            </td>");
  myWindow.document.write("          </tr>");
  myWindow.document.write("          <tr>");
  myWindow.document.write("            <td bgcolor='#000033'>");
  myWindow.document.write("              <p class='white_3' align='left'><u>Why is the Puzzle Ribbon upside down?</u></p>");
  myWindow.document.write("              <p class='white_0' align='left'>The Puzzle Ribbon is a symbol of Autism Awareness created by NTs for NTs.");
  myWindow.document.write("              <br>");
  myWindow.document.write("              <br>");
  myWindow.document.write("                By turning the ribbon upside down I am hoping to say that the NTs who created the ribbon do not have a clue of what Autism is (in my opinion).");
  myWindow.document.write("              <br>");
  myWindow.document.write("              <ul>");
  myWindow.document.write("                Why must Aspies make all the changes?");
  myWindow.document.write("              <br>");
  myWindow.document.write("              <br>");
  myWindow.document.write("               Why do NTs run most of the Autism Societies?");
  myWindow.document.write("              </ul>");
  myWindow.document.write("              <br>");
  myWindow.document.write("               This world is all upside down and so should the ribbon be upside down too.</p>");
  myWindow.document.write("              <br>");
  myWindow.document.write("              <p class='white_0' align='right'>Gray Skys</p>");
  myWindow.document.write("            </td>");
  myWindow.document.write("          </tr>");
  myWindow.document.write("          <tr>");
  myWindow.document.write("            <td height='30' background='" + stuffLocation + "gray_banner.jpg' align='center' class='white_0'>");
  myWindow.document.write("              <a href='http://www.mnaspie.net' target='_blank' class='black_0'><b>Click here: Minnesota Asperger's Network Site</b>");
  myWindow.document.write("            </td>");
  myWindow.document.write("          </tr>");
  myWindow.document.write("        </table>");
  myWindow.document.write("      </td>");
  myWindow.document.write("    </tr>");
  myWindow.document.write("  </table>");
  myWindow.document.write("</body>");
  myWindow.document.write("</html>");
  return true;
}