function PrintHeader()
{
	document.write('<tr><td colspan="3" align="right" valign="bottom" background="images/barra.png" height="65" style="background-repeat: no-repeat;">');
	document.write('<div style="width: 280px; padding: 4px; margin-bottom: 8px">| <a href="contacts.html" class="header">Contact Us</a> </div>');
	//document.write('<div class="header"><a href="contacts.html" class="header">CONTACT US</a> | </div>');	
	document.write('</td></tr>');
}

function PrintMenu()
{
	document.write('<tr><td colspan="3" valign="top" background="images/menu.png" height="43" class="menu">');
	document.write('<div style="margin-top: 4px">');
	document.write('&nbsp;&nbsp;&nbsp;<a href="index.html" class="menu">HOME</a>&nbsp;&nbsp;|');
	document.write('&nbsp;&nbsp;<a href="company.html" onmouseover="buttonMouseover(event,\'menu1\')" class="menu">ABOUT US</a>&nbsp;&nbsp;|');
	document.write('&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|');
	document.write('&nbsp;&nbsp;<a href="tech.html" onmouseover="buttonMouseover(event,\'menu2\')" class="menu">TECHNOLOGY</a>&nbsp;&nbsp;|');
	document.write('&nbsp;&nbsp;<a href="network.html" onmouseover="buttonMouseover(event,\'menu3\')" class="menu">PARTNERING</a>&nbsp;&nbsp;|');
		document.write('</div></td></tr>');
	InsertMenu();
}

function PrintLeftPanel(section)
{
	if (section == "home")
		image = "img_bipca.jpg";
	else if (section == "aboutus")
		image = "img_aboutus.jpg";
	else if (section == "contacts")
		image = "img_contacts.jpg";
	else if (section == "network")
		image = "img_network.jpg";
	else if (section == "order")
		image = "img_order.jpg";
	else if (section == "products")
		image = "img_products.jpg";
	else if (section == "research")
		image = "img_research.jpg";
	else
		image = "img_bipca.jpg";

	document.write('<td width="140" valign="top" class="left"><img src="images/' + image + '" border="0">');
	
	document.write('<hr size="1">');
	document.write('<p style="text-align: left;"><b><i>May, 2007</i></b><br>Bionucleon and Bioindustrypark enter collaboration agreement. </p>');
	
	document.write('<hr size="1">');
	document.write('<p style="text-align: left;"><b><i>October, 2006</i></b><br>Bionucleon finances a PhD thesis focused on <i>"Complex systems in medicine and life science"</i> in collaboration with the Cancer Dep. of Universit&#224; degli Studi di Torino.</p>');
	
	document.write('<hr size="1">');
	
	document.write('</td><td>&nbsp;&nbsp;</td>');
}

function PrintFooter()
{
	document.write('<tr><td colspan="3" height="8"></td></tr>');
	document.write('<tr><td colspan="3"><img src="images/bottomrow.gif" width="900" height="10" border="0"></td></tr>');
	document.write('<tr><td colspan="3" height="8"></td></tr>');
	document.write('<tr><td colspan="3" align="center" style="font-size: 8pt;">');
	document.write('Copyright &#169; 2005-07, <strong>Bionucleon Srl</strong> - IT05140231217 - Web design by <a href="http://www.aethia.com" target="_blank">Aethia Srl</a>');
	document.write('</td></tr>');
}
