function popupTetC(doc)
{
	window.open(doc,
				null,
				"status=0,height=300,width=500,resizable=0,scrollbars=1,menubar=0,location=0"
	);
}