<!--
function popmain()
   {
   if (navigator.appName == 'Netscape')
	{
	window.open('index1.html','tdxmain','screenX=100,screenY=20,resizeable=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,toolbar=0,width=789,height=600');
	}
   else if (navigator.appName == 'Microsoft Internet Explorer')
	{
	window.open('index1.html','tdxmain','screenX=100,screenY=20,resizeable=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,toolbar=0,width=799,height=600');
   	}
   }

function screenshotbig(fname)
   {
	window.open(fname,'screenshot','screenX=100,screenY=20,resizeable=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,toolbar=0,width=630,height=410');
   }
//-->

