	<!-- // begin hiding
 
var value = null;
function OpenWin(value,winname,wval,hval) 
	{
	window.open(value,winname,'resizable=yes,width=' + wval + ',height=' + hval + ',status=no,location=no,toolbar=no,menubar=no,scrollbars=yes');
	}

var value = null;
function A(value) 
	{
	window.open('article.asp?id='+value,'A','resizable=yes,width=600,height=600,status=no,location=no,toolbar=no,menubar=no,scrollbars=yes');
	}		


function confirmSubmit()
{
var agree=confirm("Are you sure you wish to continue?");
if (agree)
	return true ;
else
	return false ;
}

function ResizeToFit()
{
var imgWidth
var imgHeight

imgWidth = document.imgAlt.width + 100
imgHeight = document.imgAlt.height + 80

window.resizeTo(imgWidth, imgHeight)
}

function imgswap(primary, imgname1)
{
 eval("document." + primary + ".src = '" + imgname1 + "'");

}
defaultStatus = "TRV.EE ";

function L(value) 
	{
	window.open('admin.asp','A','resizable=yes,width=200,height=150,status=no,location=no,toolbar=no,menubar=no,scrollbars=yes');
	}

function PickList(oDoc,cValue,cTable,cField)
{
window.open("picklist.asp?backf="+oDoc+"&cValue="+cValue+"&cTable="+cTable+"&cField="+cField,"picklist", "height=400, width=300,scrollbars=yes , resizeable=yes,","");
}

	// end hiding -->
