function init() 
{
	if (!document.getElementById) return
	var imgOriginSrc
	var imgTemp = new Array()
	var imgarr = document.getElementsByTagName('img')
	for (var i = 0; i < imgarr.length; i++) {
		if (imgarr[i].getAttribute('hsrc')) {
				imgTemp[i] = new Image()
				imgTemp[i].src = imgarr[i].getAttribute('hsrc')
				imgarr[i].onmouseover = function() {
						imgOriginSrc = this.getAttribute('src')
						this.setAttribute('src',this.getAttribute('hsrc'))
				}
				imgarr[i].onmouseout = function() {this.setAttribute('src',imgOriginSrc)}
		}
	}
}

function preload_images()
{

  image1on = new Image();
  image1on.src = "/images/head_r1_b_home_on.gif";

  image2on = new Image();
  image2on.src = "/images/head_r1_c_email_on.gif";

  image1off = new Image();
  image1off.src = "/images/head_r1_b_home_off.gif";

  image2off = new Image();
  image2off.src = "/images/head_r1_c_email_off.gif";

}

function turnOn(imagename) {
  if (document.images) {
    document[imagename].src = eval(imagename + "on.src");
  }
}

function turnOff(imagename) {
  if (document.images) {
    document[imagename].src = eval(imagename + "off.src");
  }
}

function horizontal_menu()
{
  document.write("<a href=\"/\" onMouseOver=\"turnOn('image1')\" onMouseOut=\"turnOff('image1')\"><img src = \"/images/head_r1_b_home_off.gif\" name=\"image1\" border=\"0\" width=\"75\" height=\"82\" align=\"bottom\"></a>");
  document.write("<a href=\"/about/contact_us.htm\" onMouseOver=\"turnOn('image2')\" onMouseOut=\"turnOff('image2')\"><img src = \"/images/head_r1_c_email_off.gif\" name=\"image2\" border=\"0\" width=\"73\" height=\"82\" align=\"bottom\"></a>");
}

function bioscience_main()
{
  document.write("<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0\" width=\"442\" height=\"218\">");
  document.write("<param name=movie value=\"/bioscience_main.swf\">");
  document.write("<param name=quality value=high>");
  document.write("<param name=wmode value=transparent>");
  document.write("<embed src=\"/bioscience_main.swf\" quality=high wmode=transparent width=442 height=218 pluginspage=\"http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash\" type=\"application/x-shockwave-flash\">");
  document.write("</embed>");
  document.write("</object>");
}

function bioscience_set1()
{
  document.write("<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0\" width=\"442\" height=\"218\">");
  document.write("<param name=movie value=\"/bioscience_set1.swf\">");
  document.write("<param name=quality value=high>");
  document.write("<param name=wmode value=transparent>");
  document.write("<embed src=\"/bioscience_set1.swf\" quality=high wmode=transparent width=442 height=218 pluginspage=\"http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash\" type=\"application/x-shockwave-flash\">");
  document.write("</embed>");
  document.write("</object>");
}


function bioscience_set2()
{
  document.write("<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0\" width=\"442\" height=\"218\">");
  document.write("<param name=movie value=\"/bioscience_set2.swf\">");
  document.write("<param name=quality value=high>");
  document.write("<param name=wmode value=transparent>");
  document.write("<embed src=\"/bioscience_set2.swf\" quality=high wmode=transparent width=442 height=218 pluginspage=\"http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash\" type=\"application/x-shockwave-flash\">");
  document.write("</embed>");
  document.write("</object>");
}


function bioscience_top()
{
document.write("<table width='800' border='0' cellpadding='0' cellspacing='0' align='center' style='font: 11px arial, helvetica, tahoma;'>");
document.write("<tr valign=top>");
document.write("<td width=316>");
document.write("<img src=/images/head_l1.gif width=316 height=131><br>");
document.write("<img src=/images/head_l2.jpg width=316 height=50><br>");
document.write("<table width=316 border=0 cellpadding=0 cellspacing=0 background=/images/topmenu_bg.gif>");
document.write("<tr>");
document.write("<td width=316 height=125 style='padding-top: 10px; padding-right: 7px; text-align: right; vertical-align: top;'><a href='/project_management/'><img src='/images/topmenu_01_off.gif' hsrc='/images/topmenu_01_on.gif' width='148' height='17' border='0' hspace='3' vspace='2'></a><a href='/project_oversight/'><img src='/images/topmenu_02_off.gif' hsrc='/images/topmenu_02_on.gif' width=148 height=17 border=0 hspace=2 vspace=2></a><a href='/requirements_analysis/'><img src=/images/topmenu_03_off.gif hsrc=/images/topmenu_03_on.gif width=148 height=17 border=0 hspace=3 vspace=5></a><a href='/strategic_planning/'><img src=/images/topmenu_04_off.gif hsrc=/images/topmenu_04_on.gif width=148 height=17 border=0 hspace=2 vspace=5></a><a href='/clients/'><img src=/images/topmenu_05_off.gif hsrc=/images/topmenu_05_on.gif width=148 height=17 border=0 hspace=3 vspace=2></a><a href='/careers/'><img src=/images/topmenu_06_off.gif hsrc=/images/topmenu_06_on.gif width=148 height=17 border=0 hspace=2 vspace=2></a><a href='/about/'><img src='/images/topmenu_07_off.gif' hsrc='/images/topmenu_07_on.gif' width=148 height=17 border=0 hspace=3 vspace=2></a><a href='/about/contact_us.htm'><img src='/images/topmenu_08_off.gif' hsrc='/images/topmenu_08_on.gif' width=148 height=17 border=0 hspace=2 vspace=2></a></td>");
document.write("</tr>");
document.write("</table>");
document.write("</td>");
document.write("<td background=/images/head_rbg.jpg>");
document.write("<img src=/images/head_r1_a.gif border=0 width=149 height=82>");
document.write("<script>horizontal_menu();</script>");
document.write("<img src=/images/head_r1_d.gif border=0 width=147 height=82><br>");
document.write("<script>bioscience_main();</script>");
document.write("</td></tr></table><br>");
}

