function showArchiveAndHome( sampleName )
{
	var new_th = document.createElement( "th" );
	new_th.innerHTML = 'Archive - [<a href="../'+sampleName+'.zip">zip</a>] [<a href="../'+sampleName+'.tar.gz">tar</a>]' ;
	document.getElementById("arow").appendChild(new_th);
}