function DrawTopMenu()
{
  document.writeln('<table border="0" cellpadding="0" cellspacing="0" width="100%">');
  document.writeln('  <tr><td bgcolor="#FF0000"><img height="2" width="1" alt></td>');
  document.writeln('  </tr>');
  document.writeln('  <tr>');
  document.writeln('    <td align="center"><table border="0" cellspacing="0" bordercolorlight="#C0C0C0" bordercolordark="#000000" width="100%">');
  document.writeln('      <tr>');
  document.writeln('        <td class="ymgRoof" onmouseover="mOvr(this,\'#FF0000\');" onmouseout="mOut(this,\'\');" align="center">');
  document.writeln('          <font face="Arial" color="#FFFFFF"><small><a href="http://www.ymg.com/index.asp">Home</a></small></font></td>');
  document.writeln('        <td class="ymgRoof" onmouseover="mOvr(this,\'#FF0000\');" onmouseout="mOut(this,\'\');" align="center">');
  document.writeln('          <font face="Arial" color="#FFFFFF"><small><a href="http://www.ymg.com/corporate/corporateHome.html">Corporate</a></small></font></td>');
  document.writeln('        <td class="ymgRoof" onmouseover="mOvr(this,\'#CCCCCC\');" onmouseout="mOut(this,\'\');" align="center">');
  document.writeln('          <font face="Arial" color="#FFFFFF"><small><a href="http://www.ymg.com/products/products.asp">Products</a></small></font></td>');
  document.writeln('        <td class="ymgRoof" onmouseover="mOvr(this,\'#CCCCCC\');" onmouseout="mOut(this,\'\');" align="center">');
  document.writeln('          <font face="Arial" color="#FFFFFF"><small><a href="http://www.ymg.com/privatewealth/index.asp">Private Wealth</a></small></font></td>');
  document.writeln('        <td class="ymgRoof" onmouseover="mOvr(this,\'#CCCCCC\');" onmouseout="mOut(this,\'\');" align="center">');
  document.writeln('          <font face="Arial" color="#FFFFFF"><small><a href="http://www.fieraymg.com/pages_e/high-income-trust_e.html">High Income Trust</a></small></font></td>');
  document.writeln('        <td class="ymgRoof" onmouseover="mOvr(this,\'#CCCCCC\');" onmouseout="mOut(this,\'\');" align="center">');
  document.writeln('          <font face="Arial" color="#FFFFFF"><small><a href="http://www.ymg.com/news/news.asp">News</small></font></a></td>');
  document.writeln('        <td class="ymgRoof" onmouseover="mOvr(this,\'#CCCCCC\');" onmouseout="mOut(this,\'\');" align="center">');
  document.writeln('          <font face="Arial" color="#FFFFFF"><small><a href="http://www.ymg.com/contactymg.asp">Contact YMG</a></small></font></td>');
  document.writeln('        <td class="ymgRoof" onmouseover="mOvr(this,\'#CCCCCC\');" onmouseout="mOut(this,\'\');" align="center">');
  document.writeln('          <font face="Arial" color="#FFFFFF"><small><a href="http://www.ymg.com/relatedsite.asp">Related Sites</a></small></font></td>');
  document.writeln('        <td class="ymgRoof" onmouseover="mOvr(this,\'#CCCCCC\');" onmouseout="mOut(this,\'\');" align="center">');
  document.writeln('          <font face="Arial" color="#FFFFFF"><small><a href="http://www.ymg.com/sitemap.asp">Sitemap</a></small></font></td>');
  document.writeln('      </tr>');
  document.writeln('    </table>');
  document.writeln('    </td>');
  document.writeln('  </tr>');
  document.writeln('  <tr><td colspan="3" bgcolor="#FFFFFF"><img src="../images/1.gif" alt="" width="1" height="1"></td></tr>');
  document.writeln('  <tr><td colspan="3" bgcolor="#333333"><img src="../images/1.gif" alt="" width="1" height="1"></td></tr>');
  document.writeln('</table>');
}

