/*
 * $Id: kyroads.js,v 3.2 2004-01-29 03:15:53 jeffrey Exp $
 * 
 * NOTICE
 * 
 * This document is copyright 1997-2004 by Jeffrey Carlyle.
 * No part of this document may be reproduced without
 * the permission of Jeffrey Carlyle.
 * 
 * <mailto:jeffrey@carlyle.org>
 * <http://www.jeffc.org/>
 *
 */

function jumpToChange(obj)
{
  var target=obj.options[obj.selectedIndex].value;
  
  if((target!='-')&&(target!='--'))
    location=target;

  return true;
}
