// DESCRIPTION: common _display libraries object javascript
// VERSION: 2.0.0
// LEAD DEVELOPER: Keith Savoie
// CO-DEVELOPERS: Chris McCain
// COPYRIGHT: Leopard Inc. Omaha, NE 402-422-0150
// DIST: LIMS is the exclusive property of Leopard Inc. Omaha, NE.
// DIST: This code and all supporting elements can not be redistributed
// DIST: or used in any other capacity other than originally contracted with Leopard Inc.

function LIMS_jumpMenu(target,selObject,restore)
	{
	eval(target+".location='"+selObject.options[selObject.selectedIndex].value+"'");
	if (restore) selObject.selectedIndex=0;
	}