function DrawMainMenu(currURL)
{
//  var orgBoxCol="#003366";     // dark  blue face
  var selColor;
 
//  document.writeln('<table bgcolor="#003366" width="125"><tr><td>');
  document.writeln('<table border="0" cellpadding="1" cellspacing="0">');
  document.writeln('<tr class="YMGNavRow">');
    selColor = MarkMenuItem('/index.asp',currURL);
  document.writeln('  <td bgcolor="' + selColor + '" onmouseover="navBar(this,1,1)" onmouseout="navBar(this,0,1)" onClick="YMG_navBarClick(this,1,\'/index.asp\')" nowrap>');
  document.writeln('    <a href="/index.asp"><font face="Arial" size="2" color="#FFFFFF"><div class="YMGNavText">YMG Home&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</div></font></a></td>');
  document.writeln('</tr>');
  document.writeln('<tr class="YMGNavRow">');
    selColor = MarkMenuItem('/corporate/corporateHome.html',currURL);
  document.writeln('  <td bgcolor="' + selColor + '" onmouseover="navBar(this,1,1)" onmouseout="navBar(this,0,1)" onClick="YMG_navBarClick(this,1,\'/corporate/corporateHome.html\')" nowrap>');
  document.writeln('    <a href="/corporate/corporateHome.html"><font face="Arial" size="2" color="#FFFFFF"><div class="YMGNavText">Corporate&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</div></font></a></td>');
  document.writeln('</tr>');
  document.writeln('<tr class="YMGNavRow">');
    selColor = MarkMenuItem('/products/products.asp',currURL);
  document.writeln('  <td bgcolor="' + selColor + '" onmouseover="navBar(this,1,1)" onmouseout="navBar(this,0,1)" onClick="YMG_navBarClick(this,1,\'products.asp\')" nowrap>');
  document.writeln('    <a href="/products/products.asp"><font face="Arial" size="2" color="#FFFFFF"><div class="YMGNavText">Institutional Products</div></font></a></td>');
  document.writeln('</tr>');
  document.writeln('<tr class="YMGNavRow">');
    selColor = MarkMenuItem('/privatewealth/index.asp',currURL);
  document.writeln('  <td bgcolor="' + selColor + '" onmouseover="navBar(this,1,1)" onmouseout="navBar(this,0,1)" onClick="YMG_navBarClick(this,1,\'/privatewealth/index.asp\')" nowrap>');
  document.writeln('    <a href="/privatewealth/index.asp"><font face="Arial" size="2" color="#FFFFFF"><div class="YMGNavText">Private Wealth&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</div></font></a></td>');
  document.writeln('</tr>');
  document.writeln('<tr class="YMGNavRow">');
    selColor = MarkMenuItem('/hitfund/HighIncometrust.asp',currURL);
  document.writeln('  <td bgcolor="' + selColor + '" onmouseover="navBar(this,1,1)" onmouseout="navBar(this,0,1)" onClick="YMG_navBarClick(this,1,\'/hitfund/HighIncometrust.asp\')" nowrap>');
  document.writeln('    <a href="http://www.fieraymg.com/pages_e/high-income-trust_e.html"><font face="Arial" size="2" color="#FFFFFF"><div class="YMGNavText">High Income Trust&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</div></font></a></td>');
  document.writeln('</tr>');
  document.writeln('<tr class="YMGNavRow">');
    selColor = MarkMenuItem('/contactymg.asp',currURL);
  document.writeln('  <td bgcolor="' + selColor + '" onmouseover="navBar(this,1,1)" onmouseout="navBar(this,0,1)" onClick="YMG_navBarClick(this,1,\'/contactymg.asp\')" nowrap>');
  document.writeln('    <a href="/contactymg.asp"><font face="Arial" size="2" color="#FFFFFF"><div class="YMGNavText">Contact YMG&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</div></font></a></td>');
  document.writeln('</tr>');
  document.writeln('<tr class="YMGNavRow">');
    selColor = MarkMenuItem('/relatedsites/Relatedsites.html',currURL);
  document.writeln('  <td bgcolor="' + selColor + '" onmouseover="navBar(this,1,1)" onmouseout="navBar(this,0,1)" onClick="YMG_navBarClick(this,1,\'/relatedsite.asp\')" nowrap>');
  document.writeln('    <a href="/relatedsites/RelatedSites.html"><font face="Arial" size="2" color="#FFFFFF"><div class="YMGNavText">Related Sites&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</div></font></a></td>');
  document.writeln('</tr>');
//  document.writeln('<tr class="YMGNavRow">');
//    selColor = MarkMenuItem('/sitemap.asp',currURL);
//  document.writeln('  <td bgcolor="' + selColor + '" onmouseover="navBar(this,1,1)" onmouseout="navBar(this,0,1)" onClick="YMG_navBarClick(this,1,\'/sitemap.asp\')" nowrap>');
//  document.writeln('    <a href="/sitemap.asp"><font face="Arial" size="2" color="#FFFFFF"><div class="YMGNavText">Sitemap&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</div></font></a></td>');
//  document.writeln('</tr>');
  document.writeln('</table>');
//  document.writeln('</td></tr>');
// document.writeln('</table>');
}


