<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

// USE lowercase FOR ALL OPTIONS ONLY

var showimage1		= "no"		//  SHOW FIRST SIDEBAR IMAGE
var showimage2		= "no"		//  SHOW SECOND SIDEBAR IMAGE
var showimage3		= "no"		//  SHOW THIRD SIDEBAR IMAGE
var showtop		= "no"		//  SHOW MENU TOP AREA




if (showtop == "yes") {
document.write('<div id="menutop" style="z-index: 10;" class="printhide">');
document.write('<img src="picts/menu-top.gif" width="202" height="107" class="menutrans"><br>');
document.write('</div>');
}

//document.write('<div id="menulocation" style="z-index: 10;">');
//document.write('<table cellpadding="0" cellspacing="0" border="0" width="750"><tr><td class="printhide">');
document.write('<div id="menuh-container">');
document.write('<div id="menuh">');
//document.write('<ul>');
//document.write('  <li><a href="index.html" class="top_parent">Home</a>'); 
//document.write('  </li>');
//document.write('</ul>');

document.write('<ul>');
document.write('  <li><a href="http://www.internationalstemcell.com/index.html" class="top_parent">Company</a>'); 
document.write('    <ul>');
document.write('      <li><a href="http://www.internationalstemcell.com/index.html">Company</a></li>');
document.write('      <li><a href="http://www.internationalstemcell.com/management.htm">Executive Management</a></li>');
document.write('      <li><a href="http://www.internationalstemcell.com/board.htm">Board of directors</a></li>');
document.write('      <li><a href="http://www.internationalstemcell.com/charters.htm">Charters</a></li>');
document.write('      <li><a href="http://www.internationalstemcell.com/advisors.htm">Advisors</a></li>');
document.write('      <li><a href="http://www.internationalstemcell.com/disclaimer.htm">Disclaimer</a></li>');
document.write('    </ul>');
document.write('  </li>');
document.write('</ul>');

document.write('<ul>');
document.write('  <li><a href="http://www.internationalstemcell.com/stemcells.htm" class="top_parent">Technology</a>');
document.write('    <ul>');
document.write('      <li><a href="http://www.internationalstemcell.com/stemcells.htm">Stem cells</a></li>');
document.write('      <li><a href="http://www.internationalstemcell.com/parthenogenesis.htm">Parthenogenesis</a></li>');
//document.write('      <li><a href="http://www.internationalstemcell.com/publications.htm">Publications</a></li>');
document.write('      <li><a href="http://www.internationalstemcell.com/therapeutics.htm">Therapeutics</a></li>');
document.write('      <li><a href="http://www.internationalstemcell.com/patents.htm">Intellectual property</a></li>');
document.write('    </ul>');
document.write('  </li>');
document.write('</ul>');

document.write('<ul>');
document.write('  <li><a href="http://www.internationalstemcell.com/overview.htm" class="top_parent">Investors</a>');
document.write('    <ul>');
document.write('      <li><a href="http://www.internationalstemcell.com/overview.htm">Overview</a></li>');
//document.write('      <li><a href="news.htm">News room</a></li>');
document.write('      <li><a href="http://www.internationalstemcell.com/webcasts.htm">Webcasts</a></li>');
document.write('      <li><a href="http://www.b2i.us/irpass.asp?BzID=1468&to=sc&Nav=0&S=0&L=1">SEC filings</a></li>');
document.write('      <li><a href="http://www.b2i.us/irpass.asp?BzID=1468&to=ea&Nav=0&S=0&L=1">Email alerts</a></li>');
document.write('    </ul>');
document.write('  </li>');
document.write('</ul>');

document.write('<ul>');
document.write('  <li><a href="http://www.internationalstemcell.com/partners.htm" class="top_parent">Partners</a>');
document.write('    <ul>');
document.write('      <li><a href="http://www.internationalstemcell.com/partners.htm">Partners</a></li>');
document.write('    </ul>');
document.write('  </li>');
document.write('</ul>');

document.write('<ul>');
document.write('  <li><a href="http://www.internationalstemcell.com/contact.htm" class="top_parent">Resources</a>');
document.write('    <ul>');
document.write('      <li><a href="http://www.internationalstemcell.com/contact.htm">Contact us</a></li>');
document.write('      <li><a href="http://www.internationalstemcell.com/PDFgallery.htm" target="_blank">PDF Downloads</a></li>');
document.write('      <li><a href="http://www.internationalstemcell.com/links.htm">Links</a></li>');
//document.write('      <li><a href="http://www.internationalstemcell.com/site_map.htm">Site map</a></li>');
document.write('    </ul>');
document.write('  </li>');
document.write('</ul>');

document.write('<ul>');
document.write('  <li><a href="http://www.internationalstemcell.com/news.htm" class="top_parent">News</a>');
document.write('  </li>');
document.write('</ul>');

document.write('<ul>');
document.write('  <li><a href="http://www.internationalstemcell.com/contact.htm" class="top_parent">Contact Us</a>');
document.write('  </li>');
document.write('</ul>');

//document.write('<ul>');
//document.write('  <li><a href="#" class="top_parent">Divisions</a>');
//document.write('    <ul>');
//document.write('      <li><a href="http://www.lifelinecelltech.com/" target="_blank">Lifeline Cell Technology</a></li>');
//document.write('      <li><a href="lsc.htm">Lifeline Skin Care</a></li>');
//document.write('      <li><a href="usb.htm">Uni Stem Cell Bank</a></li>');
//document.write('      <li><a href="site_map.htm">Site map</a></li>');
//document.write('    </ul>');
//document.write('  </li>');
//document.write('</ul>');

document.write ('</div></div>');