// CHANGE THIS DOCUMENT

var displayData

var _iconFolder = "/imgs/succesformule/icons_";
var _branchTooltip = "Kies uw branche";
var _countTooltip = "Kies de omvang";
var _resultTooltip = "Bekijk het resultaat (klik op de pijl)";
var _changeResultTooltip = "Verander het resultaat";
var _backToBrancheTooltip = "Terug naar branchekeuze";
var _backToCountTooltip = "Terug naar omvang keuze";

var _countNotApplicable = "n.v.t";

var _resultPageUrl = "/resultaten.asp";
var _contactPageUrl = "/contactform.asp";
var _brancheUrlVarName = "kanaal";
var _countUrlVarName = "omvang";
var _nrUrlVarName = "nr";


var _branchlist = new Array(); 
_branchlist.push({urlvar: "op-het-werk" ,name: "Op het werk", icon: "ophetwerk.png", visitortype: "medewerkers", count: new Array("75", "75-250", "250")});
_branchlist.push({urlvar: "educatie" ,name: "Educatie", icon: "schoolkantine.png", visitortype: "leerlingen", count: new Array("500", "500-1250", "1250")});
_branchlist.push({urlvar: "benzinestation-snelweg" ,name: "Benzinestation Snelweg", icon: "benzinestation-snelweg.png", visitortype: "klanten", count: new Array("500", "500-1500", "1500")});
_branchlist.push({urlvar: "benzinestation-woongebieden" ,name: "Benzinestation Woongebieden", icon: "benzinestation-woonwijk.png", visitortype: "klanten", count: new Array("500", "500-1500", "1500")});
_branchlist.push({urlvar: "recreatie-vrijetijd-en-sport" ,name: "Recreatie, Vrije tijd en Sport", icon: "sportkantine.png", visitortype: "bezoekers", count: new Array("500", "500-1500", "1500")});
_branchlist.push({urlvar: "cinema" ,name: "Cinema", icon: "cinema.png", visitortype: "bezoekers", count: new Array("500", "500-1250", "1250")});
_branchlist.push({urlvar: "videotheek" ,name: "Videotheek", icon: "videotheek.png", visitortype: "bezoekers", count: new Array("500", "500-1250", "1250")});
_branchlist.push({urlvar: "retail" ,name: "Retail", icon: "retail.png", visitortype: "klanten", count: new Array("500", "500-1500", "1500")});
_branchlist.push({urlvar: "horeca" ,name: "Horeca", icon: "horeca.png", visitortype: "klanten", count: new Array("500", "500-1500", "1500")});

var _branchlistContact = new Array(); 
_branchlistContact.push({urlvar: "consument" ,name: "Consument", icon: "consument.png", visitortype: "", count: new Array(_countNotApplicable, _countNotApplicable, _countNotApplicable)});
_branchlistContact.push({urlvar: "groothandel" ,name: "Groothandel", icon: "groothandel.png", visitortype: "", count: new Array(_countNotApplicable, _countNotApplicable, _countNotApplicable)});
_branchlistContact.push({urlvar: "op-het-werk-kantoor" ,name: "Op het werk - kantoor", icon: "ophetwerk-kantoor.png", visitortype: "medewerkers", count: new Array("75", "75-250", "250")});
_branchlistContact.push({urlvar: "op-het-werk-fabriek" ,name: "Op het werk - fabriek", icon: "ophetwerk-fabriek.png", visitortype: "medewerkers", count: new Array("75", "75-250", "250")});
_branchlistContact.push({urlvar: "educatie" ,name: "Educatie", icon: "schoolkantine.png", visitortype: "leerlingen", count: new Array("500", "500-1250", "1250")});
_branchlistContact.push({urlvar: "benzinestation-snelweg" ,name: "Benzinestation Snelweg", icon: "benzinestation-snelweg.png", visitortype: "klanten", count: new Array("500", "500-1500", "1500")});
_branchlistContact.push({urlvar: "benzinestation-woongebieden" ,name: "Benzinestation Woongebieden", icon: "benzinestation-woonwijk.png", visitortype: "klanten", count: new Array("500", "500-1500", "1500")});
_branchlistContact.push({urlvar: "recreatie-vrijetijd-en-sport" ,name: "Recreatie, Vrije tijd en Sport", icon: "sportkantine.png", visitortype: "bezoekers", count: new Array("500", "500-1500", "1500")});
_branchlistContact.push({urlvar: "cinema" ,name: "Cinema", icon: "cinema.png", visitortype: "bezoekers", count: new Array("500", "500-1250", "1250")});
_branchlistContact.push({urlvar: "videotheek" ,name: "Videotheek", icon: "videotheek.png", visitortype: "bezoekers", count: new Array("500", "500-1250", "1250")});
_branchlistContact.push({urlvar: "retail" ,name: "Retail", icon: "retail.png", visitortype: "klanten", count: new Array("500", "500-1500", "1500")});
_branchlistContact.push({urlvar: "horeca" ,name: "Horeca", icon: "horeca.png", visitortype: "klanten", count: new Array("500", "500-1500", "1500")});

var _countlist = new Array(); 
_countlist.push({urlvar: "laag" ,text: "minder dan", icon: "nr_low.png"});
_countlist.push({urlvar: "middel" ,text: "tussen", icon: "nr_medium.png"});
_countlist.push({urlvar: "hoog" ,text: "meer dan", icon: "nr_high.png"});

_resultBtn = {name: "Bekijk resultaat", icon: "results.png"};

$(document).ready(function(){		
	initSuccessApp();
});
