var GreenbrierProductName = new Array(20)
   GreenbrierProductName[0] = '';
var GreenbrierProductCost = new Array(20)
   GreenbrierProductCost[0] = '';

   GreenbrierProductName[1] ='Bike_Racing';
   GreenbrierProductCost[1] ='65.00';

   GreenbrierProductName[2] ='Skier';
   GreenbrierProductCost[2] ='65.00';

   GreenbrierProductName[3] ='Yachtsman';
   GreenbrierProductCost[3] ='68.00';

   GreenbrierProductName[4] ='Fisherman';
   GreenbrierProductCost[4] ='65.00';

   GreenbrierProductName[5] ='Golfer';
   GreenbrierProductCost[5] ='65.00';

   GreenbrierProductName[6] ='Kayak';
   GreenbrierProductCost[6] ='65.00';

   GreenbrierProductName[7] ='Motorcycle';
   GreenbrierProductCost[7] ='75.00';

   GreenbrierProductName[8] ='Snowboard';
   GreenbrierProductCost[8] ='65.00';

   GreenbrierProductName[9] ='Tennis';
   GreenbrierProductCost[9] ='65.00';

   GreenbrierProductName[10] ='Chef';
   GreenbrierProductCost[10] ='68.00';

   GreenbrierProductName[11] ='Runner';
   GreenbrierProductCost[11] ='65.00';

   GreenbrierProductName[12] ='Scuba';
   GreenbrierProductCost[12] ='65.00';

   GreenbrierProductName[13] ='http://www.greenbriervt.com/images/gift-shop/bridal_registry/Lynch-heather_05/white-serv-plate_big.jpg';
   GreenbrierProductCost[13] ='http://www.greenbriervt.com/images/gift-shop/bridal_registry/Lynch-heather_05/white-serv-plate_mid.jpg';

   GreenbrierProductName[14] ='http://www.greenbriervt.com/images/gift-shop/wedding/blue-bowl_big.jpg';
   GreenbrierProductCost[14] ='http://www.greenbriervt.com/images/gift-shop/wedding/blue-bowl_mid.jpg';

   GreenbrierProductName[15] ='http://www.greenbriervt.com/images/gift-shop/wedding/chip-black-grey_big.jpg';
   GreenbrierProductCost[15] ='http://www.greenbriervt.com/images/gift-shop/wedding/chip-black-grey_mid.jpg';

   GreenbrierProductName[16] ='http://www.greenbriervt.com/images/gift-shop/wedding/chip-garden-pot_big.jpg';
   GreenbrierProductCost[16] ='http://www.greenbriervt.com/images/gift-shop/wedding/chip-garden-pot_mid.jpg';

   GreenbrierProductName[17] ='http://www.greenbriervt.com/images/gift-shop/wedding/chip-red-bamboo_big.jpg';
   GreenbrierProductCost[17] ='http://www.greenbriervt.com/images/gift-shop/wedding/chip-red-bamboo_med.jpg';

   GreenbrierProductName[18] ='http://www.greenbriervt.com/images/gift-shop/wedding/chip-tuscan-grapes_big.jpg';
   GreenbrierProductCost[18] ='http://www.greenbriervt.com/images/gift-shop/wedding/chip-tuscan-grapes_mid.jpg';

   GreenbrierProductName[19] ='http://www.greenbriervt.com/images/gift-shop/wedding/chip-tuscan-grapes-sq_big.jpg';
   GreenbrierProductCost[19] ='http://www.greenbriervt.com/images/gift-shop/wedding/chip-tuscan-grapes-sq_mid.jpg';

   GreenbrierProductName[20] ='http://www.greenbriervt.com/images/gift-shop/wedding/green-marble-cheese_big.jpg';
   GreenbrierProductCost[20] ='http://www.greenbriervt.com/images/gift-shop/wedding/green-marble-cheese_mid.jpg';



function payPal_submit(){
thisForm=document.addToCart;
thisForm.amount.value=GreenbrierProductCost[thisForm.custom.value];
thisForm.os0.value=GreenbrierProductName[thisForm.custom.value];

} //end process_form


function process_form_netrate(){

thisForm=document.SearchForm;
thisForm.inMonth.value=thisForm.arrivalDateMonth.options[thisForm.arrivalDateMonth.selectedIndex].value;
thisForm.inDay.value=thisForm.arrivalDateDay.options[thisForm.arrivalDateDay.selectedIndex].value;
thisForm.inYear.value=thisForm.arrivalDateYear.options[thisForm.arrivalDateYear.selectedIndex].value;


} //end process_form_netrate

