// JavaScript Document

var pop;

function tt(filenum,wdth,hght)
{
	if(pop!=undefined)
	{
		pop.close();
	}
	pop = window.open("popup/popup_"+filenum+".htm","p","width="+wdth+",height="+hght+",scrollbars=no");

}

