// JavaScript Document
function tdClick(url)
{
	top.location.href=url;	
}