// this file is used to keep shareholder and freefind templates updated without having to pay for update costs...

var investor_relations = "";
var contact_us = "";
var highlighter = " id='current'";

switch(current) {
	case "investor_relations":
		investor_relations = highlighter;
		break;
	case "contact_us":
		contact_us = highlighter;
		break;
	default:
		investor_relations = " ";
		contact_us = " ";
}


var navigation = "<!-- start templated nav include menu -->" +
"    <div id='top_nav'>" +
"    <ul id='p7menubar'>" +
"      <li class='first topic'><a class='topic' href='http://www.opko.com/'>Home</a></li>" +
"      <li><a href='http://www.opko.com/about/' class='topic'>About OPKO</a>" +
"      <ul id='about'>" +
"        <li class='push'><a href='http://www.opko.com/about/?doc=mission_vision'>Mission/Vision</a></li>" +
"      </ul>" +
"      </li>" +
"      <li" + investor_relations + "><a href='http://investor.opko.com/' class='topic'>Investor Relations</a>" +
"      <ul id='ir'>" +
"        <li class='push'><a href='http://investor.opko.com/governance.cfm'>Corporate Governance</a></li>" +
"        <li><a href='http://investor.opko.com/sec.cfm'>SEC Filings</a></li>" +
"        <li><a href='http://investor.opko.com/stockquote.cfm'>Stock Performance</a></li>" +
"        <li><a href='http://investor.opko.com/faq.cfm'>Investor FAQ</a></li>" +
"        <li><a href='http://investor.opko.com/contactus.cfm'>Contact Us</a></li>" +
"        <li><a href='http://investor.opko.com/alerts.cfm?'>Email Alerts</a></li>" +
"        <li><a href='/common/download/download.cfm?companyid=OPKO&fileid=369010&filekey=21aac4b9-2469-4f12-bbf7-12bceab16107&filename=OPKO_2010Proxy_4.26.10.pdf'>2010 Proxy Statement</a></li>" +
"        <li><a href='/common/download/download.cfm?companyid=OPKO&fileid=369008&filekey=03d67f58-2a26-4ed6-8512-29c02ae91302&filename=OPKO_2009AR_4.26.10.pdf' target='_blank'>OPKO 2009 Annual Report</a></li>" +
"      </ul>" +
"      </li>" +
"      <li><a href='http://www.opko.com/research/' class='topic'>Research</a>" +
"      <ul id='research'>" +
"        <li class='push'><a href='http://www.opko.com/research/?doc=ophthalmics'>Ophthalmics</a></li>" +
"        <li><a href='http://www.opko.com/research/?doc=general_medicine'>General Medicine</a></li>" +
"        <li><a href='http://www.opko.com/research/?doc=research_investments'>Research Investment</a></li>" +
"      </ul>" +
"       </li>" +
"      <li id=''><a  href='http://www.opko.com/products/' class='topic'>Products</a>" +
"      <ul id='products'>" +
"        <li class='push'><a href='http://www.opko.com/products/?doc=Spectral_OCT_SLO'>Spectral OCT/SLO</a></li>" +
"        <li><a href='http://www.opko.com/products/?doc=Microperimetry'>Microperimetry</a></li>" +
"        <li><a href='http://www.opko.com/products/?doc=OCT_Cornea'>OCT Cornea</a></li>" +
"        <li><a href='http://www.opko.com/products/?doc=B-Scan'>B-Scan</a></li>" +
"        <li><a href='http://www.opko.com/products/?doc=UBM'>UBM</a></li>" +
"        <li><a href='http://www.opko.com/products/?doc=A-Scan'>A-Scan</a></li>" +
"        <li><a href='http://www.opko.com/products/gallery/?product=spectral_oct_slo'>Image Gallery</a></li>" +
"        <li><a href='http://www.opko.com/about/?doc=meet_the_experts'>Meet the Experts (Videos)</a></li> " +
"      </ul>" +
"      </li>" +
"      <li><a href='http://www.opko.com/news/' class='topic'>News</a>" +
"      <ul id='news'>" +
"        <li class='push'><a href='http://www.opko.com/news/'>OPKO News</a></li>" +
"        <li><a href='http://www.opko.com/news/?doc=conferences_and_events'>Conferences and Events</a></li>" +
"        <li><a href='http://www.opko.com/news/?doc=papers_and_articles'>Papers &amp; Articles</a></li>" +
"        <li><a href='http://www.opko.com/news/?doc=featured_story'>Featured Story</a></li>" +
"      </ul>" +
"      </li>" +
"      <li" + contact_us + " class='topic L' ><a id='last' href='http://www.opko.com/contact_us/' class='topic'>Contact Us</a>" +
"      <ul id='contact'>" +
"        <li class='push'><a href='http://www.opko.com/contact_us/?doc=corporate'>Corporate</a></li>" +
"        <li><a href='http://www.opko.com/contact_us/?doc=opko_instrumentation'>OPKO Instrumentation</a></li>" +
"        <li><a href='http://www.opko.com/contact_us/?doc=distributors'>Distributors</a></li>" +
"        <li><a href='http://www.opko.com/contact_us/?doc=support'>Support</a></li>" +
"      </ul>" +
"      </li>" +
"    </ul>" +
"    </div>" +
"    <!-- End templated nav include -->";
document.write(navigation);
