	var totalCubicFeet = 0;

		function getValue(totalCubicFeet){	
				
			if (document.CubicFeetCalculator.BarPortable.value >= 0) {
				totalCubicFeet = document.CubicFeetCalculator.BarPortable.value *15;
			if (document.CubicFeetCalculator.LivingBench.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.LivingBench.value *5;
			if (document.CubicFeetCalculator.Bookcase.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.Bookcase.value *20;
			if (document.CubicFeetCalculator.Bookshelves.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.Bookshelves.value *5;
			if (document.CubicFeetCalculator.Cabinet.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.Cabinet.value *20;
			if (document.CubicFeetCalculator.LivingBookshelves.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.LivingBookshelves.value *5;
			if (document.CubicFeetCalculator.StraightChair.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.StraightChair.value *5;
			if (document.CubicFeetCalculator.ArmChair.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.ArmChair.value *10;
			if (document.CubicFeetCalculator.RockerChair.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.RockerChair.value *12;
			if (document.CubicFeetCalculator.OccasionalChair.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.OccasionalChair.value *15;
			if (document.CubicFeetCalculator.OverstuffedChair.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.OverstuffedChair.value *25;
			if (document.CubicFeetCalculator.Chest.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.Chest.value *15;
			if (document.CubicFeetCalculator.GrandfatherClock.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.GrandfatherClock.value *20;
			if (document.CubicFeetCalculator.DayBed.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.DayBed.value *30;
			if (document.CubicFeetCalculator.SmallDesk.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.SmallDesk.value *22;
			if (document.CubicFeetCalculator.SecretaryDesk.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.SecretaryDesk.value *35;
			if (document.CubicFeetCalculator.FireplaceEquip.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.FireplaceEquip.value *5;		
			if (document.CubicFeetCalculator.Footstool.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.Footstool.value *2;
			if (document.CubicFeetCalculator.FloorLamp.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.FloorLamp.value *3;
			if (document.CubicFeetCalculator.MagazineRack.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.MagazineRack.value *2;
			if (document.CubicFeetCalculator.MusicCabit.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.MusicCabit.value *10;
			if (document.CubicFeetCalculator.PianoBaby.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.PianoBaby.value *70;
			if (document.CubicFeetCalculator.PianoParlor.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.PianoParlor.value *80;
			if (document.CubicFeetCalculator.PianoSpinet.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.PianoSpinet.value *60;
			if (document.CubicFeetCalculator.LivingRugLarge.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.LivingRugLarge.value *10;
			if (document.CubicFeetCalculator.LivingRugSmall.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.LivingRugSmall.value *3;
			if (document.CubicFeetCalculator.SofaWicker.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.SofaWicker.value *10;
			if (document.CubicFeetCalculator.SofaPerSec.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.SofaPerSec.value *30;
			if (document.CubicFeetCalculator.SofaLoveseat.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.SofaLoveseat.value *35;
			if (document.CubicFeetCalculator.Sofa3Cushion.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.Sofa3Cushion.value *50;
			if (document.CubicFeetCalculator.SofaBed4Cushion.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.SofaBed4Cushion.value *60;
			if (document.CubicFeetCalculator.StereoComponent.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.StereoComponent.value *8;
			if (document.CubicFeetCalculator.StereoConsole.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.StereoConsole.value *15;
			if (document.CubicFeetCalculator.TableDrop.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.TableDrop.value *12;
			if (document.CubicFeetCalculator.TableCoffee.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.TableCoffee.value *5;
			if (document.CubicFeetCalculator.TablesEnd.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.TablesEnd.value *5;
			if (document.CubicFeetCalculator.TelephoneStand.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.TelephoneStand.value *5;
			if (document.CubicFeetCalculator.TVBigScreen.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.TVBigScreen.value *40;
			if (document.CubicFeetCalculator.TVPortable.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.TVPortable.value *5;
			if (document.CubicFeetCalculator.TVModel.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.TVModel.value *10;
			if (document.CubicFeetCalculator.TVConsole.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.TVConsole.value *15;
			if (document.CubicFeetCalculator.TVCombination.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.TVCombination.value *25;
			if (document.CubicFeetCalculator.TVStand.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.TVStand.value *3;
			if (document.CubicFeetCalculator.Trunk.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.Trunk.value *5;
			if (document.CubicFeetCalculator.DiningBench.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.DiningBench.value *10;
			if (document.CubicFeetCalculator.Buffet.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.Buffet.value *30;
			if (document.CubicFeetCalculator.Hutch.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.Hutch.value *20;
			if (document.CubicFeetCalculator.CabinetCorner.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.CabinetCorner.value *20;
			if (document.CubicFeetCalculator.DiningTable.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.DiningTable.value *30;
			if (document.CubicFeetCalculator.DiningChair.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.DiningChair.value *5;
			if (document.CubicFeetCalculator.TeaCart.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.TeaCart.value *10;
			if (document.CubicFeetCalculator.Server.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.Server.value *15;
			if (document.CubicFeetCalculator.DiningRugLarge.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.DiningRugLarge.value *10;
			if (document.CubicFeetCalculator.DiningRugSmall.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.DiningRugSmall.value *3;
			if (document.CubicFeetCalculator.BreakfastChair.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.BreakfastChair.value *5;
			if (document.CubicFeetCalculator.BreakfastTable.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.BreakfastTable.value *10;
			if (document.CubicFeetCalculator.ChairHigh.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.ChairHigh.value *5;
			if (document.CubicFeetCalculator.KitchenCabinet.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.KitchenCabinet.value *30;
			if (document.CubicFeetCalculator.Microwave.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.Microwave.value *10;
			if (document.CubicFeetCalculator.ServingCart.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.ServingCart.value *15;
			if (document.CubicFeetCalculator.Stool.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.Stool.value *3;
			if (document.CubicFeetCalculator.UtilityCabinet.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.UtilityCabinet.value *10;
			if (document.CubicFeetCalculator.BabyCrib.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.BabyCrib.value *10;
			if (document.CubicFeetCalculator.BabyChangingTable.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.BabyChangingTable.value *10;
			if (document.CubicFeetCalculator.BedRollaway.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.BedRollaway.value *20;
			if (document.CubicFeetCalculator.BedSingle.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.BedSingle.value *40;
			if (document.CubicFeetCalculator.BedDouble.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.BedDouble.value *60;
			if (document.CubicFeetCalculator.BedQueen.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.BedQueen.value *65;
			if (document.CubicFeetCalculator.BedKing.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.BedKing.value *70;
			if (document.CubicFeetCalculator.BedBunkSet2.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.BedBunkSet2.value *70;
			if (document.CubicFeetCalculator.BedroomBookshelves.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.BedroomBookshelves.value *5;
			if (document.CubicFeetCalculator.BedroomStraightChair.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.BedroomStraightChair.value *5;
			if (document.CubicFeetCalculator.ChaiseLounge.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.ChaiseLounge.value *25;
			if (document.CubicFeetCalculator.ChestBachelor.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.ChestBachelor.value *12;
			if (document.CubicFeetCalculator.ChestBedroom.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.ChestBedroom.value *12;
			if (document.CubicFeetCalculator.ChestToy.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.ChestToy.value *5;
			if (document.CubicFeetCalculator.ChestCedar.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.ChestCedar.value *15;
			if (document.CubicFeetCalculator.ChestArmoire.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.ChestArmoire.value *30;
			if (document.CubicFeetCalculator.DeskSmall.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.DeskSmall.value *22;
			if (document.CubicFeetCalculator.DresserVanityBch.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.DresserVanityBch.value *3;
			if (document.CubicFeetCalculator.DresserVanity.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.DresserVanity.value *20;
			if (document.CubicFeetCalculator.DresserSingle.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.DresserSingle.value *30;
			if (document.CubicFeetCalculator.DresserDouble.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.DresserDouble.value *40;
			if (document.CubicFeetCalculator.DresserTriple.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.DresserTriple.value *50;
			if (document.CubicFeetCalculator.ExerciseBike.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.ExerciseBike.value *10;
			if (document.CubicFeetCalculator.FloorLampBedroom.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.FloorLamp.value *3;
			if (document.CubicFeetCalculator.TableNight.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.TableNight.value *5;
			if (document.CubicFeetCalculator.BedroomRugLarge.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.BedroomRugLarge.value *10;
			if (document.CubicFeetCalculator.BedroomRugSmall.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.BedroomRugSmall.value *3;
			if (document.CubicFeetCalculator.WardrobeSmall.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.WardrobeSmall.value *20;
			if (document.CubicFeetCalculator.WardrobeLarge.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.WardrobeLarge.value *40;
			if (document.CubicFeetCalculator.Waterbed.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.Waterbed.value *20;
			if (document.CubicFeetCalculator.BabyCarriage.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.BabyCarriage.value *4;
			if (document.CubicFeetCalculator.BasketClothes.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.BasketClothes.value *5;
			if (document.CubicFeetCalculator.Bicycle.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.Bicycle.value *4;
			if (document.CubicFeetCalculator.FoldingChairs.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.FoldingChairs.value *1;
			if (document.CubicFeetCalculator.DeskOffice.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.DeskOffice.value *10;
			if (document.CubicFeetCalculator.Fan.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.Fan.value *5;
			if (document.CubicFeetCalculator.PlantStand.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.PlantStand.value *2;
			if (document.CubicFeetCalculator.FilingCabinet2Door.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.FilingCabinet2Door.value *10;
			if (document.CubicFeetCalculator.FilingCabinet4Door.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.FilingCabinet4Door.value *20;
			if (document.CubicFeetCalculator.GolfBag.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.GolfBag.value *4;
			if (document.CubicFeetCalculator.Heater.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.Heater.value *5;
			if (document.CubicFeetCalculator.PersonalComputer.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.PersonalComputer.value *4;
			if (document.CubicFeetCalculator.Monitor.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.Monitor.value *4;
			if (document.CubicFeetCalculator.Printer.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.Printer.value *3;
			if (document.CubicFeetCalculator.PingPongTable.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.PingPongTable.value *40;
			if (document.CubicFeetCalculator.PoolTableComp.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.PoolTableComp.value *40;
			if (document.CubicFeetCalculator.PoolTableSlate.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.PoolTableSlate.value *100;
			if (document.CubicFeetCalculator.SawingMachinePortable.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.SawingMachinePortable.value *10;
			if (document.CubicFeetCalculator.SawingMachineConsole.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.SawingMachineConsole.value *10;
			if (document.CubicFeetCalculator.SawingMachineWithCabinet.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.SawingMachineWithCabinet.value *20;
			if (document.CubicFeetCalculator.Suitcase.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.Suitcase.value *5;
			if (document.CubicFeetCalculator.TrashCan.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.TrashCan.value *7;
			if (document.CubicFeetCalculator.AirconditionSmall.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.AirconditionSmall.value *15;
			if (document.CubicFeetCalculator.AirConditionLarge.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.AirConditionLarge.value *20;
			if (document.CubicFeetCalculator.Dehumidfier.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.Dehumidfier.value *10;
			if (document.CubicFeetCalculator.Dishwasher.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.Dishwasher.value *20;
			if (document.CubicFeetCalculator.RefrigeratorSmall.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.RefrigeratorSmall.value *30;
			if (document.CubicFeetCalculator.RefrigeratorLarge.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.RefrigeratorLarge.value *60;
			if (document.CubicFeetCalculator.TrashCompactor.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.TrashCompactor.value *15;
			if (document.CubicFeetCalculator.VacuumCleaner.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.VacuumCleaner.value *5;
			if (document.CubicFeetCalculator.WashingMachine.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.WashingMachine.value *25;
			if (document.CubicFeetCalculator.Dryer.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.Dryer.value *25;
			if (document.CubicFeetCalculator.BBQGrill.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.BBQGrill.value *5;
			if (document.CubicFeetCalculator.OutdoorChairs.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.OutdoorChairs.value *5;
			if (document.CubicFeetCalculator.Ladder.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.Ladder.value *5;
			if (document.CubicFeetCalculator.LawnMowerhand.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.LawnMowerhand.value *5;
			if (document.CubicFeetCalculator.LawnMowerPower.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.LawnMowerPower.value *15;
			if (document.CubicFeetCalculator.LeafSweeper.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.LeafSweeper.value *5;
			if (document.CubicFeetCalculator.OutdoorDryRacks.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.OutdoorDryRacks.value *5;
			if (document.CubicFeetCalculator.PicnicTable.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.PicnicTable.value *20;
			if (document.CubicFeetCalculator.PicnicBench.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.PicnicBench.value *5;
			if (document.CubicFeetCalculator.OutdoorTable.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.OutdoorTable.value *5;
			if (document.CubicFeetCalculator.OfficeCabinet.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.OfficeCabinet.value *20;
			if (document.CubicFeetCalculator.Copier.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.Copier.value *20;
			if (document.CubicFeetCalculator.OfficeDeskSmall.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.OfficeDeskSmall.value *20;
			if (document.CubicFeetCalculator.OfficeDeskLarge.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.OfficeDeskLarge.value *35;
			if (document.CubicFeetCalculator.Fax.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.Fax.value *5;
			if (document.CubicFeetCalculator.OfficeFileCabinet2Drawer.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.OfficeFileCabinet2Drawer.value *5;
			if (document.CubicFeetCalculator.OfficeFileCabinet3Drawer.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.OfficeFileCabinet3Drawer.value *10;
			if (document.CubicFeetCalculator.OfficeFileCabinet4Drawer.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.OfficeFileCabinet4Drawer.value *15;
			if (document.CubicFeetCalculator.OfficeMonitor.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.OfficeMonitor.value *4;
			if (document.CubicFeetCalculator.OfficePersonalComputer.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.OfficePersonalComputer.value *4;
			if (document.CubicFeetCalculator.BookBox.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.BookBox.value *1.5;
			if (document.CubicFeetCalculator.DishBox.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.DishBox.value *5;
			if (document.CubicFeetCalculator.FileBox.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.FileBox.value *2.5;
			if (document.CubicFeetCalculator.MiscBox.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.MiscBox.value *3;
			if (document.CubicFeetCalculator.PictureBox.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.PictureBox.value *2;
			if (document.CubicFeetCalculator.WardrobeBox.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.WardrobeBox.value *15;
			if (document.CubicFeetCalculator.AdditionalQubicFeet.value >= 0 ) {
				totalCubicFeet += document.CubicFeetCalculator.AdditionalQubicFeet.value *1;
				//alert("TOTAL CUBIC FEET = " + totalCubicFeet);
				document.CubicFeetCalculator.TotalCubicFeet.value = totalCubicFeet;

				
			
			}//end if AdditionalQubicFeet
			}//end if WardrobeBox
			}//end if PictureBox
			}//end if MiscBox
			}//end if FileBox
			}//end if DishBox
			}//end if BookBox
			}//end if OfficePersonalComputer
			}//end if OfficeMonitor
			}//end if OfficeFileCabinet4Drawer
			}//end if OfficeFileCabinet3Drawer
			}//end if OfficeFileCabinet2Drawer
			}//end if Fax
			}//end if OfficeDeskLarge
			}//end if OfficeDeskSmall
			}//end if Copier
			}//end if OfficeCabinet
			}//end if OutdoorTable
			}//end if PicnicBench
			}//end if PicnicTable
			}//end if OutdoorDryRacks
			}//end if LeafSweeper
			}//end if LawnMowerPower
			}//end if LawnMowerhand
			}//end if Ladder
			}//end if OutdoorChairs
			}//end if BBQGrill
			}//end if Dryer
			}//end if WashingMachine
			}//end if VacuumCleaner
			}//end if TrashCompactor
			}//end if RefrigeratorLarge
			}//end if RefrigeratorSmall
			}//end if Dishwasher
			}//end if Dehumidfier
			}//end if AirConditionLarge
			}//end if AirconditionSmall
			}//end if TrashCan
			}//end if Suitcase
			}//end if SawingMachineWithCabinet
			}//end if SawingMachineConsole
			}//end if SawingMachinePortable
			}//end if PoolTableSlate
			}//end if PoolTableComp
			}//end if PingPongTable
			}//end if Printer
			}//end if Monitor
			}//end if PersonalComputer
			}//end if Heater
			}//end if GolfBag
			}//end if FilingCabinet4Door
			}//end if FilingCabinet2Door
			}//end if PlantStand
			}//end if Fan
			}//end if DeskOffice
			}//end if FoldingChairs
			}//end if Bicycle
			}//end if BasketClothes
			}//end if BabyCarriage
			}//end if Waterbed
			}//end if WardrobeLarge
			}//end if WardrobeSmall
			}//end if BedroomRugSmall
			}//end if BedroomRugLarge
			}//end if TableNight
			}//end if FloorLampBedroom
			}//end if ExerciseBike
			}//end if DresserTriple
			}//end if DresserDouble
			}//end if DresserSingle
			}//end if DresserVanity
			}//end if DresserVanityBch
			}//end if DeskSmall
			}//end if ChestArmoire
			}//end if ChestCedar
			}//end if ChestToy
			}//end if ChestBedroom
			}//end if ChestBachelor
			}//end if ChaiseLounge
			}//end if BedroomStraightChair
			}//end if BedroomBookshelves
			}//end if BedBunkSet2
			}//end if BedKing
			}//end if BedQueen
			}//end if BedDouble
			}//end if BedSingle
			}//end if BedRollaway
			}//end if BabyChangingTable
			}//end if BabyCrib
			}//end if UtilityCabinet
			}//end if Stool
			}//end if ServingCart
			}//end if Microwave
			}//end if KitchenCabinet
			}//end if ChairHigh
			}//end if BreakfastTable
			}//end if BreakfastChair
			}//end if DiningRugSmall
			}//end if DiningRugLarge
			}//end if Server
			}//end if TeaCart
			}//end if DiningChair
			}//end if DiningTable
			}//end if CabinetCorner
			}//end if Hutch
			}//end if Buffet
			}//end if DiningBench
			}//end if Trunk
			}//end if TVStand
			}//end if TVCombination
			}//end if TVConsole
			}//end if TVModel
			}//end if TVPortable
			}//end if TVBigScreen
			}//end if TelephoneStand
			}//end if TablesEnd
			}//end if TableCoffee
			}//end if TableDrop
			}//end if StereoConsole
			}//end if StereoComponent
			}//end if SofaBed4Cushion
			}//end if Sofa3Cushion
			}//end if SofaLoveseat
			}//end if SofaPerSec
			}//end if SofaWicker
			}//end if LivingRugSmall
			}//end if LivingRugLarge
			}//end if PianoSpinet
			}//end if PianoParlor
			}//end if PianoBaby
			}//end if MusicCabit
			}//end if MagazineRack
			}//end if FloorLamp
			}//end if Footstool
			}//end if FireplaceEquip
			}//end if SecretaryDesk
			}//end if SmallDesk
			}//end if DayBed
			}//end if GrandfatherClock
			}//end if Chest
			}//end if OverstuffedChair
			}//end if OccasionalChair
			}//end if RockerChair
			}//end if ArmChair
			}//end if StraightChair
			}//end if LivingBookshelves
			}//end if Cabinet
			}//end if Bookshelves
			}//end if Bookcase
			}//end if LivingBench
			}//end if BarPortable

			
	return totalCubicFeet;

	
}//end getValue function
	




