function TCPopup()
{
	window.open("popups/TCPopup.aspx", '','scrollbars=yes,height=600,width=550,resizable=no,status=yes');
}

