

function __pptc(n,s)
{
	var m=new Modal( s)
	$("TP_"+n).Show(true)
	m.Open("TP_"+n, function(){ $("TP_"+n).Show(false)} )
}

