﻿<!-- Begin Change Value In Paypal Form
// Copyright Maxbal Genealogy 2007 - All rights reserved
// This script may not be used without permission

// Updates price and item number in PaypPal form depending on option selected



function UpdateItemCode(form)
{

// Heirloom Charts Code

valid = true;

if ( form.handling_cart.selectedIndex == 0 )
   		{
        	alert ( "Please select the postage zone from the dropdown box.");
        	valid = false;
    	}

// form.os0.selectedIndex = 0
// form.quantity.value = "1";
  return valid;
}

// End -->

