var SUBMENU_TOTAL_ITEMS = 30;
var subMenuStatus = [ '', '', '', '', '',
                      '', '', '', '', 'style="display:none"' ];

function showHideSubMenu(menu, optName) {
  var i = 0;
  var menuIcon = document.getElementById(menu);
  for (i=1; i<=SUBMENU_TOTAL_ITEMS; i++) {
    var fila = document.getElementById(optName + '_' + i);
    if (fila != null && menuIcon != null) {
      if (fila.style.display == 'none') {
        menuIcon.innerHTML = '-';
        fila.style.display = '';
        subMenuStatus[9]   = 'style=""';
      } else {
        menuIcon.innerHTML = '+';
        fila.style.display = 'none';
        subMenuStatus[9]   = 'style="display:none"';
      }
    }
  }
}

function menuv(opt) {

  var str='';

  str+='<table width="175" border="0" cellspacing="0" cellpadding="0">';

  str+='  <tr>';
  str+='    <td class="menub">-<\/td>';
  if (opt=="13")
    str+='    <td class="menub">Overview<\/td>';
  else
    str+='    <td class="menub"><a href="Community.aspx">Overview<\/a><\/td>';
  str+='  <\/tr>';

  str+='  <tr>';
  str+='    <td id="menuIcon10" class="menub" valign="top" onclick="showHideSubMenu(\'menuIcon10\', \'subMenu10\')" style="cursor:hand">+<\/td>';
  if (opt=="10") {
    str+='    <td>';
    str+='      <table border="0" cellspacing="0" cellpadding="0" width="100%">';
    str+='        <tr>';
    str+='          <td class="menub" colspan="2" onclick="showHideSubMenu(\'menuIcon10\', \'subMenu10\')" style="cursor:hand">';
    str+='          <a href="#">Community Relations</a>';
    str+='          <\/td>';
    str+='        <\/tr>';
    str+='        <tr id="subMenu10_23" style="display:none">';
    str+='          <td class="menub" width="5%" align="left">-<\/td>';
    str+='          <td class="menub" width="95%" align="left">&nbsp;Agreement Oil & Gas<\/td>';
    str+='        <\/tr>';
    str+='        <tr id="subMenu10_22" style="display:none">';
    str+='          <td class="menub" width="5%" align="left">-<\/td>';
    str+='          <td class="menub" width="95%" align="left">&nbsp;Agreement Ethanol<\/td>';
    str+='        <\/tr>';
    str+='        <tr id="subMenu10_21" style="display:none">';
    str+='          <td class="menub" width="5%" align="left">-<\/td>';
    str+='          <td class="menub" width="95%" align="left">&nbsp;Newsletter Maple Gas<\/td>';
    str+='        <\/tr>';
    str+='        <tr id="subMenu10_20" style="display:none">';
    str+='          <td class="menub" width="5%" align="left">-<\/td>';
    str+='          <td class="menub" width="95%" align="left">&nbsp;Newsletter Maple Ethanol<\/td>';
    str+='        <\/tr>';
    str+='      <\/table>';
    str+='    <\/td>';
  } else {
    str+='    <td>';
    str+='      <table border="0" cellspacing="0" cellpadding="0" width="100%">';
    str+='        <tr>';
    str+='          <td class="menub" colspan="2" onclick="showHideSubMenu(\'menuIcon10\', \'subMenu10\')" style="cursor:hand">';
    str+='          <a href="CommunitaryRelations.aspx">Community Relations</a>';
    str+='          <\/td>';
    str+='        <\/tr>';
    str+='        <tr id="subMenu10_23" '+subMenuStatus[9]+'>';
    str+='          <td class="menub" width="5%" align="left">-<\/td>';
    str+='          <td class="menub" width="95%" align="left">&nbsp;';
    str+='            <a href="Oilgasagreement.aspx">&nbsp;Agreements Oil and Gas <\/a>';
    str+='          <\/td>';
    str+='        <tr id="subMenu10_22" '+subMenuStatus[9]+'>';
    str+='          <td class="menub" width="5%" align="left">-<\/td>';
    str+='          <td class="menub" width="95%" align="left">&nbsp;';
    str+='            <a href="#">&nbsp;Agreements Ethanol<\/a>';
    str+='          <\/td>';
    str+='        <\/tr>';
    str+='        <tr id="subMenu10_21" '+subMenuStatus[9]+'>';
    str+='          <td class="menub" width="5%" align="left">-<\/td>';
    str+='          <td class="menub" width="95%" align="left">&nbsp;';
    str+='            <a href="Oilgasnewsletter.aspx">&nbsp;Newsletters Oil and Gas <\/a>';
    str+='          <\/td>';
    str+='        <\/tr>';
    str+='        <tr id="subMenu10_20" '+subMenuStatus[9]+'>';
    str+='          <td class="menub" width="5%" align="left">-<\/td>';
    str+='          <td class="menub" width="95%" align="left">&nbsp;';
    str+='            <a href="#">&nbsp;Newsletters Ethanol <\/a>';
    str+='          <\/td>';
    str+='        <\/tr>';
    str+='      <\/table>';
    str+='    <\/td>';
  }
  str+='  <\/tr>';

  str+='  <tr>';
  str+='    <td class="menub">-<\/td>';
  if (opt=="4")
    str+='    <td class="menub">Environment<\/td>';
  else
    str+='    <td class="menub"><a href="EnvironmProtection.aspx">Environment<\/a><\/td>';
  str+='  <\/tr>';

  str+='  <tr>';
  str+='    <td class="menub">-<\/td>';
  if (opt=="11")
    str+='    <td class="menub">Donations<\/td>';
  else
    str+='    <td class="menub"><a href="Donations.aspx">Donations<\/a><\/td>';
  str+='  <\/tr>';

  str+='  <tr>';
  str+='    <td class="menub">-<\/td>';
  if (opt=="5")
    str+='    <td class="menub">Sponsorship<\/td>';
  else
    str+='    <td class="menub"><a href="Sponsorship.aspx">Sponsorship<\/a><\/td>';
  str+='  <\/tr>';

  str+='  <tr>';
  str+='    <td class="menub">-<\/td>';
  if (opt=="6")
    str+='    <td class="menub">Humanitarian Aid<\/td>';
  else
    str+='    <td class="menub"><a href="HumanitarianAid.aspx">Humanitarian Aid<\/a><\/td>';
  str+='  <\/tr>';


  str+='  <tr>';
  str+='    <td id="menuIcon7" class="menub" valign="top" onclick="showHideSubMenu(\'menuIcon7\', \'subMenu7\')" style="cursor:hand">+<\/td>';
  if (opt=="7") {
    str+='    <td>';
    str+='      <table border="0" cellspacing="0" cellpadding="0" width="100%">';
    str+='        <tr>';
    str+='          <td class="menub" colspan="2" onclick="showHideSubMenu(\'menuIcon7\', \'subMenu7\')" style="cursor:hand">';
    str+='          <a href="#">CSR Newspaper Articles</a>';
    str+='          <\/td>';
    str+='        <\/tr>';
    str+='        <tr id="subMenu7_21" style="display:none">';
    str+='          <td class="menub" width="5%" align="left">-<\/td>';
    str+='          <td class="menub" width="95%" align="left">&nbsp;Oil and Gas<\/td>';
    str+='        <\/tr>';
    str+='        <tr id="subMenu7_20" style="display:none">';
    str+='          <td class="menub" width="5%" align="left">-<\/td>';
    str+='          <td class="menub" width="95%" align="left">&nbsp;Ethanol Project<\/td>';
    str+='        <\/tr>';
    str+='      <\/table>';
    str+='    <\/td>';
  } else {
    str+='    <td>';
    str+='      <table border="0" cellspacing="0" cellpadding="0" width="100%">';
    str+='        <tr>';
    str+='          <td class="menub" colspan="2" onclick="showHideSubMenu(\'menuIcon7\', \'subMenu7\')" style="cursor:hand">';
    str+='          <a href="#">CSR Newspaper Articles</a>';
    str+='          <\/td>';
    str+='        <\/tr>';
    str+='        <tr id="subMenu7_21" '+subMenuStatus[9]+'>';
    str+='          <td class="menub" width="5%" align="left">-<\/td>';
    str+='          <td class="menub" width="95%" align="left">&nbsp;';
    str+='            <a href="NewsPaperArticles.aspx">&nbsp;Oil and Gas<\/a>';
    str+='          <\/td>';
    str+='        <\/tr>';
    str+='        <tr id="subMenu7_20" '+subMenuStatus[9]+'>';
    str+='          <td class="menub" width="5%" align="left">-<\/td>';
    str+='          <td class="menub" width="95%" align="left">&nbsp;';
    str+='            <a href="#">&nbsp;Ethanol Project <\/a>';
    str+='          <\/td>';
    str+='        <\/tr>';
    str+='      <\/table>';
    str+='    <\/td>';
  }
  str+='  <\/tr>';
  str+='<\/table>';

  document.write(str);

}

