
function TLINK(x)
	{
	location.href=x
	}

function OLINK(x)
	{
	window.open(x,"newWin","toolbar=yes,location=yes,menubar=yes,resizable=yes,directories=yes,status=yes,scrollbar=yes,titlebar=yes," ); 
	}