// JavaScript Document
function top()
{
	var str="";
	str+="<tr>";
	str+="<td colspan='2' valign='top'><img src='images/top_img.jpg' width='780' height='115' border='0' usemap='#Map' /></td>";
	str+="</tr>";
	str+="<td height='5' colspan='2' bgcolor='#000000'></td>";
	str+="</tr>";
	str+="<tr>";
	str+="<td colspan='2' valign='top' onMouseover='hideall();'>";
	str+="<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0' width='780' height='250'>";
	str+="<param name='movie' value='media/banner.swf' />";
	str+="<param name='quality' value='high'/>";
	str+="<param name='menu'  value='false'>";
	str+="<param name='wmode'  value='transparent'>";
	str+="<embed src='media/banner.swf' menu='false' wmode='transparent' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='780' height='250'></embed>";
	str+="</object>";
	str+="</td>";
	str+="</tr>";
	str+="<map name='Map' id='Map'>";
	str+="<area shape='rect' coords='159,89,189,101' href='" + linkPath +"index.php' onMouseover='hideall();' />";
	str+="<area shape='rect' coords='211,89,251,101' href='" + linkPath +"market.html' onMouseover='hideall();'/>";
	str+="<area shape='rect' coords='275,89,327,100' href='" + linkPath +"overview.html' onMouseover='hideall();menu(0);' />";
	str+="<area shape='rect' coords='351,89,416,100' href='" + linkPath +"overview_technology.html' onMouseover='hideall();menu(1);' />";
	str+="<area shape='rect' coords='440,89,490,101' href='" + linkPath +"partners.html' onMouseover='hideall();'/>";
	str+="<area shape='rect' coords='516,89,544,100' href='" + linkPath +"news.php' onMouseover='hideall();'/>";
	str+="<area shape='rect' coords='568,89,621,101' href='" + linkPath +"investors.php' onMouseover='hideall();'/>";
	str+="<area shape='rect' coords='646,89,680,100' href='" + linkPath +"biosolar_inc.html' onMouseover='hideall();menu(2);' />";
	str+="<area shape='rect' coords='703,88,763,100' href='" + linkPath +"contact.html' onMouseover='hideall();'/>";
	str+="<area shape='rect' coords='19,4,220,62' href='" + linkPath +"index.php' />";
	str+="</map>";
	document.write(str);
}


function top2()
{
	var str="";
	str+="<tr>";
	str+="<td colspan='2' valign='top'><img src='images/top_img.jpg' width='780' height='115' border='0' usemap='#Map' /></td>";
	str+="</tr>";
	str+="<td height='5' colspan='2' bgcolor='#000000'></td>";
	str+="</tr>";
	str+="<tr>";
	str+="<td colspan='2' valign='top'>";
	str+="<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0' width='780' height='250'>";
	str+="<param name='movie' value='media/banner2.swf' />";
	str+="<param name='quality' value='high'/>";
	str+="<param name='menu'  value='false'>";
	str+="<embed src='media/banner2.swf' menu='false' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='780' height='250'></embed>";
	str+="</object>";
	str+="</td>";
	str+="</tr>";
	str+="<map name='Map' id='Map'>";
	str+="<area shape='rect' coords='159,89,189,101' href='" + linkPath +"index.php' onMouseover='hideall();'/>";
	str+="<area shape='rect' coords='211,89,251,101' href='" + linkPath +"market.html' onMouseover='hideall();' />";
	str+="<area shape='rect' coords='275,89,327,100'  href='" + linkPath +"overview.html' onMouseover='hideall();menu(0);'/>";
	str+="<area shape='rect' coords='351,89,416,100' href='" + linkPath +"overview_technology.html' onMouseover='hideall();menu(1);' />";
	str+="<area shape='rect' coords='440,89,490,101'  href='" + linkPath +"partners.html' onMouseover='hideall();'/>";
	str+="<area shape='rect' coords='516,89,544,100' href='" + linkPath +"news.php' onMouseover='hideall();'/>";
	str+="<area shape='rect' coords='568,89,621,101'  href='" + linkPath +"investors.php' onMouseover='hideall();' />";
	str+="<area shape='rect' coords='646,89,680,100' href='" + linkPath +"biosolar_inc.html' onMouseover='hideall();menu(2);'/>";
	str+="<area shape='rect' coords='703,88,763,100' href='" + linkPath +"contact.html' onMouseover='hideall();'/>";
	str+="<area shape='rect' coords='19,4,220,62' href='" + linkPath +"index.php' />";
	str+="</map>";
	document.write(str);
}

function bottom()
{
	var str="";
	str+="<tr><td colspan='2' bgcolor='#FFFFFF' height='1'></td></tr>";
	str+="<tr>";
	str+="<td colspan='2' align='center' valign='middle' class='footer_bg'><a href='" + linkPath +"index.php' class='footer'>Home</a> | <a href='" + linkPath +"market.html' class='footer'>Market</a> | <a href='" + linkPath + "overview.html' class='footer'>Products</a> | <a href='" + linkPath +"overview_technology.html' class='footer'>Technology</a> | <A href='" + linkPath +"partners.html' class='footer'>Partners</a> | <a href='" + linkPath +"news.php' class='footer'>News</a> | <a href='" + linkPath +"investors.php' class='footer'>Investors</a> | <a href='" + linkPath +"biosolar_inc.html' class='footer'>About</a> | <a href='" + linkPath +"contact.html' class='footer'>Contact Us</a>| <a href='" + linkPath +"privacy_policy.html' class='footer'>Privacy Policy</a>";
	str+="<br /><font class='copyright'>© 2007 BioSolar, Inc.</font>";
	str+="</tr>";
	document.write(str);
}


function top_inner()
{
	var str="";
	str+="<tr>";
	str+="<td colspan='2' valign='top'><img src='images/top_img.jpg' width='780' height='115' border='0' usemap='#Map' /></td>";
	str+="</tr>";
	str+="<map name='Map' id='Map'>";
	str+="<area shape='rect' coords='159,89,189,101' href='" + linkPath + "index.php' onMouseover='hideall();'/>";
	str+="<area shape='rect' coords='211,89,251,101' href='" + linkPath + "market.html' onMouseover='hideall();'/>";
	str+="<area shape='rect' coords='275,89,327,100' href='" + linkPath + "overview.html' onMouseover='hideall();menu(0);' />";
	str+="<area shape='rect' coords='351,89,416,100' href='" + linkPath +"overview_technology.html' onMouseover='hideall();menu(1);' />";
	str+="<area shape='rect' coords='440,89,490,101' href='" + linkPath +"partners.html' onMouseover='hideall();'/>";
	str+="<area shape='rect' coords='516,89,544,100' href='" + linkPath +"news.php' onMouseover='hideall();'/>";
	str+="<area shape='rect' coords='568,89,621,101' href='" + linkPath +"investors.php' onMouseover='hideall();'/>";
	str+="<area shape='rect' coords='646,89,680,100' href='" + linkPath +"biosolar_inc.html' onMouseover='hideall();menu(2);' />";
	str+="<area shape='rect' coords='703,88,763,100' href='" + linkPath +"contact.html' onMouseover='hideall();'/>";
	str+="<area shape='rect' coords='19,4,220,62' href='" + linkPath +"index.php' />";
	str+="</map>";
	document.write(str);
}


	
	
	
	
	
	
    	
	
	
    	
			
          	
          	
			
          	
  	  		
		
	
	
	
			
	  	