function DrawCorpMenu(currURL)
{
  var selColor;

  //document.writeln('<table bgcolor="#6699cc"><tr><td>');
  document.writeln('<table border="0" cellpadding="1" cellspacing="0">');
  document.writeln('<tr class="YMGNavRow">');
    selColor = MarkMenuItem('/corporate/corporate.asp',currURL);
  document.writeln('  <td bgcolor="' + selColor + '" onmouseover="navBar(this,1,1)" onmouseout="navBar(this,0,1)" onClick="YMG_navBarClick(this,1,\'/corporate/corporate.asp\')" nowrap>');
  document.writeln('    <a href="/corporate/corporate.asp"><font face="Arial" size="2" color="#FFFFFF"><div class="YMGNavText">Overview&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</div></font></a></td>');
  document.writeln('</tr>');
  document.writeln('<tr class="YMGNavRow">');
    selColor = MarkMenuItem('/corporate/BusinessProcess.asp',currURL);
  document.writeln('  <td bgcolor="' + selColor + '" onmouseover="navBar(this,1,1)" onmouseout="navBar(this,0,1)" onClick="YMG_navBarClick(this,1,\'/corporate/BusinessProcess.asp\')" nowrap>');
  document.writeln('    <a href="/corporate/BusinessProcess.asp"><font face="Arial" size="2" color="#FFFFFF"><div class="YMGNavText">Business Process&nbsp;&nbsp;&nbsp;</div></font></a></td>');
  document.writeln('</tr>');
  document.writeln('<tr class="YMGNavRow">');
    selColor = MarkMenuItem('/corporate/Partners.asp',currURL);
  document.writeln('  <td bgcolor="' + selColor + '" onmouseover="navBar(this,1,1)" onmouseout="navBar(this,0,1)" onClick="YMG_navBarClick(this,1,\'/corporate/Partners.asp\')" nowrap>');
  document.writeln('    <a href="/corporate/Partners.asp"><font face="Arial" size="2" color="#FFFFFF"><div class="YMGNavText">Partners&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</div></font></a></td>');
  document.writeln('</tr>');
  document.writeln('<tr class="YMGNavRow">');
    selColor = MarkMenuItem('/corporate/Clients.asp',currURL);
  document.writeln('  <td bgcolor="' + selColor + '" onmouseover="navBar(this,1,1)" onmouseout="navBar(this,0,1)" onClick="YMG_navBarClick(this,1,\'/corporate/Clients.asp\')" nowrap>');
  document.writeln('    <a href="/corporate/Clients.asp"><font face="Arial" size="2" color="#FFFFFF"><div class="YMGNavText">Clients&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</div></font></a></td>');
  document.writeln('</tr>');
  document.writeln('<tr class="YMGNavRow">');
    selColor = MarkMenuItem('/corporate/Diverse.asp',currURL);
  document.writeln('  <td bgcolor="' + selColor + '" onmouseover="navBar(this,1,1)" onmouseout="navBar(this,0,1)" onClick="YMG_navBarClick(this,1,\'/corporate/Diverse.asp\')" nowrap>');
  document.writeln('    <a href="/corporate/Diverse.asp"><font face="Arial" size="2" color="#FFFFFF"><div class="YMGNavText">Diversified&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</div></font></a></td>');
  document.writeln('</tr>');
  document.writeln('<tr class="YMGNavRow">');
    selColor = MarkMenuItem('/corporate/Management.asp',currURL);
  document.writeln('  <td bgcolor="' + selColor + '" onmouseover="navBar(this,1,1)" onmouseout="navBar(this,0,1)" onClick="YMG_navBarClick(this,1,\'/corporate/Management.asp\')" nowrap>');
  document.writeln('    <a href="/corporate/Management.asp"><font face="Arial" size="2" color="#FFFFFF"><div class="YMGNavText">Management&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</div></font></a></td>');
  document.writeln('</tr>');
  document.writeln('<tr class="YMGNavRow">');
    selColor = MarkMenuItem('/corporate/Investors.asp',currURL);
  document.writeln('  <td bgcolor="' + selColor + '" onmouseover="navBar(this,1,1)" onmouseout="navBar(this,0,1)" onClick="YMG_navBarClick(this,1,\'/corporate/Investors.asp\')" nowrap>');
  document.writeln('    <a href="/corporate/Investors.asp"><font face="Arial" size="2" color="#FFFFFF"><div class="YMGNavText">Investor Relations</div></font></a></td>');
  document.writeln('</tr>');
  document.writeln('<tr class="YMGNavRow">');
    selColor = MarkMenuItem('/corporate/careers.asp',currURL);
  document.writeln('  <td bgcolor="' + selColor + '" onmouseover="navBar(this,1,1)" onmouseout="navBar(this,0,1)" onClick="YMG_navBarClick(this,1,\'/corporate/careers.asp\')" nowrap>');
  document.writeln('    <a href="/corporate/careers.asp"><font face="Arial" size="2" color="#FFFFFF"><div class="YMGNavText">Careers&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</div></font></a></td>');
  document.writeln('</tr>');
  document.writeln('</table>');
  //document.writeln('</td></tr>');
  //document.writeln('</table>');
}


