// Open a Link in a new window (XHTML Strict doesn't allow target)
function ct(obj) 
{
	obj.target = '_blank';
}