<!-- 
var ns=(document.layers);
var ie=(document.all);
var ns6=((document.getElementById) && (!navigator.userAgent.indexOf('Opera') != -1));
var old=(parseInt(navigator.appVersion) <=3);
var mac=(navigator.appName == "Microsoft Internet Explorer" && (navigator.appVersion.indexOf("Mac") != -1 || navigator.appVersion.indexOf("3.1") != -1));
	function checkBrowser01() 
	   {

		if(ie) {
		var width = 1;
		var height = 1;

			width = (screen.width - 780) / 2;
			height = (screen.height - 530) / 2;

              window.open('800/index_ie.html','DIGI07',"toolbar=no,directories=no,status=no,menubar=no,location=no,scrollbars=no,resizable=no,fullscreen=0,top=0,left=0,width=780,height=530,top="+height+",left="+width);
		}	
		else {
		var width = 1;
		var height = 1;

			width = (screen.width - 793) / 2;
			height = (screen.height - 533) / 2;

              window.open('800/index_ns.html','DIGI07',"toolbar=no,directories=no,status=no,menubar=no,location=no,scrollbars=no,resizable=no,fullscreen=0,top=0,left=0,width=793,height=533,top="+height+",left="+width);
			}

	   }

	function checkBrowser02() 
	   {

		if(ie) {
		var width = 1;
		var height = 1;

			width = (screen.width - 1000) / 2;
			height = (screen.height - 690) / 2;

              window.open('1024/index2_ie.html','DIGI08',"toolbar=no,directories=no,status=no,menubar=no,location=no,scrollbars=no,resizable=no,fullscreen=0,top=0,left=0,width=1000,height=690,top="+height+",left="+width);
		}	
		else {
		var width = 1;
		var height = 1;

			width = (screen.width - 1013) / 2;
			height = (screen.height - 693) / 2;

              window.open('1024/index2_ns.html','DIGI08',"toolbar=no,directories=no,status=no,menubar=no,location=no,scrollbars=no,resizable=no,fullscreen=0,top=0,left=0,width=1013,height=693,top="+height+",left="+width);
			}

	   }
//-->
