function tcpopup(key, width, height)
{
	if (!width) width = 400;
	if (!height) height = 400;
	var left = (screen.availWidth-width)/2;
	var top = (screen.availHeight-height)/2;
	var tcpopup = window.open("/common/shared/solutions/popup.aspx?t=" + escape(idSite) + "&p=" + escape(idDocSite) + "&id="+ escape(key),"tcpopup","width="+width+",height="+height+",toolbar=no,scrollbars=yes,status=no,resizable=yes,left="+left+",top="+top);
	if (tcpopup) tcpopup.focus();
}
function tcdts()
{
	var width = 668;
	var height = 668;
	var left = (screen.availWidth-width)/2;
	var top = (screen.availHeight-height)/2;
	var tcdts = window.open("","tcdts","width="+width+",height="+height+",toolbar=no,scrollbars=yes,status=no,resizable=yes,left="+left+",top="+top);
	if (tcdts) tcdts.focus();
}
