function hov(x)
{
	document.getElementById(x).style.backgroundColor='#555';
}
function out(x)
{
	document.getElementById(x).style.backgroundColor='#f5f5f5';
	document.getElementById(x).blur();
}
function codeud(x)
{
	if(x)
	{
		var a = '<';
		var y = a+'!-- *** Start TeamSpeak Web Viewer Code *** -->\n'+a+'script type=\"text/javascript\" src=\"http://www.tswebviewer.com/tsdisplay.php?id='+x+'\">'+a+'/script>\n'+a+'noscript>'+a+'div>'+a+'a href=\"http://www.tswebviewer.com/\">\n'+a+'img src=\"http://www.tswebviewer.com/tswv/tswvnew/images/tswebviewer.png\" alt=\"tswebviewer.com\" />\n'+a+'/a>'+a+'/div>'+a+'/noscript>\n'+a+'!-- *** End TeamSpeak Web Viewer Code *** -->';

	}
	else
	{
		y='';
	}
	document.getElementById('code').value = y;
}