﻿function showmenu(elmnt)
{
document.getElementById(elmnt).style.visibility="visible";
}
function hidemenu(elmnt)
{
document.getElementById(elmnt).style.visibility="hidden";
}

document.write('<table width="100%" border="0" cellspacing="0" cellpadding="0">');
document.write('<tr background="../webimages/top_nav_bg.gif">');
document.write('<td width="27" align="left" valign="top"><img src="../webimages/top_nav_le.gif" width="27" height="34" /></td>');
document.write('<td width="100%" align="left" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">');
document.write('<tr>');
document.write('<td align="left" valign="middle" background="../webimages/top_nav_bg.gif">');
document.write('<div id=content>');
			   
document.write(' <div class="main_menu">');
document.write('<div class="ajxmw1">');
document.write('<div class="ajxmw2">');
document.write('<ul>');

	document.write('<li class="leftbg-tab"></li> ');
 document.write(' <li class="menu_current menu_current_1"><a class="ajxsub" href="aboutus.html" title="About Kerford"><b>About Kerford</b></a></li>');
document.write('<img src="../webimages/top_nav_line.gif" border="0" width="1" style="float:left;" />');
   
   document.write('<li><a class="ajxsub" href="services.html" title="Services" ><b>Services</b></a></li><img src="../webimages/top_nav_line.gif" border="0" width="1" style="float:left;" /> ');
 document.write('<li><a class="ajxsub" href="institutionals.html" title="partner" ><b>Partner &nbsp; <img src="../webimages/arrow_down.gif" width="7" height="6" border="0" /><img src="../webimages/spacer.gif" width="0" height="34" border="0" align="absmiddle" /></b></a>');
   document.write(' <ul>');
	 document.write('<li class="sfirst"><a href="institutionals.html" target="_self" title="Institutional">Institutional</a></li>');
     document.write('<li><a href="corporates.html" target="_self" title="Corporates">Corporates</a></li>');
     document.write('<li><a href="ib.html" target="_self" title="IBs">IBs</a></li>');
     document.write('<li><a href="white_labelling.html" target="_self" title="White Labelling">White Labelling</a></li>');
   document.write(' </ul>');
document.write(' </li>');
 document.write('<img src="../webimages/top_nav_line.gif" border="0" width="1" style="float:left;" />');
 document.write(' <li><a class="ajxsub" href="open_account.html" title="Open an Account"><b>Open an Account</b></a></li>');
 document.write(' <img src="../webimages/top_nav_line.gif" border="0" width="1" style="float:left;" />');
 document.write(' <li><a class="ajxsub" href="economic_calendar.asp" title="Research "><b style="height:33px;">Research  &nbsp; <img src="../webimages/arrow_down.gif" width="7" height="6" border="0" /><img src="../webimages/spacer.gif" width="0" height="32" border="0" align="absmiddle" /></b></a>');
 document.write(' <ul>');
    	document.write('<li class="sfirst"><a href="economic_calendar.asp" target="_self" title="Economic Calendar ">Economic Calendar </a></li>');
       document.write(' <li><a href="world_interest_rates.asp" target="_self" title="World Interest Rates">World Interest Rates</a></li>');
       document.write(' <li><a href="market_alert.asp" target="_self" title="Newsletters">Newsletters</a></li>');
       document.write(' <li><a href="market_alert.asp?nlsubs=true" target="_self" title="Newsletters Signup">Newsletters Signup</a></li>');
        
       document.write(' <li><a href="technical_analysis.html" target="_self" title="Technical Analysis">Technical Analysis</a></li>');
       document.write(' <li><a href="glossary.html"target="_self" title="Glossary" >Glossary</a></li>');
       document.write(' <li><a href="market_alert.asp?nlsubs=true" target="_self" title="Newsletters Signup">Newsletters Signup</a></li>');
   document.write(' </ul>');
 document.write('</li>');
 document.write(' <img src="../webimages/top_nav_line.gif" border="0" width="1" style="float:left;" />');
 document.write(' <li><a class="ajxsub" href="education.html" title="Education"><b>Education</b></a></li>');
document.write('</ul>');
 document.write(' </div>');
document.write(' </div>');
 document.write('<br />');
document.write('</div></div></td>');
document.write('<td width="3%" align="center" valign="middle" background="../webimages/top_nav_bg.gif"><img src="../webimages/spanish.gif" width="26" height="18" /></td>');
document.write('<td width="9%" align="center" valign="middle" background="../webimages/top_nav_bg.gif" class="language"><a href="../spanish/index.html" title="Spanish site"  >Sitio español</a></td>');
document.write('</tr>');
document.write('</table></td>');
document.write('<td width="27" align="right" valign="top"><img src="../webimages/top_nav_righ.gif" width="27" height="34" /></td>');
document.write('</tr>');
document.write('</table>');
