/*
############################################################################
#
# Part of the Jones Soda site code
# Copyright (C) 2006 Damon Harper
# usrbin design + programming - http://usrbin.ca/
#
# This program is governed by the agreed upon license between Damon Harper
# d.b.a. usrbin design + programming, and AMG Media Inc.  This program may
# be modified for internal use but may not be sold or otherwise distributed
# without express written permission from the copyright holder.
#
############################################################################
*/

function goto_step(step) {
  document.forms['default'].elements['target_step'].value=step;
  document.forms['default'].submit();
}
