function testForm() {
	if (document.order.vwitem.length > 1 &&
		  (document.order.vwitem.selectedIndex == null 
		   || document.order.vwitem.selectedIndex == 0)) {
		alert('Please select a shipping option to continue.');
		return false;
	}
}
