document.write('<TD valign=top height=100% width=155><TABLE border=0 width=155 cellspacing=0 cellpadding=0 height=1500><TR><TD WIDTH=\"155\" HEIGHT=\"106\" valign=top><IMG SRC=\"img/uppercorner.gif\" WIDTH=\"155\" HEIGHT=\"106\" BORDER=0></TD></TR><TR><TD background=\"img/bgleft.gif\" width=155 valign=top align=left class=meniustanga><hr size=1 color=white noshade>&nbsp;<A id=optiune1 HREF="main.htm"  target=main>Home</A><hr size=1 color=white noshade>&nbsp;<A id=optiune2 HREF="visa_links.htm" target=main>Visa Links</A><hr size=1 color=white noshade>&nbsp;<A id=optiune3 style="font-size:12"  HREF="ppt/cesd/index.html" target=main>Online presentation<br><span style="font-size:9">&nbsp;Corporate Program</span></A><br><hr size=1 color=white noshade>&nbsp;<A id=optiune4 HREF="helping_companies.htm" target=main>Helping<BR>&nbsp;Companies</A><hr size=1 color=white noshade>&nbsp;<A id=optiune5 HREF="helping_law_firms.htm" target=main>Helping<BR>&nbsp;Law Firms</A><hr size=1 color=white noshade>&nbsp;<A id=optiune6 HREF="psops.htm" target=main>Global</A><hr size=1 color=white noshade>&nbsp;<A id=optiune7 HREF="evaluation.htm" target=main>Evaluation</A><hr size=1 color=white noshade>&nbsp;<A id=optiune8 HREF="training.htm" target=main>Training</A><hr size=1 color=white noshade>&nbsp;<A id=optiune9 HREF="ourpeople.htm" target=main>Our People</A><hr size=1 color=white noshade>&nbsp;<A id=optiune10 HREF="contact.htm" target=main>Contact</A><hr size=1 color=white noshade></TD></TR></TABLE></TD>');

switch (document.title)
{
case 'C.E. Strategies':
       document.getElementById('optiune1').style.color = '#FF9900';

	   break;

case 'Visa Links':

       document.getElementById('optiune2').style.color = '#FF9900';

	   break;

//case 'CI Program':

//	   document.getElementById('optiune3').style.color = '#FF9900';

//	   break;

case 'Helping Companies':

       document.getElementById('optiune4').style.color = '#FF9900';

	   break;

case 'Helping Law Firms':

       document.getElementById('optiune5').style.color = '#FF9900';

	   break;

case 'Global':

       document.getElementById('optiune6').style.color = '#FF9900';

	   break;

case 'Evaluation':
  
	   document.getElementById('optiune7').style.color = '#FF9900';

	   break;

case 'Training':
	
	   document.getElementById('optiune8').style.color = '#FF9900';

	   break;

case 'Our People':

	   document.getElementById('optiune9').style.color = '#FF9900';

	   break;

case 'Contact':

	   document.getElementById('optiune10').style.color = '#FF9900';

	   break;


}