// function roomsize  option 2///
		



// get selected option 1

	function getSelected(){
	
		
		if (document.NYC_Home.Apartment_Size.selectedIndex == 1) {
			document.NYC_Home.QuickEstimate_RoomSize.value = "4x5x8";
		}
		else if (document.NYC_Home.Apartment_Size.selectedIndex == 2){
			document.NYC_Home.QuickEstimate_RoomSize.value = "5x5x8";
		}
		else if (document.NYC_Home.Apartment_Size.selectedIndex == 3){
			document.NYC_Home.QuickEstimate_RoomSize.value = "5x10x8";
		}
		else if (document.NYC_Home.Apartment_Size.selectedIndex == 4){
			document.NYC_Home.QuickEstimate_RoomSize.value = "10x10x8";
		}
		else if (document.NYC_Home.Apartment_Size.selectedIndex == 5){
			document.NYC_Home.QuickEstimate_RoomSize.value = "10x15x8";	
		}
		else if (document.NYC_Home.Apartment_Size.selectedIndex == 6){
			document.NYC_Home.QuickEstimate_RoomSize.value = "10x20x8";		
		}		
		if (document.NYC_Home.Apartment_Size.selectedIndex == 0 ) {
							
			document.NYC_Home.QuickEstimate_RoomSize.value = "";
		}

	}// end getSelected


