
function initNews()
{
	DHTML = (document.getElementById || document.all || document.layers)
	if (!DHTML) return;
}

function n1(val)
{
	if (!DHTML) return;
	var f = new getObj('news1');
	f.style.visibility = val;
}

function n2(val)
{
	if (!DHTML) return;
	var f = new getObj('news2');
	f.style.visibility = val;
}

function n3(val)
{
	if (!DHTML) return;
	var f = new getObj('news3');
	f.style.visibility = val;
}

function n4(val)
{
	if (!DHTML) return;
	var f = new getObj('news4');
	f.style.visibility = val;
}

function n5(val)
{
	if (!DHTML) return;
	var f = new getObj('news5');
	f.style.visibility = val;
}

function n6(val)
{
	if (!DHTML) return;
	var f = new getObj('news6');
	f.style.visibility = val;
}

function n7(val)
{
	if (!DHTML) return;
	var f = new getObj('news7');
	f.style.visibility = val;
}

function n8(val)
{
	if (!DHTML) return;
	var f = new getObj('news8');
	f.style.visibility = val;
}

function n9(val)
{
	if (!DHTML) return;
	var f = new getObj('news9');
	f.style.visibility = val;
}

function n10(val)
{
	if (!DHTML) return;
	var f = new getObj('news10');
	f.style.visibility = val;
}

function n11(val)
{
	if (!DHTML) return;
	var f = new getObj('news11');
	f.style.visibility = val;
}

function n12(val)
{
	if (!DHTML) return;
	var f = new getObj('news12');
	f.style.visibility = val;
}

function n13(val)
{
	if (!DHTML) return;
	var f = new getObj('news13');
	f.style.visibility = val;
}

function n14(val)
{
	if (!DHTML) return;
	var f = new getObj('news14');
	f.style.visibility = val;
}

function n15(val)
{
	if (!DHTML) return;
	var f = new getObj('news15');
	f.style.visibility = val;
}

function n16(val)
{
	if (!DHTML) return;
	var f = new getObj('news16');
	f.style.visibility = val;
}
function getObj(name)
{
  if (document.getElementById)
  {
    this.obj = document.getElementById(name);
	this.style = document.getElementById(name).style;
  }
  else if (document.all)
  {
    this.obj = document.all[name];
	this.style = document.all[name].style;
  }
  else if (document.layers)
  {
   	this.obj = document.layers[name];
   	this.style = document.layers[name];
  }
}