function DrawPWMainMenu(currURL)
{
  var selColor
//  var orgBoxCol="#6699cc";     // light blue
//  var orgBoxCol="#003366";     // dark  blue face

//  document.writeln('<table bgcolor="#003366" width="90"><tr><td>');
  document.writeln('<table width="90" border="0" cellpadding="1" cellspacing="0">');
  document.writeln('<tr class="YMGNavRow">');
    selColor = MarkPWMenuItem('/privatewealth/index.asp',currURL);
  document.writeln('  <td bgcolor="' + selColor + '" onmouseover="navBarPW(this,1,1)" onmouseout="navBarPW(this,0,1)" onClick="YMG_navBarPWClick(this,1,\'/privatewealth/index.asp\')">');
  document.writeln('    <a href="/privatewealth/index.asp"><font face="Arial" size="2" color="#FFFFFF"><div class="YMGNavText">Home&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</div></font></a></td>');
  document.writeln('</tr>');
  document.writeln('<tr class="YMGNavRow">');
    selColor = MarkPWMenuItem('/privatewealth/Philosophy.asp',currURL);
  document.writeln('  <td bgcolor="' + selColor + '" onmouseover="navBarPW(this,1,1)" onmouseout="navBarPW(this,0,1)" onClick="YMG_navBarPWClick(this,1,\'/privatewealth/Philosophy.asp\')">');
  document.writeln('    <a href="/privatewealth/Philosophy.asp"><font face="Arial" size="2" color="#FFFFFF"><div class="YMGNavText">Philosophy&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</div></font></a></td>');
  document.writeln('</tr>');
  document.writeln('<tr class="YMGNavRow">');
    selColor = MarkPWMenuItem('/privatewealth/People.asp',currURL);
  document.writeln('  <td bgcolor="' + selColor + '" onmouseover="navBarPW(this,1,1)" onmouseout="navBarPW(this,0,1)" onClick="YMG_navBarPWClick(this,1,\'/privatewealth/People.asp\')">');
  document.writeln('    <a href="/privatewealth/People.asp"><font face="Arial" size="2" color="#FFFFFF"><div class="YMGNavText">People&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</div></font></a></td>');
  document.writeln('</tr>');
  document.writeln('<tr class="YMGNavRow">');
    selColor = MarkPWMenuItem('/privatewealth/Process.asp',currURL);
  document.writeln('  <td bgcolor="' + selColor + '" onmouseover="navBarPW(this,1,1)" onmouseout="navBarPW(this,0,1)" onClick="YMG_navBarPWClick(this,1,\'/privatewealth/Process.asp\')">');
  document.writeln('    <a href="/privatewealth/Process.asp"><font face="Arial" size="2" color="#FFFFFF"><div class="YMGNavText">Process&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</div></font></a></td>');
  document.writeln('</tr>');
  document.writeln('<tr class="YMGNavRow">');
    selColor = MarkPWMenuItem('/privatewealth/performance.asp',currURL);
  document.writeln('  <td bgcolor="' + selColor + '" onmouseover="navBarPW(this,1,1)" onmouseout="navBarPW(this,0,1)" onClick="YMG_navBarPWClick(this,1,\'/privatewealth/performance.asp\')">');
  document.writeln('    <a href="/privatewealth/performance.asp"><font face="Arial" size="2" color="#FFFFFF"><div class="YMGNavText">Performance</div></font></a></td>');
  document.writeln('</tr>');
  document.writeln('<tr class="YMGNavRow">');
    selColor = MarkPWMenuItem('/privatewealth/Commentary.asp',currURL);
  document.writeln('  <td bgcolor="' + selColor + '" onmouseover="navBarPW(this,1,1)" onmouseout="navBarPW(this,0,1)" onClick="YMG_navBarPWClick(this,1,\'/privatewealth/Commentary.asp\')" nowrap>');
  document.writeln('    <a href="/privatewealth/Commentary.asp"><font face="Arial" size="2" color="#FFFFFF"><div class="YMGNavText">Commentary&nbsp;</div></font></a></td>');
  document.writeln('</tr>');

  document.writeln('<tr class="YMGNavRow">');
    selColor = MarkPWMenuItem('/privatewealth/ClientService.asp',currURL);
  document.writeln('  <td bgcolor="' + selColor + '" onmouseover="navBarPW(this,1,1)" onmouseout="navBarPW(this,0,1)" onClick="YMG_navBarPWClick(this,1,\'/privatewealth/ClientService.asp\')" nowrap>');
  document.writeln('    <a href="/privatewealth/ClientService.asp"><font face="Arial" size="2" color="#FFFFFF"><div class="YMGNavText">Client Service</div></font></a></td>');
  document.writeln('</tr>');
  document.writeln('<tr class="YMGNavRow">');
    selColor = MarkPWMenuItem('/privatewealth/FeeSchedule.asp',currURL);
  document.writeln('  <td bgcolor="' + selColor + '" onmouseover="navBarPW(this,1,1)" onmouseout="navBarPW(this,0,1)" onClick="YMG_navBarPWClick(this,1,\'/privatewealth/FeeSchedule.asp\')" nowrap>');
  document.writeln('    <a href="/privatewealth/FeeSchedule.asp"><font face="Arial" size="2" color="#FFFFFF"><div class="YMGNavText">Fee Schedule</div></font></a></td>');
  document.writeln('</tr>');
  document.writeln('<tr class="YMGNavRow">');
    selColor = MarkPWMenuItem('/privatewealth/Contact.asp',currURL);
  document.writeln('  <td bgcolor="' + selColor + '" onmouseover="navBarPW(this,1,1)" onmouseout="navBarPW(this,0,1)" onClick="YMG_navBarPWClick(this,1,\'/privatewealth/Contact.asp\')" nowrap>');
  document.writeln('    <a href="/privatewealth/Contact.asp"><font face="Arial" size="2" color="#FFFFFF"><div class="YMGNavText">Contact&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp</div></font></a></td>');
  document.writeln('</tr>');

  document.writeln('</table>');
//  document.writeln('</td></tr>');
//  document.writeln('</table>');

  document.writeln(' <p><table border="0" width="90">');
// document.writeln('      <tr><td bgcolor="#000000"><img height="1" width="1"></td></tr>');
  document.writeln('      <tr>');
  document.writeln('      <tr><td bgcolor="#000000"><img height="1" width="1"></td></tr>');
  document.writeln('      <td bgcolor="#D6D6D6"><font type="aerial" size="1" color="#FFFFFF"><a href="/privatewealth/aqintlprices.asp">Fiera<br>International<br>Pooled Fund</a></font></td>');
  document.writeln('      </tr>');
  document.writeln('      <tr><td bgcolor="#000000"><img height="1" width="1"></td></tr>');
  document.writeln('      <td bgcolor="#D6D6D6"><font type="aerial" size="1" color="#FFFFFF"><a href="/privatewealth/fypwifprices.asp">Fiera<br>Private Wealth<br>Income Fund</a></font></td>');
  document.writeln('      </tr>');
  document.writeln('      <tr><td bgcolor="#000000"><img height="1" width="1"></td></tr>');
  document.writeln('      <td bgcolor="#D6D6D6"><font type="aerial" size="1" color="#FFFFFF"><a href="/privatewealth/yueqprices.asp">Fiera<br>U.S. Equity<br>Pooled Fund</a></font></td>');
  document.writeln('      </tr>');
  document.writeln('      <tr><td bgcolor="#000000"><img height="1" width="1"></td></tr>');
  document.writeln('      <td bgcolor="#D6D6D6"><font type="aerial" size="1" color="#FFFFFF"><a href="/privatewealth/fpwcpprices.asp">Fiera<br>Private Wealth<br>Canadian Equity<br>Pooled Fund</a></font></td>');
  document.writeln('      </tr>');
  document.writeln('      <tr><td bgcolor="#000000"><img height="1" width="1"></td></tr>');
  document.writeln('      <td bgcolor="#D6D6D6"><font type="aerial" size="1" color="#FFFFFF"><a href="../Portal/Privatewealth/signin.asp">Sign In to your<br>Private Wealth<br>Portal</a></font></td>');
  document.writeln('      </tr>');
//  document.writeln('      <tr><td bgcolor="#000000"><img height="1" width="1"></td></tr>');
//  document.writeln('        <td bgcolor="#D6D6D6"><font face="Arial" size="1"><img src="http://www.ymg.com/images/new5.gif"> <a href="http://www.ymg.com/privatewealth/presentations/YMGPresentation.pdf">Click here to download our Complete');
//  document.writeln('        Investment Presentation in PDF format <img src="http://www.ymg.com/news/images/Pdficonsmall.gif" border="0"');
//  document.writeln('        alt="Pdficon.gif (153 bytes)" width="15" height="16"></a></font></td>');
//  document.writeln('      </tr>');
  document.writeln('      <tr><td bgcolor="#000000"><img height="1" width="1"></td></tr>');
  document.writeln('      <td bgcolor="#D6D6D6"><font type="aerial" size="1" color="#FFFFFF"><a href="http://www.fieracapital.com">Fiera Capital<br>Home Page</a></font></td>');
  document.writeln('      <tr><td bgcolor="#000000"><img height="1" width="1"></td></tr>');
  document.writeln('      </tr>');
  document.writeln('      <tr><td height="20"></td></tr>');
  document.writeln('    </table>');
}