function checkQuickStorage(){
	
		if (document.NYC_Home.Apartment_Size.selectedIndex == 0 ) {			
			document.NYC_Home.QuickEstimate_RoomSize.visible=false;
			document.NYC_Home.QuickEstimate_RoomSize.value = "";	
		}else{
		
			getSelected();
	
		}
}// end checkQuickStorage








//option 3
function checkCalculatedCFStorage(){
	
	if (document.NYC_Home.GetRoomSize_CalculatedCF.value != ""){
			document.NYC_Home.GetRoomSize_CalculatedCF.visible=false;
			document.NYC_Home.GetRoomSize_CalculatedCF.value = "";
			document.NYC_Home.GetRoomSize_CalculatedCF.size='8'
	}else{
			var cf = document.NYC_Home.TotalCubicFeet.value		
			if (cf == null || cf == 0){
											
				document.NYC_Home.GetRoomSize_CalculatedCF.value = "";				
				document.NYC_Home.GetRoomSize_CalculatedCF.size='8'
			}else{
				calculate();
			}
	}
}




	// function roomsize  option 1///
		function calculate() { 

			if (document.NYC_Home.TotalCubicFeet.value > 0 && document.NYC_Home.TotalCubicFeet.value < 97) { 
				document.NYC_Home.GetRoomSize_CalculatedCF.value = "3x4x8";				
			} //end if 97
			else if (document.NYC_Home.TotalCubicFeet.value > 96 && document.NYC_Home.TotalCubicFeet.value < 161 ) { 
				document.NYC_Home.GetRoomSize_CalculatedCF.value = "4x5x8";				
		    } //end elseif 161
			else if (document.NYC_Home.TotalCubicFeet.value > 160 && document.NYC_Home.TotalCubicFeet.value < 201 ) { 
				document.NYC_Home.GetRoomSize_CalculatedCF.value = "5x5x8";				
		    } //end elseif 201
			else if (document.NYC_Home.TotalCubicFeet.value > 200 && document.NYC_Home.TotalCubicFeet.value < 281 ) { 
				document.NYC_Home.GetRoomSize_CalculatedCF.value = "5x7x8";				
		    } //end elseif 281
			else if (document.NYC_Home.TotalCubicFeet.value > 280 && document.NYC_Home.TotalCubicFeet.value < 401 ) { 
				document.NYC_Home.GetRoomSize_CalculatedCF.value = "5x10x8";				
		    } //end elseif 401
			else if (document.NYC_Home.TotalCubicFeet.value > 400 && document.NYC_Home.TotalCubicFeet.value < 513 ) { 
				document.NYC_Home.GetRoomSize_CalculatedCF.value = "8x8x8";				
		    } //end elseif 513
			else if (document.NYC_Home.TotalCubicFeet.value > 512 && document.NYC_Home.TotalCubicFeet.value < 641 ) { 
				document.NYC_Home.GetRoomSize_CalculatedCF.value = "8x10x8";			
		    } //end elseif 641
			else if (document.NYC_Home.TotalCubicFeet.value > 640 && document.NYC_Home.TotalCubicFeet.value < 801 ) { 
				document.NYC_Home.GetRoomSize_CalculatedCF.value = "10x10x8";				
		    } //end elseif 801
			else if (document.NYC_Home.TotalCubicFeet.value > 800 && document.NYC_Home.TotalCubicFeet.value < 1201 ) { 
				document.NYC_Home.GetRoomSize_CalculatedCF.value = "10x15x8";				
		    } //end elseif 1201
			else if (document.NYC_Home.TotalCubicFeet.value > 1200 && document.NYC_Home.TotalCubicFeet.value < 1601 ) { 
				document.NYC_Home.GetRoomSize_CalculatedCF.value = "10x20x8";				
		    } //end elseif 1601
			else if (document.NYC_Home.TotalCubicFeet.value > 1600) { 
				document.NYC_Home.GetRoomSize_CalculatedCF.value = "special room";				
		    } //end elseif special room

	
	}//end function roomsize


