// JavaScript Document
	function multi(){
		var forma = document.app_form1;
		var myStuffs = "";
		/***** LIVING ROOM *****/
		var PortableBar				=	forma.txtLR_portable_bar.value			* forma.LR_PortableBar.value;
		myStuffs += "&PortableBar=" + forma.txtLR_portable_bar.value;
		
		var BookCase				=	forma.txtLR_bookcase.value				* forma.LR_Bookcase.value;
		myStuffs += "&BookCase=" + forma.txtLR_bookcase.value;
		
		var SectionalBookshelves	=	forma.txtLR_sectional_bookshelves.value	* forma.LR_SectionalBookshelves.value;
		myStuffs += "&SectionalBookshelves=" + forma.txtLR_sectional_bookshelves.value;
		
		var ArmChair				=	forma.txtLR_arm_chair.value				* forma.LR_ArmChair.value;
		myStuffs += "&ArmChair=" + forma.txtLR_arm_chair.value;
		
		var OccasionalChair			=	forma.txtLR_occasional_chair.value		* forma.LR_OccasionalChair.value;
		myStuffs += "&OccasionalChair=" + forma.txtLR_occasional_chair.value;
		
		var OverstuffedChair		=	forma.txtLR_overstuffed_chair.value		* forma.LR_OverstuffedChair.value;
		myStuffs += "&OverstuffedChair=" + forma.txtLR_overstuffed_chair.value;
		
		var RockerChair				=	forma.txtLR_rocker_chair.value			* forma.LR_RockerChair.value;
		myStuffs += "&RockerChair=" + forma.txtLR_rocker_chair.value;
		
		var StraightChair			=	forma.txtLR_straight_chair.value		* forma.LR_StraightChair.value;
		myStuffs += "&StraightChair=" + forma.txtLR_straight_chair.value;
		
		var GrandfatherClock		=	forma.txtLR_grandfather_clock.value		* forma.LR_GrandFatherClock.value;
		myStuffs += "&GrandfatherClock=" + forma.txtLR_grandfather_clock.value;
		
		var SmallDesk				=	forma.txtLR_small_desk.value			* forma.LR_SmallDesk.value;
		myStuffs += "&SmallDesk=" + forma.txtLR_small_desk.value;
		
		var SecretaryDesk			=	forma.txtLR_secretary_desk.value		* forma.LR_SecretaryDesk.value;
		myStuffs += "&SecretaryDesk=" + forma.txtLR_secretary_desk.value;
		
		var FireplaceEquipment		=	forma.txtLR_fireplace_equipment.value	* forma.LR_FireplaceEquipment.value;
		myStuffs += "&FireplaceEquipment=" + forma.txtLR_fireplace_equipment.value;
		
		var HideABed				=	forma.txtLR_hide_a_bed.value			* forma.LR_HideABed.value;
		myStuffs += "&HideABed=" + forma.txtLR_hide_a_bed.value;
		
		var FloorLamp				=	forma.txtLR_floor_lamp.value			* forma.LR_FloorLamp.value;
		myStuffs += "&FloorLamp=" + forma.txtLR_floor_lamp.value;
		
		var MusicCabinet			=	forma.txtLR_music_cabinet.value			* forma.LR_MusicCabinet.value;
		myStuffs += "&MusicCabinet=" + forma.txtLR_music_cabinet.value;
		
		var SmallOrgan				=	forma.txtLR_small_organ.value			* forma.LR_SmallOrgan.value;
		myStuffs += "&SmallOrgan=" + forma.txtLR_small_organ.value;
		
		var BabyGrandPiano			=	forma.txtLR_baby_grand_piano.value		* forma.LR_BabyGrandPiano.value;
		myStuffs += "&BabyGrandPiano=" + forma.txtLR_baby_grand_piano.value;
		
		var ParlorGrandPiano		=	forma.txtLR_parlor_grand_piano.value	* forma.LR_ParlorGrandPiano.value;
		myStuffs += "&ParlorGrandPiano=" + forma.txtLR_parlor_grand_piano.value;
		
		var SpinetPiano				=	forma.txtLR_spinet_piano.value			* forma.LR_SpinetPiano.value;
		myStuffs += "&SpinetPiano=" + forma.txtLR_spinet_piano.value;
		
		var LargeRollRug			=	forma.txtLR_large_roll_rug.value		* forma.LR_LargeRollRug.value;
		myStuffs += "&LargeRollRug=" + forma.txtLR_large_roll_rug.value;
		
		var SmallRollRug			=	forma.txtLR_small_roll_rug.value		* forma.LR_SmallRollRug.value;
		myStuffs += "&SmallRollRug=" + forma.txtLR_small_roll_rug.value;
		
		var CushionsSofa2			=	forma.txtLR_2_cushions_sofa.value		* forma.LR_2CushionsSofa.value;
		myStuffs += "&CushionsSofa2=" + forma.txtLR_2_cushions_sofa.value;
		
		var CushionsSofa3			=	forma.txtLR_3_cushions_sofa.value		* forma.LR_3CushionsSofa.value;
		myStuffs += "&CushionsSofa3=" + forma.txtLR_3_cushions_sofa.value;
		
		var CushionsSofa4			=	forma.txtLR_4_cushions_sofa.value		* forma.LR_4CushionsSofa.value;
		myStuffs += "&CushionsSofa4=" + forma.txtLR_4_cushions_sofa.value;
		
		var SectionalSofa			=	forma.txtLR_sectional_sofa.value		* forma.LR_SectionalSofa.value;
		myStuffs += "&SectionalSofa=" + forma.txtLR_sectional_sofa.value;
		
		var DroploafTable			=	forma.txtLR_droploaf_table.value		* forma.LR_DroploafTable.value;
		myStuffs += "&DroploafTable=" + forma.txtLR_droploaf_table.value;
		
		var EndTable				=	forma.txtLR_end_table.value				* forma.LR_EndTable.value;
		myStuffs += "&EndTable=" + forma.txtLR_end_table.value;
		
		var LIVINGROOM = PortableBar + BookCase + SectionalBookshelves + ArmChair + OccasionalChair + OverstuffedChair + RockerChair + StraightChair + GrandfatherClock + SmallDesk + SecretaryDesk + FireplaceEquipment + HideABed + FloorLamp + MusicCabinet + SmallOrgan + BabyGrandPiano + ParlorGrandPiano + SpinetPiano + LargeRollRug + SmallRollRug + CushionsSofa2 + CushionsSofa3 + CushionsSofa4 + SectionalSofa + DroploafTable + EndTable;
		
		/***** DINING ROOM *****/
		var DR__Buffet			=	forma.txtDR_buffet.value			*	forma.DR_Buffet.value;
		myStuffs += "&DR__Buffet=" + forma.txtDR_buffet.value;
		
		var DR__ChinaCabinet	=	forma.txtDR_china_cabinet.value		*	forma.DR_ChinaCabinet.value;
		myStuffs += "&DR__ChinaCabinet=" + forma.txtDR_china_cabinet.value;
		
		var DR__CornerCabinet	=	forma.txtDR_corner_cabinet.value	*	forma.DR_CornerCabinet.value;
		myStuffs += "&DR__CornerCabinet=" + forma.txtDR_corner_cabinet.value;
		
		var	DR__DiningChair		=	forma.txtDR_dining_chair.value		*	forma.DR_DiningChair.value;
		myStuffs += "&DR__DiningChair=" + forma.txtDR_dining_chair.value;
		
		var DR__Hutch			=	forma.txtDR_hutch.value				*	forma.DR_Hutch.value;
		myStuffs += "&DR__Hutch=" + forma.txtDR_hutch.value;
		
		var DR__Server			=	forma.txtDR_server.value			*	forma.DR_Server.value;
		myStuffs += "&DR__Server=" + forma.txtDR_server.value;
		
		var DR__DiningTable		=	forma.txtDR_dining_table.value		*	forma.DR_DiningTable.value;
		myStuffs += "&DR__DiningTable=" + forma.txtDR_dining_table.value;
		
		var DR__TeaCart			=	forma.txtDR_tea_cart.value			*	forma.DR_TeaCart.value;
		myStuffs += "&DR__TeaCart=" + forma.txtDR_tea_cart.value;
		
		var DININGROOM = DR__Buffet + DR__ChinaCabinet + DR__CornerCabinet + DR__DiningChair + DR__Hutch + DR__Server + DR__DiningTable + DR__TeaCart;
		
		/***** ELECTRONICS *****/
		var EL__EntertainmentCenter	=	forma.txtEL_entertainment_center.value	*	forma.EL_EtertainmentCenter.value;
		myStuffs += "&EL__EntertainmentCenter=" + forma.txtEL_entertainment_center.value;
		
		var EL__Computer			=	forma.txtEL_home_computer.value			*	forma.EL_HomeComputer.value;
		myStuffs += "&EL__Computer=" + forma.txtEL_home_computer.value;
		
		var EL__SatelliteDish		=	forma.txtEL_satellite_dish.value		*	forma.EL_SatelliteDish.value;
		myStuffs += "&EL__SatelliteDish=" + forma.txtEL_satellite_dish.value;
		
		var EL__StereoComponent		=	forma.txtEL_stereo_component.value		*	forma.EL_StereoComponent.value;
		myStuffs += "&EL__StereoComponent=" + forma.txtEL_stereo_component.value;
		
		var EL__StereoConsole		=	forma.txtEL_stereo_console.value		*	forma.EL_StereoConsole.value;
		myStuffs += "&EL__StereoConsole=" + forma.txtEL_stereo_console.value;
		
		var EL__TVPortable			=	forma.txtEL_tv_portable.value			*	forma.EL_TVPortable.value;
		myStuffs += "&EL__TVPortable=" + forma.txtEL_tv_portable.value;
		
		var EL__TVTable				=	forma.txtEL_tv_table.value				*	forma.EL_TVTable.value;
		myStuffs += "&EL__TVTable=" + forma.txtEL_tv_table.value;
		
		var EL__TVLCD				=	forma.txtEL_tv_lcd.value				*	forma.EL_TVLCD.value;
		myStuffs += "&EL__TVLCD=" + forma.txtEL_tv_lcd.value;
		
		var EL__VCR					=	forma.txtEL_vcr.value					*	forma.EL_VCR.value;
		myStuffs += "&EL__VCR=" + forma.txtEL_vcr.value;
		
		var ELECTRONICS = EL__EntertainmentCenter + EL__Computer + EL__SatelliteDish + EL__StereoComponent + EL__StereoConsole + EL__TVPortable + EL__TVTable + EL__TVLCD + EL__VCR;
		
		/***** BEDROOM *****/
		var BR__BunkBed					=	forma.txtBR_bunk_bed.value				*	forma.BR_BunkBed.value;
		myStuffs += "&BR__BunkBed=" + forma.txtBR_bunk_bed.value;
		
		var BR__DoubleBed				=	forma.txtBR_double_bed.value			*	forma.BR_DoubleBed.value;
		myStuffs += "&BR__DoubleBed=" + forma.txtBR_double_bed.value;
		
		var BR__KSBed					=	forma.txtBR_king_size_bed.value			*	forma.BR_KSBed.value;
		myStuffs += "&BR__KSBed=" + forma.txtBR_king_size_bed.value;
		
		var BR__QSBed					=	forma.txtBR_queen_size_bed.value		*	forma.BR_QSBed.value;
		myStuffs += "&BR__QSBed=" + forma.txtBR_queen_size_bed.value;
		
		var BR__SingleBed				=	forma.txtBR_single_bed.value			*	forma.BR_SingleBed.value;
		myStuffs += "&BR__SingleBed=" + forma.txtBR_single_bed.value;
		
		var BR__SectionalBookShelves	=	forma.txtBR_sectional_bookshelves.value	*	forma.BR_SectionalBookShelves.value;
		myStuffs += "&BR__SectionalBookShelves=" + forma.txtBR_sectional_bookshelves.value;
		
		var BR__Chiffonier				=	forma.txtBR_chiffonier.value			*	forma.BR_Chiffonier.value;
		myStuffs += "&BR__Chiffonier=" + forma.txtBR_chiffonier.value;
		
		var BR__CedarChest				=	forma.txtBR_cedar_chest.value			*	forma.BR_CedarChest.value;
		myStuffs += "&BR__CedarChest=" + forma.txtBR_cedar_chest.value;
		
		var BR__BudoirChair				=	forma.txtBR_budoir_chair.value			*	forma.BR_BudoirChair.value;
		myStuffs += "&BR__BudoirChair=" + forma.txtBR_budoir_chair.value;
		
		var BR__StraightChair			=	forma.txtBR_straight_chair.value		*	forma.BR_StraightChair.value;
		myStuffs += "&BR__StraightChair=" + forma.txtBR_straight_chair.value;
		
		var BR__ArmoireChest			=	forma.txtBR_armoire_chest.value			*	forma.BR_ArmoireChest.value;
		myStuffs += "&BR__ArmoireChest=" + forma.txtBR_armoire_chest.value;
		
		var BR__SmallDesk				=	forma.txtBR_small_desk.value			*	forma.BR_SmallDesk.value;
		myStuffs += "&BR__SmallDesk=" + forma.txtBR_small_desk.value;
		
		var BR__DoubleDresser			=	forma.txtBR_double_dresser.value		*	forma.BR_DoubleDresser.value;
		myStuffs += "&BR__DoubleDresser=" + forma.txtBR_double_dresser.value;
		
		var BR__VanityDresser			=	forma.txtBR_vanity_dresser.value		*	forma.BR_VanityDresser.value;
		myStuffs += "&BR__VanityDresser=" + forma.txtBR_vanity_dresser.value;
		
		var BR__NightTable				=	forma.txtBR_night_table.value			*	forma.BR_NightTable.value;
		myStuffs += "&BR__NightTable=" + forma.txtBR_night_table.value;
		
		var BR__LargeWardrobe			=	forma.txtBR_large_wardrobe.value		*	forma.BR_LargeWardrobe.value;
		myStuffs += "&BR__LargeWardrobe=" + forma.txtBR_large_wardrobe.value;
		
		var BR__SmallWardrobe			=	forma.txtBR_small_wardrobe.value		*	forma.BR_SmallWardrobe.value;
		myStuffs += "&BR__SmallWardrobe=" + forma.txtBR_small_wardrobe.value;
		
		var BEDROOM = BR__BunkBed + BR__DoubleBed + BR__KSBed + BR__QSBed + BR__SingleBed + BR__SectionalBookShelves + BR__Chiffonier + BR__CedarChest + BR__BudoirChair + BR__StraightChair + BR__ArmoireChest + BR__SmallDesk + BR__DoubleDresser + BR__VanityDresser + BR__NightTable + BR__LargeWardrobe + BR__SmallWardrobe;
		
		/***** NURSERY *****/
		var NS__Bathinelts	=	forma.txtNS_bathinelts.value	*	forma.NS_Bathinelts.value;
		myStuffs += "&NS__Bathinelts=" + forma.txtNS_bathinelts.value;
		
		var NS__YouthBed	=	forma.txtNS_youth_bed.value		*	forma.NS_YouthBed.value;
		myStuffs += "&NS__YouthBed=" + forma.txtNS_youth_bed.value;
		
		var NS__ChildChair	=	forma.txtNS_child_chair.value	*	forma.NS_ChildChair.value;
		myStuffs += "&NS__ChildChair=" + forma.txtNS_child_chair.value;
		
		var NS__HighChair	=	forma.txtNS_high_chair.value	*	forma.NS_HighChair.value;
		myStuffs += "&NS__HighChair=" + forma.txtNS_high_chair.value;
		
		var NS__Chest		=	forma.txtNS_chest.value			*	forma.NS_Chest.value;
		myStuffs += "&NS__Chest=" + forma.txtNS_chest.value;
		
		var NS__ToyChest	=	forma.txtNS_toy_chest.value		*	forma.NS_ToyChest.value;
		myStuffs += "&NS__ToyChest=" + forma.txtNS_toy_chest.value;
		
		var NS__BabyCrib	=	forma.txtNS_baby_crib.value		*	forma.NS_BabyCrib.value;
		myStuffs += "&NS__BabyCrib=" + forma.txtNS_baby_crib.value;
		
		var NS__PlayPan		=	forma.txtNS_play_pan.value		*	forma.NS_PlayPan.value;
		myStuffs += "&NS__PlayPan=" + forma.txtNS_play_pan.value;
		
		var NS__ChildTable	=	forma.txtNS_child_table.value	*	forma.NS_ChildTable.value;
		myStuffs += "&NS__ChildTable=" + forma.txtNS_child_table.value;
		
		var NURSERY = NS__Bathinelts + NS__YouthBed + NS__ChildChair + NS__HighChair + NS__Chest + NS__ToyChest + NS__BabyCrib + NS__PlayPan + NS__ChildTable;
		
		/***** NURSERY *****/
		var KT__BreakfastChairs	=	forma.txtKT_breakfast_chairs.value	*	forma.KT_BreakfastChairs.value;
		myStuffs += "&KT__BreakfastChairs=" + forma.txtKT_breakfast_chairs.value;
		
		var KT__BreakfastTable	=	forma.txtKT_breakfast_table.value	*	forma.KT_BreakfastTable.value;
		myStuffs += "&KT__BreakfastTable=" + forma.txtKT_breakfast_table.value;
		
		var KT__HighChair		=	forma.txtKT_high_chair.value		*	forma.KT_HighChair.value;
		myStuffs += "&KT__HighChair=" + forma.txtKT_high_chair.value;
		
		var KT__IroningBoard	=	forma.txtKT_ironing_board.value		*	forma.KT_IroningBoard.value;
		myStuffs += "&KT__IroningBoard=" + forma.txtKT_ironing_board.value;
		
		var KT__KitchenCabinet	=	forma.txtKT_kitchen_cabinet.value	*	forma.KT_KitchenCabinet.value;
		myStuffs += "&KT__KitchenCabinet=" + forma.txtKT_kitchen_cabinet.value;
		
		var KT__ServingCart		=	forma.txtKT_serving_cart.value		*	forma.KT_ServingCart.value;
		myStuffs += "&KT__ServingCart=" + forma.txtKT_serving_cart.value;
		
		var KT__Table			=	forma.txtKT_table.value				*	forma.KT_Table.value;
		myStuffs += "&KT__Table=" + forma.txtKT_table.value;
		
		var KT__UtilityCabinet	=	forma.txtKT_utility_cabinet.value	*	forma.KT_UtilityCabinet.value;
		myStuffs += "&KT__UtilityCabinet=" + forma.txtKT_utility_cabinet.value;
		
		var KITCHEN = KT__BreakfastChairs + KT__BreakfastTable + KT__HighChair + KT__IroningBoard + KT__KitchenCabinet + KT__ServingCart + KT__Table + KT__UtilityCabinet;
		
		/***** OUTDOOR *****/
		var OD__BBQGrill		=	forma.txtOD_bbq_grill.value			*	forma.OD_BBQGrill.value;
		myStuffs += "&OD__BBQGrill=" + forma.txtOD_bbq_grill.value;
		
		var OD__LawnChairs		=	forma.txtOD_lawn_chairs.value		*	forma.OD_LawnChairs.value;
		myStuffs += "&OD__LawnChairs=" + forma.txtOD_lawn_chairs.value;
		
		var OD__PorchChairs		=	forma.txtOD_porch_chairs.value		*	forma.OD_PorchChairs.value;
		myStuffs += "&OD__PorchChairs=" + forma.txtOD_porch_chairs.value;
		
		var OD__GameTable		=	forma.txtOD_gsme_table.value		*	forma.OD_GameTable.value;
		myStuffs += "&OD__GameTable=" + forma.txtOD_gsme_table.value;
		
		var OD__GardenHouse		=	forma.txtOD_garden_house.value		*	forma.OD_GardenHouse.value;
		myStuffs += "&OD__GardenHouse=" + forma.txtOD_garden_house.value;
		
		var OD__ExtensionLadder	=	forma.txtOD_extension_ladder.value	*	forma.OD_ExtensionLadder.value;
		myStuffs += "&OD__ExtensionLadder=" + forma.txtOD_extension_ladder.value;
		
		var OD__LawnMower		=	forma.txtOD_lawn_mower.value		*	forma.OD_LawnMower.value;
		myStuffs += "&OD__LawnMower=" + forma.txtOD_lawn_mower.value;
		
		var OD__OutdoorChildGym	=	forma.txtOD_outdoor_child_gym.value	*	forma.OD_OutdoorChildGym.value;
		myStuffs += "&OD__OutdoorChildGym=" + forma.txtOD_outdoor_child_gym.value;
		
		var OD__PicnicBench		=	forma.txtOD_picnic_bench.value		*	forma.OD_PicnicBench.value;
		myStuffs += "&OD__PicnicBench=" + forma.txtOD_picnic_bench.value;
		
		var OD__PicnicTable		=	forma.txtOD_picnic_table.value		*	forma.OD_PicnicTable.value;
		myStuffs += "&OD__PicnicTable=" + forma.txtOD_picnic_table.value;
		
		var OD__Umbrella		=	forma.txtOD_umbrella.value			*	forma.OD_Umbrella.value;
		myStuffs += "&OD__Umbrella=" + forma.txtOD_umbrella.value;
		
		var OUTDOOR = OD__BBQGrill + OD__LawnChairs + OD__PorchChairs + OD__GameTable + OD__GardenHouse + OD__ExtensionLadder + OD__LawnMower + OD__OutdoorChildGym + OD__PicnicBench + OD__PicnicTable + OD__Umbrella;
		
		/***** APPLIANCES *****/
		var AP__AirConditionerWindow	=	forma.txtAP_air_conditioner_window.value	*	forma.AP_AirConditionerWindow.value;
		myStuffs += "&AP__AirConditionerWindow=" + forma.txtAP_air_conditioner_window.value;
		
		var AP__Dehumidifier			=	forma.txtAP_dehumidifier.value				*	forma.AP_Dehumidifier.value;
		myStuffs += "&AP__Dehumidifier=" + forma.txtAP_dehumidifier.value;
		
		var AP__DishWasher				=	forma.txtAP_dishwasher.value				*	forma.AP_DishWasher.value;
		myStuffs += "&AP__DishWasher=" + forma.txtAP_dishwasher.value;
		
		var AP__Dryer					=	forma.txtAP_dryer.value						*	forma.AP_Dryer.value;
		myStuffs += "&AP__Dryer=" + forma.txtAP_dryer.value;
		
		var AP__Freezer					=	forma.txtAP_freezer.value					*	forma.AP_Freezer.value;
		myStuffs += "&AP__Freezer=" + forma.txtAP_freezer.value;
		
		var AP__Microwave				=	forma.txtAP_microwave.value					*	forma.AP_Microwave.value;
		myStuffs += "&AP__Microwave=" + forma.txtAP_microwave.value;
		
		var AP__Refrigerator			=	forma.txtAP_refrigerator.value				*	forma.AP_Refrigerator.value;
		myStuffs += "&AP__Refrigerator=" + forma.txtAP_refrigerator.value;
		
		var AP__TrashCompactor			=	forma.txtAP_trash_compactor.value			*	forma.AP_TrashCompactor.value;
		myStuffs += "&AP__TrashCompactor=" + forma.txtAP_trash_compactor.value;
		
		var AP__WashingMachine			=	forma.txtAP_washing_machine.value			*	forma.AP_WashingMachine.value;
		myStuffs += "&AP__WashingMachine=" + forma.txtAP_washing_machine.value;
		
		var APPLIANCES = AP__AirConditionerWindow + AP__Dehumidifier + AP__DishWasher + AP__Dryer + AP__Freezer + AP__Microwave + AP__Refrigerator + AP__TrashCompactor + AP__WashingMachine;
		
		/***** MISCELLANEOUS *****/
		var MS__BabyCarriage	=	forma.txtMS_baby_carriage.value		*	forma.MS_BabyCarriage.value;
		myStuffs += "&MS__BabyCarriage=" + forma.txtMS_baby_carriage.value;
		
		var MS__Basket			=	forma.txtMS_basket.value			*	forma.MS_Basket.value;
		myStuffs += "&MS__Basket=" + forma.txtMS_basket.value;
		
		var MS__Bicycle			=	forma.txtMS_bicycle.value			*	forma.MS_Bicycle.value;
		myStuffs += "&MS__Bicycle=" + forma.txtMS_bicycle.value;
		
		var MS__Cabinet2Drawer	=	forma.txtMS_cabinet_2_drawer.value	*	forma.MS_Cabinet2Drawer.value;
		myStuffs += "&MS__Cabinet2Drawer=" + forma.txtMS_cabinet_2_drawer.value;
		
		var MS__Cabinet4Drawer	=	forma.txtMS_cabinet_4_drawer.value	*	forma.MS_Cabinet4Drawer.value;
		myStuffs += "&MS__Cabinet4Drawer=" + forma.txtMS_cabinet_4_drawer.value;
		
		var MS__ClothesHamper	=	forma.txtMS_clothes_hamper.value	*	forma.MS_ClothesHamper.value;
		myStuffs += "&MS__ClothesHamper=" + forma.txtMS_clothes_hamper.value;
		
		var MS__OfficeDesk		=	forma.txtMS_office_desk.value		*	forma.MS_OfficeDesk.value;
		myStuffs += "&MS__OfficeDesk=" + forma.txtMS_office_desk.value;
		
		var MS__Fan				=	forma.txtMS_fan.value				*	forma.MS_Fan.value;
		myStuffs += "&MS__Fan=" + forma.txtMS_fan.value;
		
		var MS__FootLocker		=	forma.txtMS_foot_locker.value		*	forma.MS_FootLocker.value;
		myStuffs += "&MS__FootLocker=" + forma.txtMS_foot_locker.value;
		
		var MS__Garbage			=	forma.txtMS_garbage.value			*	forma.MS_Garbage.value;
		myStuffs += "&MS__Garbage=" + forma.txtMS_garbage.value;
		
		var MS__GolfBag			=	forma.txtMS_golf_bag.value			*	forma.MS_GolfBag.value;
		myStuffs += "&MS__GolfBag=" + forma.txtMS_golf_bag.value;
		
		var MS__Heather			=	forma.txtMS_heater.value			*	forma.MS_Heather.value;
		myStuffs += "&MS__Heather=" + forma.txtMS_heater.value;
		
		var MS__MetalShalves	=	forma.txtMS_metal_shalves.value		*	forma.MS_MetalShalves.value;
		myStuffs += "&MS__MetalShalves=" + forma.txtMS_metal_shalves.value;
		
		var MS__PingPongTable	=	forma.txtMS_ping_pong_table.value	*	forma.MS_PingPongTable.value;
		myStuffs += "&MS__PingPongTable=" + forma.txtMS_ping_pong_table.value;
		
		var MS__PoolTable		=	forma.txtMS_pool_table.value		*	forma.MS_PoolTable.value;
		myStuffs += "&MS__PoolTable=" + forma.txtMS_pool_table.value;
		
		var MS__PowerTools		=	forma.txtMS_power_tools.value		*	forma.MS_PowerTools.value;
		myStuffs += "&MS__PowerTools=" + forma.txtMS_power_tools.value;
		
		var MS__SewingMachine	=	forma.txtMS_sewing_machine.value	*	forma.MS_SewingMachine.value;
		myStuffs += "&MS__SewingMachine=" + forma.txtMS_sewing_machine.value;
		
		var MS__Suitcase		=	forma.txtMS_suitcase.value			*	forma.MS_Suitcase.value;
		myStuffs += "&MS__Suitcase=" + forma.txtMS_suitcase.value;
		
		var MS__UtilityTable	=	forma.txtMS_utility_table.value		*	forma.MS_UtilityTable.value;
		myStuffs += "&MS__UtilityTable=" + forma.txtMS_utility_table.value;
		
		var MS__Tricycle		=	forma.txtMS_tricycle.value			*	forma.MS_Tricycle.value;
		myStuffs += "&MS__Tricycle=" + forma.txtMS_tricycle.value;
		
		var MS__WorkBench		=	forma.txtMS_work_bench.value		*	forma.MS_WorkBench.value;
		myStuffs += "&MS__WorkBench=" + forma.txtMS_work_bench.value;
		
		var MISC = MS__BabyCarriage + MS__Basket + MS__Bicycle + MS__Cabinet2Drawer + MS__Cabinet4Drawer + MS__ClothesHamper + MS__OfficeDesk + MS__Fan + MS__FootLocker + MS__Garbage + MS__GolfBag + MS__Heather + MS__MetalShalves + MS__PingPongTable + MS__PoolTable + MS__PowerTools + MS__SewingMachine + MS__Suitcase + MS__UtilityTable + MS__Tricycle + MS__WorkBench;
		
		/***** CONTAINERS *****/
		var CN__15CF		=	forma.txtCN_1_5_cubic.value	*	forma.CN_15CF.value;
		myStuffs += "&CN__15CF=" + forma.txtCN_1_5_cubic.value;
		
		var CN__30CF		=	forma.txtCN_3_0_cubic.value	*	forma.CN_30CF.value;
		myStuffs += "&CN__30CF=" + forma.txtCN_3_0_cubic.value;
		
		var CN__45CF		=	forma.txtCN_4_5_cubic.value	*	forma.CN_45CF.value;
		myStuffs += "&CN__45CF=" + forma.txtCN_4_5_cubic.value;
		
		var CN__60CF		=	forma.txtCN_6_0_cubic.value	*	forma.CN_60CF.value;
		myStuffs += "&CN__60CF=" + forma.txtCN_6_0_cubic.value;
		
		var CN__65CF		=	forma.txtCN_6_5_cubic.value	*	forma.CN_65CF.value;
		myStuffs += "&CN__65CF=" + forma.txtCN_6_5_cubic.value;
		
		var CN__Wardrobe	=	forma.txtCN_wardrobe.value	*	forma.CN_Wardrobe.value;
		myStuffs += "&CN__Wardrobe=" + forma.txtCN_wardrobe.value;
		
		var CONTAINERS = CN__15CF + CN__30CF + CN__45CF + CN__60CF + CN__65CF + CN__Wardrobe;
		
		/* SEND IT */
		var TotalVolume = 0;
		TotalVolume = LIVINGROOM + DININGROOM + ELECTRONICS + BEDROOM + NURSERY + KITCHEN + OUTDOOR + APPLIANCES + MISC + CONTAINERS;
		forma.txt_volumen.value = TotalVolume;
		addInformation = "volumen=" + TotalVolume + myStuffs;
	}
	function isNumeric(strValue){
		return (strValue.replace(/[0-9]{0}\d*$/gi,"") == "");
	}
	
	function isLetter(ltValor){
		return (ltValor.match(/[A-Za-zÑñÁáÉéÍíÓóÚú\s_\.\,;:-]$/gi));
	}
	
	function numeric(fObj,num){
		if(!isNumeric(fObj.value)){
			fObj.value = num;
	        fObj.select();
			fObj.focus();
			return false;
	        }
		return true;
	}
	
	function justLetters(fObj){
      if(!isLetter(fObj.value)){
		fObj.value = "Solo letras";
		fObj.select();
		fObj.focus();
		return false;
      };
	}