function cc(o,e,w)
{
	if (document.getElementById)
	{
		a=o.id.substring(3);
		p = "";
		r = "";
		g = e.target;
		if (g)
		{
			t = g.id;
			f = g.parentNode;
			if (f)
			{
				p = f.id;
				h = f.parentNode;
				if (h)r = h.id;
			}
		}
		else
		{
			h = e.srcElement;
			f = h.parentNode;
			if (f)p = f.id;t = h.id;
		}
		if (t==a || p==a || r==a)return true;
		if (w==1){window.open(document.getElementById(a).href);}
		else{location.href=document.getElementById(a).href;}
	}
}