//OPTION #2 ENERED CF
function checkEnteredCFStorage(){
	
			var cf = document.NYC_Home.EnteredCF.value
			if (cf == null || cf == 0){

				document.NYC_Home.GetRoomSize_EnteredCF.value = "";								

			}else{
				
				calculateEnteredCF();
			}		

}// end checkEnteredCFStorage


	function calculateEnteredCF() { 

			if (document.NYC_Home.EnteredCF.value > 0 && document.NYC_Home.EnteredCF.value < 97) { 							
				document.NYC_Home.GetRoomSize_EnteredCF.value = "3x4x8";								
			} //end if 97
			else if (document.NYC_Home.EnteredCF.value > 96 && document.NYC_Home.EnteredCF.value < 161 ) { 
				document.NYC_Home.GetRoomSize_EnteredCF.value = "4x5x8";			
		    } //end elseif 161
			else if (document.NYC_Home.EnteredCF.value > 160 && document.NYC_Home.EnteredCF.value < 201 ) { 
				document.NYC_Home.GetRoomSize_EnteredCF.value = "5x5x8";				
		    } //end elseif 201
			else if (document.NYC_Home.EnteredCF.value > 200 && document.NYC_Home.EnteredCF.value < 281 ) { 
				document.NYC_Home.GetRoomSize_EnteredCF.value = "5x7x8";				
		    } //end elseif 281
			else if (document.NYC_Home.EnteredCF.value > 280 && document.NYC_Home.EnteredCF.value < 401 ) { 
				document.NYC_Home.GetRoomSize_EnteredCF.value = "5x10x8";
				document.NYC_Home.GetRoomSize_EnteredCF.size='8'
		    } //end elseif 401
			else if (document.NYC_Home.EnteredCF.value > 400 && document.NYC_Home.EnteredCF.value < 513 ) { 
				document.NYC_Home.GetRoomSize_EnteredCF.value = "8x8x8";				
		    } //end elseif 513
			else if (document.NYC_Home.EnteredCF.value > 512 && document.NYC_Home.EnteredCF.value < 641 ) { 
				document.NYC_Home.GetRoomSize_EnteredCF.value = "8x10x8";				
		    } //end elseif 641
			else if (document.NYC_Home.EnteredCF.value > 640 && document.NYC_Home.EnteredCF.value < 801 ) { 
				document.NYC_Home.GetRoomSize_EnteredCF.value = "10x10x8";
				document.NYC_Home.GetRoomSize_EnteredCF.size='8'
		    } //end elseif 801
			else if (document.NYC_Home.EnteredCF.value > 800 && document.NYC_Home.EnteredCF.value < 1201 ) { 
				document.NYC_Home.GetRoomSize_EnteredCF.value = "10x15x8";				
		    } //end elseif 1201
			else if (document.NYC_Home.EnteredCF.value > 1200 && document.NYC_Home.EnteredCF.value < 1601 ) { 
				document.NYC_Home.GetRoomSize_EnteredCF.value = "10x20x8";				
		    } //end elseif 1601
			else if (document.NYC_Home.EnteredCF.value > 1600) { 
				document.NYC_Home.GetRoomSize_EnteredCF.value = "special room";				
		    } //end elseif special room

	
	}//end calculateEnteredCF







// get selected option 2
function getEnteredCF(){
	
	
	
	if (document.NYC_Home.Apartment_Size.selectedIndex == 1) 
		document.NYC_Home.EnteredCF_RoomSize.value = "4x5x8";
	else if (document.NYC_Home.Apartment_Size.selectedIndex == 2)
		document.NYC_Home.EnteredCF_RoomSize.value = "5x5x8";
	else if (document.NYC_Home.Apartment_Size.selectedIndex == 3)
		document.NYC_Home.EnteredCF_RoomSize.value = "5x10x8";
	else if (document.NYC_Home.Apartment_Size.selectedIndex == 4)
		document.NYC_Home.EnteredCF_RoomSize.value = "10x10x8";
	else if (document.NYC_Home.Apartment_Size.selectedIndex == 5)
		document.NYC_Home.EnteredCF_RoomSize.value = "10x15x8";
	else if (document.NYC_Home.Apartment_Size.selectedIndex == 6)
		document.NYC_Home.EnteredCF_RoomSize.value = "10x20x8";

}// end getSelected









