function planeClick(n)
{
	if (n.childNodes[0] && n.childNodes[0].href)
		location.href=n.childNodes[0].href;
}

