﻿currency = (getURLParam('currency') == '')?"€":getURLParam('currency')
kwh = (getURLParam('kwh') == '')?"0,20":getURLParam('kwh')
kwh = kwh.parseNumber()
host = (getURLParam('host') == '')?"Prodanet Online":getURLParam('host')

ecc_dvdvideo = {
	"usage": {
		"years": 1,
		"hours": 2
	},
	"ID": "DVD/Video",
	"name": "DVD/Video",
	"licence": "standard",
	"type": 2,
	"eccInformation_usage_years": "ø 7 Jahre lt. AfA",
	"eccInformation_usage_hours": "ø 2 Stunden lt. AGF/GfK 2007",
	"eccInformation_costs_kWh": "ø 0,205 laut AGF/GfK 2007"
}

ecc_tv = {
	"usage": {
		"years": 1,
		"hours": 3.5
	},
	"ID": "TV-Geräte",
	"name": "TV-Geräte",
	"licence": "standard",
	"type": 2,
	"eccInformation_usage_years": "ø 7 Jahre lt. AfA",
	"eccInformation_usage_hours": "ø 3,5 Stunden lt. AGF/GfK 2007",
	"eccInformation_costs_kWh": "ø 0,205 laut AGF/GfK 2007"
}

ecc_receiver = {
	"usage": {
		"years": 1,
		"hours": 3.5
	},
	"ID": "Receiver/Set-Top-Boxen",
	"name": "Receiver/Set-Top-Boxen",
	"licence": "standard",
	"type": 2,
	"eccInformation_usage_years": "",
	"eccInformation_usage_hours": "",
	"eccInformation_costs_kWh": "ø 0,205 laut AGF/GfK 2007"
}

ecc_homecinema =  {
	"usage": {
		"years": 1,
		"hours": 2
	},
	"ID": "Audio/Heimkino-Systeme",
	"name": "Audio/Heimkino-Systeme",
	"licence": "standard",
	"type": 2,
	"eccInformation_usage_years": "",
	"eccInformation_usage_hours": "",
	"eccInformation_costs_kWh": ""
}

ecc_fridge = {
	"usage": {
		"years": 1,
		"hours": 0
	},
	"ID": "Kühlen/Gefrieren",
	"name": "Kühlen/Gefrieren",
	"licence": "standard",
	"type": 1,
	"eccInformation_usage_years": "ø 10 Jahre lt. AfA",
	"eccInformation_usage_hours": "",
	"eccInformation_costs_kWh": "ø 0,205 laut AGF/GfK 2007"
}

ecc_dishwasher = {
	"usage": {
		"years": 1,
		"hours": 0
	},
	"ID": "Geschirrspüler",
	"name": "Geschirrspüler",
	"licence": "standard",
	"type": 1,
	"eccInformation_usage_years": "ø 10 Jahre lt. AfA",
	"eccInformation_usage_hours": "",
	"eccInformation_costs_kWh": "ø 0,205 laut AGF/GfK 2007"
}

ecc_washer = {
	"usage": {
		"years": 1,
		"hours": 0
	},
	"ID": "Geschirrspüler",
	"name": "Geschirrspüler",
	"licence": "standard",
	"type": 1,
	"eccInformation_usage_years": "ø 10 Jahre lt. AfA",
	"eccInformation_usage_hours": "",
	"eccInformation_costs_kWh": "ø 0,205 laut AGF/GfK 2007"
}