﻿<!--
var ns4 = document.layers;
var ns6 = document.getElementById&&!document.all;
var ie4 = document.all;

if (ns4)
	{
		local_formSE=document.mainFrmSE;
	}
else if (ns6)
	{
		local_formSE=document.getElementById("mainFrmSE");
	}
else if (ie4)
	{
		local_formSE=document.all.mainFrmSE;
	}

function noenter()
{
return !(window.event && window.event.keyCode == 13);
return !(window.which && window.which == 13);
}

-->