function pop2(file)
{
	helpwindow = window.open(file,"popup2","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=800,height=600,top=160,left=250");
	helpwindow.focus();
}

function ShowTabs ()
{
	document.getElementById("tabs").style.top = "5px";
}
	
function HideTabs () {
	document.getElementById("tabs").style.top = "-28px";
}
