name="enterprise"

function openWindow(theURL,winName,features)
{
	window.open(theURL,winName,features);
}

function openwin(page)
{
	window.open(page + '.htm','Resource','toolbar=no,location=no,directories=no,status=yes,menubar=no,resizable=no,copyhistory=no,scrollbars=yes,width=380,height=420');
}

function onColor(blah)
{
	blah.style.backgroundColor='ccccff';
}

function offColor(blah)
{
	blah.style.backgroundColor='f0f0f0';
}

function onColor2(blah)
{
	blah.style.backgroundColor='6699ff';
}

function offColor2(blah)
{
	blah.style.backgroundColor='333399';
}

function top20()
{
	window.open('http://top9.com/top99s/top99_search_engines.html','Top20','toolbar=no,location=no,directories=no,status=yes,menubar=no,resizable=no,copyhistory=no,scrollbars=yes,width=450,height=700');
}

function popup(page,h,w)
{
	window.open(page + '.htm','Popup','toolbar=no,location=no,directories=no,status=yes,menubar=no,resizable=no,copyhistory=no,scrollbars=yes,width=w,height=h');
}
/*
function eIn(o)
{
	if (document.all && document.all[o]!=null)  document.all[o].style.visibility='visible';
}
*/
function eIn(o)
{
	 document.getElementById(o).style.visibility='visible';
}
function eOut(o)
{
	document.getElementById(o).style.visibility='hidden';
}

function clearEmail()
{
	if (document.expressLogin.UserNM.value == "Email")
	{
		document.expressLogin.UserNM.value = "";
	} else {
		return;
	}
}