function dummy()
{
  document.writeln('<tr>');
    MarkMenuItem('/privatewealth/ClientAccess.asp',currURL);
  document.writeln('  <td bgcolor="#003366" onmouseover="navBar(this,1,1)" onmouseout="navBar(this,0,1)" onClick="YMG_navBarClick(this,1,\'/privatewealth/ClientAccess.asp\')" nowrap>');
  document.writeln('    <a href="/privatewealth/ClientAccess.asp"><font face="Arial" size="2" color="#FFFFFF"><div class="YMGNavText">Client Access</div></font></a></td>');
  document.writeln('</tr>');
}

function MarkMenuItem(titlename,currURL)
{
  var lhs, rhs, re
  lhs = new String(titlename);
  rhs = new String(currURL);

  rhs = rhs.substr(7);
    re = /www.ymg.com/i;
  rhs = rhs.replace(re,"");
    re = /www.ymg.ca/i;
  rhs = rhs.replace(re,"");

  if (lhs.toUpperCase() == rhs.toUpperCase()) {
    document.writeln('  <td bgcolor="#FFFF00">&nbsp;</td>');
//    document.writeln('  <td bgcolor="#FF6600">&nbsp;</td>');
    return "#6699cc"
  }
  else {
//    document.writeln('  <td bgcolor="#0078F0">&nbsp;</td>');
    document.writeln('  <td bgcolor="#6699cc">&nbsp;</td>');
    return "#003366"
  }
}

