<!--
find_page();
baseURL = "http://www.protosource.com/"; 
if (thePage == "About the Company") {
	document.write("<IMG SRC='"+baseURL+"images/nav_about_on.gif' width=150 height=35 border=0 alt='About the Company'>")
	}
	else {
	document.write("<a href='"+baseURL+"about_the_company.html' onmouseout=\"msout('image2','"+baseURL+"images/nav_about_off.gif');\"")
	document.write("onmouseover=\"msover('image2','"+baseURL+"images/nav_about_on.gif');\">")
	document.write("<img SRC='"+baseURL+"images/nav_about_off.gif' width=150 height=35 border=0 alt='About the Company' NAME='image2'></a>")
	}
if (thePage == "Board of Directors") {
	document.write("<IMG SRC='"+baseURL+"images/nav_board_on.gif' width=150 height=36 border=0 alt='Board of Directors'>")
	}
	else {
	document.write("<a href='"+baseURL+"board_of_directors.html' onmouseout=\"msout('image3','"+baseURL+"images/nav_board_off.gif');\"")
	document.write("onmouseover=\"msover('image3','"+baseURL+"images/nav_board_on.gif');\">")
	document.write("<img SRC='"+baseURL+"images/nav_board_off.gif' width=150 height=36 border=0 alt='Board of Directors' NAME='image3'></a>")
	}
if (thePage == "Financials") {
	document.write("<a href='"+baseURL+"financials.html'><IMG SRC='"+baseURL+"images/nav_financials_on.gif' width=150 height=36 BORDER=0 ALT='Financials'></a>")
	}
	else {
	document.write("<a href='"+baseURL+"financials.html' onmouseout=\"msout('image4','"+baseURL+"images/nav_financials_off.gif');\"")
	document.write("onmouseover=\"msover('image4','"+baseURL+"images/nav_financials_on.gif');\">")
	document.write("<img SRC='"+baseURL+"images/nav_financials_off.gif' width=150 height=36 border=0 alt='Financials' NAME='image4'></a>")
	}
if (thePage == "Press Releases") {
	document.write("<a href='"+baseURL+"press_releases/index.html'><IMG SRC='"+baseURL+"images/nav_press_on.gif' width=150 height=26 BORDER=0 ALT='Press Releases'></a><br><table border=0 cellpadding=0 cellspacing=0><tr><td bgcolor=#660000><IMG SRC='"+baseURL+"images/clearpixel.gif' width=1 height=5 BORDER=0 ALT='ProtoSource Corporation'><br><a href='"+baseURL+"press_releases/archives/index.html'><IMG SRC='"+baseURL+"images/nav_press_archives_on.gif' width=150 height=15 BORDER=0 ALT='Archives'></a></td></tr><tr><td bgcolor='#660000'><IMG SRC='"+baseURL+"images/clearpixel.gif' width=1 height=9 BORDER=0 ALT='ProtoSource Corporation'></td></tr><tr><td bgcolor='#FFFFFF'><IMG SRC='"+baseURL+"images/clearpixel.gif' width=1 height=1 BORDER=0 ALT='ProtoSource Corporation'></td></tr></table>")
	}
	else {
	document.write("<a href='"+baseURL+"press_releases/index.html' onmouseout=\"msout('image5','"+baseURL+"images/nav_press_off.gif');\"")
	document.write("onmouseover=\"msover('image5','"+baseURL+"images/nav_press_line_on.gif');\">")
	document.write("<img SRC='"+baseURL+"images/nav_press_off.gif' width=150 height=36 border=0 alt='Press Releases' NAME='image5'></a>")
	}
if (thePage == "Investment Opportunities") {
	document.write("<IMG SRC='"+baseURL+"images/nav_investment_on.gif' width=150 height=36 BORDER=0 ALT='Investment Opportunities'>")
	}
	else {
	document.write("<a href='"+baseURL+"investment_opportunities.html' onmouseout=\"msout('image7','"+baseURL+"images/nav_investment_off.gif');\"")
	document.write("onmouseover=\"msover('image7','"+baseURL+"images/nav_investment_on.gif');\">")
	document.write("<img SRC='"+baseURL+"images/nav_investment_off.gif' width=150 height=36 border=0 alt='Investment Opportunities' NAME='image7'></a>")
	}
if (thePage == "Contact Us") {
	document.write("<IMG SRC='"+baseURL+"images/nav_contact_on.gif' width=150 height=36 BORDER=0 ALT='Contact'>")
	}
	else {
	document.write("<a href='"+baseURL+"contact_us.html' onmouseout=\"msout('image8','"+baseURL+"images/nav_contact_off.gif');\"")
	document.write("onmouseover=\"msover('image8','"+baseURL+"images/nav_contact_on.gif');\">")
	document.write("<img SRC='"+baseURL+"images/nav_contact_off.gif' width=150 height=36 border=0 alt='Contact' NAME='image8'></a>")
	}
if (thePage == "Home") {
	document.write("")
	}
	else {
	document.write("<a href='"+baseURL+"index.html' onmouseout=\"msout('image6','"+baseURL+"images/nav_home_off.gif');\"")
	document.write("onmouseover=\"msover('image6','"+baseURL+"images/nav_home_on.gif');\">")
	document.write("<img SRC='"+baseURL+"images/nav_home_off.gif' width=150 height=36 border=0 alt='Home' NAME='image6'></a><BR><BR>")
	}
//-->