var subartists='0';

function menuswap(thesub)
{
if (thesub=='navartists')
	{if (subartists=='0') {document.getElementById(thesub).style.display = 'block'; subartists='1';}
	else {document.getElementById(thesub).style.display = 'none'; subartists='0';}}
}