function tB1_show()
{
	window.tB1.style.display='';
}
function tB1_hide()
{
	window.tB1.style.display='none';
}