function MarkPWMenuItem(titlename,currURL)
{
//  document.writeln('<h3>x=' + titlename + '</h3><br>');
//  document.writeln('<h3>y=' + currURL + '</h3><br>');
  var lhs, rhs, re
  lhs = new String(titlename);
  rhs = new String(currURL);

  rhs = rhs.substr(7);
    re = /www.ymg.com/i;
  rhs = rhs.replace(re,"");
    re = /www.ymg.ca/i;
  rhs = rhs.replace(re,"");

  if (lhs.toUpperCase() == rhs.toUpperCase()) {
    document.writeln('  <td bgcolor="#FFFF00">&nbsp;</td>');
    return "#003366"
  }
  else {
//    document.writeln('  <td bgcolor="#0078F0">&nbsp;</td>');
//    document.writeln('  <td bgcolor="#6699cc">&nbsp;</td>');
    document.writeln('  <td bgcolor="#336699">&nbsp;</td>');
    return "#336699"
  }
}

/*
var ToolBar_Supported = ToolBar_Supported ;
if (ToolBar_Supported != null && ToolBar_Supported == true)
{
  //To Turn on/off Frame support, set Frame_Supported = true/false.
  Frame_Supported = false;

  // Customize default ICP menu color - bgColor, fontColor, mouseoverColor
  setDefaultICPMenuColor("#003264", "#F0E16B", "#FFFFFF");

  // Customize toolbar background color
  setToolbarBGColor("white");

  // display ICP Banner
//  setICPBanner("/library/toolbar/images/banner.gif","/isapi/gomscom.asp?target=/","microsoft.com Home") ;

  // Add ICP menus
  //Home
  addICPMenu("TopMenu", "&#149;&nbsp;Home", "","http://www.ymg.com/privatewealth/index.asp");

  addICPMenu("HomeMenu", "&#149;&nbsp;At a Glance", "","/PrivateWealth/ataglance.asp");
//  addICPSubMenu("HomeMenu","&#149;&nbsp;YMG Background","/PrivateWealth/ataglance2.htm");
//  addICPSubMenu("HomeMenu","&#149;&nbsp;Vision","/PrivateWealth/ataglance3.htm");
//  addICPSubMenu("HomeMenu","&#149;&nbsp;Management Approach","/PrivateWealth/ataglance4.htm");
//  addICPSubMenu("HomeMenu","&#149;&nbsp;How we invest your money","/PrivateWealth/ataglance5.htm");

  addICPMenu("ResourceMenu", "&#149;&nbsp;Management", "","/PrivateWealth/Resources.asp");
//  addICPSubMenu("ResourceMenu","&#149;&nbsp;Organization","/PrivateWealth/Resources.htm");
//  addICPSubMenu("ResourceMenu","&#149;&nbsp;Management Team","/PrivateWealth/Resources2.htm");
//  addICPSubMenu("ResourceMenu","&#149;&nbsp;Investment Team","/PrivateWealth/Resources3.htm");

  addICPMenu("ApproachMenu", "&#149;&nbsp;Investment", "","");
  addICPSubMenu("ApproachMenu","&#149;&nbsp;Investment Approach","/PrivateWealth/Investment.asp");
//  addICPSubMenu("ApproachMenu","&#149;&nbsp;Equity Analysis: Step 2","/PrivateWealth/Investment2.htm");
  addICPSubMenu("ApproachMenu","&#149;&nbsp;Equity Analysis Example","/PrivateWealth/Investment3.htm");
//  addICPSubMenu("ApproachMenu","&#149;&nbsp;International","/PrivateWealth/Investment4.htm");
//  addICPSubMenu("ApproachMenu","&#149;&nbsp;Fixed Income","/PrivateWealth/Investment5.htm");
//  addICPSubMenu("ApproachMenu","&#149;&nbsp;Sell Discipline","/PrivateWealth/Investment6.htm");
//  addICPSubMenu("ApproachMenu","&#149;&nbsp;Risk Control","/PrivateWealth/Investment7.htm");
  addICPSubMenu("ApproachMenu","&#149;&nbsp;Returns Analysis","/PrivateWealth/Investment8.htm");
  addICPSubMenu("ApproachMenu","&#149;&nbsp;Asset Mix Analysis","/PrivateWealth/Investment9.htm");

  addICPMenu("PerformanceMenu", "&#149;&nbsp;Performance", "","/PrivateWealth/Performance.asp");
//  addICPSubMenu("PerformanceMenu","&#149;&nbsp;Cdn Equity Performance","/PrivateWealth/Performance1.htm");
//  addICPSubMenu("PerformanceMenu","&#149;&nbsp;US Equity Performance","/PrivateWealth/Performance2.htm");
//  addICPSubMenu("PerformanceMenu","&#149;&nbsp;Fixed Income Performance","/PrivateWealth/Performance3.htm");
//  addICPSubMenu("PerformanceMenu","&#149;&nbsp;Pooled Fund Performance","/PrivateWealth/Performance4.htm");
//  addICPSubMenu("PerformanceMenu","&#149;&nbsp;By Asset Class","/PrivateWealth/Performance5.htm");

  addICPMenu("ClientMenu", "&#149;&nbsp;Client Services", "","");
  addICPSubMenu("ClientMenu","&#149;&nbsp;Services","/PrivateWealth/Servicing1.htm");
  addICPSubMenu("ClientMenu","&#149;&nbsp;Fees","/PrivateWealth/Servicing2.htm");
  addICPSubMenu("ClientMenu","&#149;&nbsp;Custodial Fees","/PrivateWealth/Servicing3.htm");

}
*/