// Copyright 2001-2008 Digital Dutch (www.digitaldutch.com) function gotonewpage(what) { value = what.options[what.selectedIndex].value; if (value == "") return; window.location.href = value; }
Generated with Arles Image Web Page Creator