function bioscience_top_set1()
{
document.write("<table width='800' border='0' cellpadding='0' cellspacing='0' align='center' style='font: 11px arial, helvetica, tahoma; border: solid 1px #3F3A34;'>");
document.write("<tr valign=top>");
document.write("<td width=316>");
document.write("<img src=/images/logo_316px_99px.jpg width=316 height=99><br>");
document.write("<img src='/images/intl_bioscience_blue_logo_316px.jpg' border='0'><br>");
document.write("</td>");
document.write("<td background=/images/head_rbg_218px.jpg>");
document.write("<script>bioscience_set1();</script>");
document.write("</td></tr></table>");
}

function bioscience_top_set2()
{
document.write("<table width='800' border='0' cellpadding='0' cellspacing='0' align='center' style='font: 11px arial, helvetica, tahoma; border: solid 1px #3F3A34;'>");
document.write("<tr valign=top>");
document.write("<td width=316>");
document.write("<img src=/images/logo_316px_99px.jpg width=316 height=99><br>");
document.write("<img src='/images/intl_bioscience_blue_logo_316px.jpg' border='0'><br>");
document.write("</td>");
document.write("<td background=/images/head_rbg_218px.jpg>");
document.write("<script>bioscience_set2();</script>");
document.write("</td></tr></table>");
}

function footer()
{
  document.write("<div style='background-color: #CCD6EE; border-width: 1px; border-style: solid; border-color: silver; padding-top: 5px; padding-bottom: 10px;'>");
  document.write("<table border='0' width='650 cellpadding='5' align='center'>");
  document.write("<tr><td align='center'>");
  document.write("<a href='/' class='text_9pt'>Home</a> &mdash; ");
  document.write("<a href='/about' class='text_9pt'>Biography</a> &mdash; ");
  document.write("<a href='/events' class='text_9pt'>Events</a> &mdash; ");
  document.write("<a href='/articles' class='text_9pt'>Articles</a> &mdash; ");
  document.write("<a href='/angel_investing' class='text_9pt'>Angel Investing</a> &mdash; ");
  document.write("<a href='/boards' class='text_9pt'>Boards</a> &mdash; ");
  document.write("<a href='/consulting' class='text_9pt'>Consulting</a> &mdash; ");
  document.write("<a href='/industry' class='text_9pt'>Industry</a><br>");

  document.write("<a href='/teaching' class='text_9pt'>Teaching</a> &mdash; ");
  document.write("<a href='/science' class='text_9pt'>Science</a> &mdash; ");
  document.write("<a href='/biotech_center' class='text_9pt'>Biotech Center</a> &mdash; ");
  document.write("<a href='/photo' class='text_9pt'>Photos</a> &mdash; ");
  document.write("<a href='/video' class='text_9pt'>Webcasts</a> &mdash; ");
  document.write("<a href='/links' class='text_9pt'>Links</a> &mdash; ");
  document.write("<a href='/about/contact_us.htm' class='text_9pt'>Contact Us</a>");
  document.write("</td></tr></table>");
  document.write("</div>");
}

function event_header_and_footer()
{
  document.write("<ul>");
  document.write("<li><a href='/events/' class='text_10pt'>Current Events</a></li>");
  document.write("<li>Archive Events: <a href='index_2008.htm' class='text_10pt'>2008</a> :: ");
  document.write("<a href='index_2007.htm' class='text_10pt'>2007</a> ::");
  document.write("<a href='index_2006.htm' class='text_10pt'>2006</a> ::");
  document.write("<a href='index_2005.htm' class='text_10pt'>2005</a> :: ");
  document.write("<a href='index_2004.htm' class='text_10pt'>2004</a>  :: ");
  document.write("<a href='index_1995.htm' class='text_10pt'>1995</a> (Pierce Brosnan meeting)</li>");
  document.write("</ul>");
}


function which_browser() {
// Browser Detection Javascript
// copyright 1 February 2003, by Stephen Chapman, Felgall Pty Ltd

// You have permission to copy and use this javascript provided that
// the content of the script is not changed in any way.

var agt=navigator.userAgent.toLowerCase();
if (agt.indexOf("opera") != -1) return 'Opera';
if (agt.indexOf("staroffice") != -1) return 'Star Office';
if (agt.indexOf("webtv") != -1) return 'WebTV';
if (agt.indexOf("beonex") != -1) return 'Beonex';
if (agt.indexOf("chimera") != -1) return 'Chimera';
if (agt.indexOf("netpositive") != -1) return 'NetPositive';
if (agt.indexOf("phoenix") != -1) return 'Phoenix';
if (agt.indexOf("firefox") != -1) return 'Firefox';
if (agt.indexOf("safari") != -1) return 'Safari';
if (agt.indexOf("skipstone") != -1) return 'SkipStone';
if (agt.indexOf("msie") != -1) return 'Internet Explorer';
if (agt.indexOf("netscape") != -1) return 'Netscape';
if (agt.indexOf("mozilla/5.0") != -1) return 'Mozilla';
if (agt.indexOf('\/') != -1) {
if (agt.substr(0,agt.indexOf('\/')) != 'mozilla') {
return navigator.userAgent.substr(0,agt.indexOf('\/'));}
else return 'Netscape';} else if (agt.indexOf(' ') != -1)
return navigator.userAgent.substr(0,agt.indexOf(' '));
else return navigator.userAgent;
}