/**	Provides a javascript function used on every page of the Carson Group design
	and on the visit registration webpage.

	+ 2004-02-11 kloor: Updated documentation, added changelog. */

/** This function comes from elsewhere, probable Macromedia Dreamweaver. */
function MM_jumpMenu(targ, selObj, restore) {
	eval(targ + ".location='" + selObj.options[selObj.selectedIndex].value + "'");

	if (restore) {
		selObj.selectedIndex=0;
	}
}
