// JavaScript Document
function closeTab(tabname) {
	document.getElementById(tabname).style.display='none';
}
