var product = {
"1": { id: 1, product: "Minihosting", price: "3.33", contractperiod: "12", paymentperiod: "12", priceperiod: "1", quantitydefault: "1", quantitystep: "0", quantitymax: "1", notransfercosts: true},
"2": { id: 2, product: "Mediumhosting", price: "6.65", contractperiod: "3,12", paymentperiod: "3,12", priceperiod: "1", quantitydefault: "1", quantitystep: "0", quantitymax: "1", notransfercosts: true},
"3": { id: 3, product: "Megahosting", price: "9.95", contractperiod: "3,12", paymentperiod: "3,12", priceperiod: "1", quantitydefault: "1", quantitystep: "0", quantitymax: "1", notransfercosts: true},
"4": { id: 4, product: "Maxihosting", price: "14.95", contractperiod: "3,12", paymentperiod: "3,12", priceperiod: "1", quantitydefault: "1", quantitystep: "0", quantitymax: "1", notransfercosts: true},
"5": { id: 5, product: "DNS hosting", price: "9.95", contractperiod: "12", paymentperiod: "12", priceperiod: "12", quantitydefault: "1", quantitystep: "0", quantitymax: "1", notransfercosts: false},
"6": { id: 6, product: "Snelsite Lite", price: "14.95", contractperiod: "3,12", paymentperiod: "3,12", priceperiod: "1", quantitydefault: "1", quantitystep: "0", quantitymax: "1", notransfercosts: true},
"7": { id: 7, product: "Snelsite Basic", price: "24.95", contractperiod: "3,12", paymentperiod: "3,12", priceperiod: "1", quantitydefault: "1", quantitystep: "0", quantitymax: "1", notransfercosts: true},
"8": { id: 8, product: "Snelsite Pro", price: "39.95", contractperiod: "3,12", paymentperiod: "3,12", priceperiod: "1", quantitydefault: "1", quantitystep: "0", quantitymax: "1", notransfercosts: true},
"9": { id: 9, product: "DNS slaving", price: "9.95", contractperiod: "12", paymentperiod: "12", priceperiod: "12", quantitydefault: "1", quantitystep: "0", quantitymax: "1", notransfercosts: false},
"11": { id: 11, product: "BSMTP", price: "9.95", contractperiod: "12", paymentperiod: "12", priceperiod: "12", quantitydefault: "1", quantitystep: "0", quantitymax: "1", notransfercosts: false},
"12": { id: 12, product: "Extra schijfruimte per MB", price: "4.95", contractperiod: "3,12", paymentperiod: "3,12", priceperiod: "1", quantitydefault: "500", quantitystep: "500", quantitymax: "2500", notransfercosts: false},
"13": { id: 13, product: "E-mail hosting per mailbox", price: "14.95", contractperiod: "12", paymentperiod: "12", priceperiod: "12", quantitydefault: "10", quantitystep: "10", quantitymax: "100", notransfercosts: false}
};

var tlds = {
"nl": {tld: "nl", price: 14.95, paymentperiod: 12},
"eu": {tld: "eu", price: 14.95, paymentperiod: 12},
"be": {tld: "be", price: 14.95, paymentperiod: 12},
"com": {tld: "com", price: 14.95, paymentperiod: 12},
"net": {tld: "net", price: 14.95, paymentperiod: 12},
"org": {tld: "org", price: 14.95, paymentperiod: 12},
"info": {tld: "info", price: 14.95, paymentperiod: 12},
"biz": {tld: "biz", price: 14.95, paymentperiod: 12},
"de": {tld: "de", price: 14.95, paymentperiod: 12},
"nu": {tld: "nu", price: 39.95, paymentperiod: 12},
"tv": {tld: "tv", price: 24.95, paymentperiod: 12},
"co.uk": {tld: "co.uk", price: 14.95, paymentperiod: 12}
};

var relation = { 
1: [1,13,8,2,3,4,7,5,6,10],
2: [2,3,13,4,8,1,7,5,6,10],
3: [3,2,13,4,8,1,7,5,6,10],
4: [4,13,2,3,8,1,7,5,6,10],
5: [5,12,8,7,1,2,3,4,9,6],
6: [6,1,2,3,4,5,7,8],
7: [7,1,2,3,4,5,8,6],
8: [8,1,2,3,4,5,7,6,10],
9: [9,5],
11: [11,],
12: [12,5],
13: [13,1,2,3,4]};

var choicesets = {
"2": {productid: 3, id: 2, choiceset: "t", title: "Kies een database", label: "Database", required: "t", choices: "MySQL;PostgreSQL", validationtype: ""},
"7": {productid: 4, id: 7, choiceset: "t", title: "Kies een database", label: "Database", required: "t", choices: "MySQL;PostgreSQL", validationtype: ""},
"8": {productid: 5, id: 8, choiceset: "f", title: "E-mail doorsturen naar", label: "E-mail doorsturen naar", required: "f", choices: "", validationtype: "e-mail"},
"9": {productid: 5, id: 9, choiceset: "f", title: "Website doorsturen naar", label: "Website doorsturen naar", required: "f", choices: "", validationtype: "website"},
"10": {productid: 5, id: 10, choiceset: "t", title: "Keuze", label: "Keuze", required: "t", choices: "Domeinnaam tonen in browser (frameset);Doorstuuradres tonen in browser (redirect);Koppelen aan bestaand account", validationtype: ""},
"5": {productid: 9, id: 5, choiceset: "f", title: "1-3 nameservers", label: "Nameservers", required: "f", choices: "", validationtype: ""},
"6": {productid: 11, id: 6, choiceset: "f", title: "Uw mailserver", label: "Mailserver", required: "t", choices: "", validationtype: ""}
};

var specialoffers = {

};