<!-- Copyright (C) 2009 DNA Bank Network
http://www.dnabank-network.org

The contents of this file are subject to the Mozilla Public License Version 1.1
See LICENSE.TXT at the top of this package for the full license terms. -->

<?php
    include("head.php");
    include("auth.php");
    include ("Log.php");
?>
<html>

<head>
<meta http-equiv="Content-Language" content="de">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" type="text/css" href="style.css">
<SCRIPT LANGUAGE="JavaScript1.1" src="functions.js"></SCRIPT>
<title>DNA Bank Network</title>
</head>


<body>

<table border="0" id="table1">
<form method="POST" action="Query.php" name="formular">
	<tr>
		<td width="107px">
		<img border="0" src="images/Logo-DNA-Bank-Network.jpg" width="107" height="59"></td>
    <td align="left" valign="top">

		<?php 
      if(isset($_SESSION['login']) or $_SESSION['login'])
      {
    echo "<table border='0' id='log2'><tr><td>Logged in as: ";
    $log = $_SESSION['log'];
    echo $log; 
    echo ". </td><td><i>";
     if(isset($_COOKIE['test']) or $_COOKIE['test']) {
  
    include ("shop.php"); }
    echo "</i></td></tr></table>";}
    ?>
    </td>
		<td id="NaviImpressum" align="right">
		<?php 
    include ("TableImpressum.php"); ?>
		<table border="0"><tr><td><?php include "header.php"; ?></td><td align="right">
				
					<p><input type="text" name="formSearch" id="Search" autocomplete="off"><input type="submit" name="formSubmitSearch" value="Search" id="button"></td></tr></table>	
		</td>
	</tr>
	<tr>
		<td height="105" colspan="3" background="images/image.jpg"></td>
	</tr>
	<tr>
		<td height="10" width="100%" colspan="3">
		<?php
    $v12 = true;
    include ("TableNavi.php"); ?>
		</td>
	</tr>
	<tr><td></td><td valign="top" colspan="2">
		<table border="0" id="TableTextSmall2">
			<tr>
				<td>
		<h2>DNA Ordering</h2>
		</td>
			</tr>
			<tr>
				<td>
		<h3>Quality</h3>
		The stored DNA material derives either from molecular research work 
		performed at the network partners or from donations by researchers at 
		other institutions. In general the DNA is well suited for PCR-based 
		amplifications. Information about DNA quality and concentration is 
		online available in the associated database. It has to be taken into 
		account that DNA amounts vary, depending on source materials and 
		extraction methods; therefore, DNA quality cannot be guaranteed. The 
		samples are stored at &#8211;80蚓 and are cleaned to such an extent that they 
		are stable at ambient temperatures during transfer.<p>&nbsp;</td>
			</tr>
	
			<tr>
				<td>
		<h3>Costs</h3>
		DNA samples are available at prime cost (to cover extraction, storage, 
		documentation, handling and shipping), exclusively for scientific and 
		educational purposes. In general, aliquots of 25 痞 are sent.<p>&nbsp;</td>
			</tr>
			</table>
		</td>
	</tr>
</table>
<?php include ("Piwik.js"); ?>
</body>

</html>