function gotocommunity (selectbox)
{
	location.href = (selectbox.value);
}
function tgbg()
{
	if(document.body.style.backgroundImage != 'url(images/bg_top.gif)')
	{
		document.body.style.backgroundRepeat = 'repeat';
	}
}
