
	var setTemplate = function (type, o) {
		if (!document.templateInit) {
			document.templateInit = new templateInit();
		}
		var t = document.templateInit;
		switch (type) {
			case 'tm':
				if (o.value!='nothing') t.theTemplate = o.value;
				break;
			case 'kl':
				if (o.value!='nothing') t.theColor = o.value;
				break;
		}
		if (t.template) {
			var theImage = t.template[t.theTemplate][t.theColor];
			var theDiv = document.getElementById('w_templateShowDiv');
			if (theImage && theDiv) {
				theDiv.innerHTML = '';
				theDiv.style.backgroundImage = 'url(' + theImage + ')';
			}
		}
	}

	var templateInit = function () {
		this.theTemplate 	= 'fris';
		this.theColor		= 'kleur1';

		this.template 		= new Object();

		this.template ['klassiek'] = new Object();
		this.template ['klassiek']['kleur1'] = '/images/w/t/klassiekkleur1.gif';
		this.template ['klassiek']['kleur2'] = '/images/w/t/klassiekkleur2.gif';
		this.template ['klassiek']['kleur3'] = '/images/w/t/klassiekkleur3.gif';
		this.template ['klassiek']['kleur4'] = '/images/w/t/klassiekkleur4.gif';

		this.template ['modern'] = new Object();
		this.template ['modern']['kleur1'] = '/images/w/t/modernkleur1.gif';
		this.template ['modern']['kleur2'] = '/images/w/t/modernkleur2.gif';
		this.template ['modern']['kleur3'] = '/images/w/t/modernkleur3.gif';
		this.template ['modern']['kleur4'] = '/images/w/t/modernkleur4.gif';

		this.template ['vakwerk'] = new Object();
		this.template ['vakwerk']['kleur1'] = '/images/w/t/vakwerkkleur1.gif';
		this.template ['vakwerk']['kleur2'] = '/images/w/t/vakwerkkleur2.gif';
		this.template ['vakwerk']['kleur3'] = '/images/w/t/vakwerkkleur3.gif';
		this.template ['vakwerk']['kleur4'] = '/images/w/t/vakwerkkleur4.gif';

		this.template ['traditioneel'] = new Object();
		this.template ['traditioneel']['kleur1'] = '/images/w/t/traditioneelkleur1.gif';
		this.template ['traditioneel']['kleur2'] = '/images/w/t/traditioneelkleur2.gif';
		this.template ['traditioneel']['kleur3'] = '/images/w/t/traditioneelkleur3.gif';
		this.template ['traditioneel']['kleur4'] = '/images/w/t/traditioneelkleur4.gif';

		this.template ['speels'] = new Object();
		this.template ['speels']['kleur1'] = '/images/w/t/speelskleur1.gif';
		this.template ['speels']['kleur2'] = '/images/w/t/speelskleur2.gif';
		this.template ['speels']['kleur3'] = '/images/w/t/speelskleur3.gif';
		this.template ['speels']['kleur4'] = '/images/w/t/speelskleur4.gif';

		this.template ['pastel'] = new Object();
		this.template ['pastel']['kleur1'] = '/images/w/t/pastelkleur1.gif';
		this.template ['pastel']['kleur2'] = '/images/w/t/pastelkleur2.gif';
		this.template ['pastel']['kleur3'] = '/images/w/t/pastelkleur3.gif';
		this.template ['pastel']['kleur4'] = '/images/w/t/pastelkleur4.gif';

		this.template ['strak'] = new Object();
		this.template ['strak']['kleur1'] = '/images/w/t/strakkleur1.gif';
		this.template ['strak']['kleur2'] = '/images/w/t/strakkleur2.gif';
		this.template ['strak']['kleur3'] = '/images/w/t/strakkleur3.gif';
		this.template ['strak']['kleur4'] = '/images/w/t/strakkleur4.gif';

		this.template ['asymetrisch'] = new Object();
		this.template ['asymetrisch']['kleur1'] = '/images/w/t/asymetrischkleur1.gif';
		this.template ['asymetrisch']['kleur2'] = '/images/w/t/asymetrischkleur2.gif';
		this.template ['asymetrisch']['kleur3'] = '/images/w/t/asymetrischkleur3.gif';
		this.template ['asymetrisch']['kleur4'] = '/images/w/t/asymetrischkleur4.gif';

		this.template ['compact'] = new Object();
		this.template ['compact']['kleur1'] = '/images/w/t/compactkleur1.gif';
		this.template ['compact']['kleur2'] = '/images/w/t/compactkleur2.gif';
		this.template ['compact']['kleur3'] = '/images/w/t/compactkleur3.gif';
		this.template ['compact']['kleur4'] = '/images/w/t/compactkleur4.gif';

		this.template ['ambachtelijk'] = new Object();
		this.template ['ambachtelijk']['kleur1'] = '/images/w/t/ambachtelijkkleur1.gif';
		this.template ['ambachtelijk']['kleur2'] = '/images/w/t/ambachtelijkkleur2.gif';
		this.template ['ambachtelijk']['kleur3'] = '/images/w/t/ambachtelijkkleur3.gif';
		this.template ['ambachtelijk']['kleur4'] = '/images/w/t/ambachtelijkkleur4.gif';

		this.template ['traditioneel_navigatieboven'] = new Object();
		this.template ['traditioneel_navigatieboven']['kleur1'] = '/images/w/t/traditioneel_navigatiebovenkleur1.gif';
		this.template ['traditioneel_navigatieboven']['kleur2'] = '/images/w/t/traditioneel_navigatiebovenkleur2.gif';
		this.template ['traditioneel_navigatieboven']['kleur3'] = '/images/w/t/traditioneel_navigatiebovenkleur3.gif';
		this.template ['traditioneel_navigatieboven']['kleur4'] = '/images/w/t/traditioneel_navigatiebovenkleur4.gif';

		this.template ['minimalistisch'] = new Object();
		this.template ['minimalistisch']['kleur1'] = '/images/w/t/minimalistischkleur1.gif';
		this.template ['minimalistisch']['kleur2'] = '/images/w/t/minimalistischkleur2.gif';
		this.template ['minimalistisch']['kleur3'] = '/images/w/t/minimalistischkleur3.gif';
		this.template ['minimalistisch']['kleur4'] = '/images/w/t/minimalistischkleur4.gif';
		
		// 12 nieuwe templates ( maart 2005 )
		this.template ['fris'] = new Object();
		this.template ['fris']['kleur1'] = '/images/w/t2005/friskleur1.gif';
		this.template ['fris']['kleur2'] = '/images/w/t2005/friskleur2.gif';
		this.template ['fris']['kleur3'] = '/images/w/t2005/friskleur3.gif';
		this.template ['fris']['kleur4'] = '/images/w/t2005/friskleur4.gif';
		
		this.template ['naturel'] = new Object();
		this.template ['naturel']['kleur1'] = '/images/w/t2005/naturelkleur1.gif';
		this.template ['naturel']['kleur2'] = '/images/w/t2005/naturelkleur2.gif';
		this.template ['naturel']['kleur3'] = '/images/w/t2005/naturelkleur3.gif';
		this.template ['naturel']['kleur4'] = '/images/w/t2005/naturelkleur4.gif';
		
		this.template ['trendy'] = new Object();
		this.template ['trendy']['kleur1'] = '/images/w/t2005/trendykleur1.gif';
		this.template ['trendy']['kleur2'] = '/images/w/t2005/trendykleur2.gif';
		this.template ['trendy']['kleur3'] = '/images/w/t2005/trendykleur3.gif';
		this.template ['trendy']['kleur4'] = '/images/w/t2005/trendykleur4.gif';
		
		this.template ['karakteristiek'] = new Object();
		this.template ['karakteristiek']['kleur1'] = '/images/w/t2005/karakteristiekkleur1.gif';
		this.template ['karakteristiek']['kleur2'] = '/images/w/t2005/karakteristiekkleur2.gif';
		this.template ['karakteristiek']['kleur3'] = '/images/w/t2005/karakteristiekkleur3.gif';
		this.template ['karakteristiek']['kleur4'] = '/images/w/t2005/karakteristiekkleur4.gif';

		this.template ['techno'] = new Object();
		this.template ['techno']['kleur1'] = '/images/w/t2005/technokleur1.gif';
		this.template ['techno']['kleur2'] = '/images/w/t2005/technokleur2.gif';
		this.template ['techno']['kleur3'] = '/images/w/t2005/technokleur3.gif';
		this.template ['techno']['kleur4'] = '/images/w/t2005/technokleur4.gif';
		
		this.template ['exotisch'] = new Object();
		this.template ['exotisch']['kleur1'] = '/images/w/t2005/exotischkleur1.gif';
		this.template ['exotisch']['kleur2'] = '/images/w/t2005/exotischkleur2.gif';
		this.template ['exotisch']['kleur3'] = '/images/w/t2005/exotischkleur3.gif';
		this.template ['exotisch']['kleur4'] = '/images/w/t2005/exotischkleur4.gif';
		
		this.template ['specialistisch'] = new Object();
		this.template ['specialistisch']['kleur1'] = '/images/w/t2005/specialistischkleur1.gif';
		this.template ['specialistisch']['kleur2'] = '/images/w/t2005/specialistischkleur2.gif';
		this.template ['specialistisch']['kleur3'] = '/images/w/t2005/specialistischkleur3.gif';
		this.template ['specialistisch']['kleur4'] = '/images/w/t2005/specialistischkleur4.gif';
		
		this.template ['eigentijds'] = new Object();
		this.template ['eigentijds']['kleur1'] = '/images/w/t2005/eigentijdskleur1.gif';
		this.template ['eigentijds']['kleur2'] = '/images/w/t2005/eigentijdskleur2.gif';
		this.template ['eigentijds']['kleur3'] = '/images/w/t2005/eigentijdskleur3.gif';
		this.template ['eigentijds']['kleur4'] = '/images/w/t2005/eigentijdskleur4.gif';
		
		this.template ['retro'] = new Object();
		this.template ['retro']['kleur1'] = '/images/w/t2005/retrokleur1.gif';
		this.template ['retro']['kleur2'] = '/images/w/t2005/retrokleur2.gif';
		this.template ['retro']['kleur3'] = '/images/w/t2005/retrokleur3.gif';
		this.template ['retro']['kleur4'] = '/images/w/t2005/retrokleur4.gif';

		this.template ['tijdloos'] = new Object();
		this.template ['tijdloos']['kleur1'] = '/images/w/t2005/tijdlooskleur1.gif';
		this.template ['tijdloos']['kleur2'] = '/images/w/t2005/tijdlooskleur2.gif';
		this.template ['tijdloos']['kleur3'] = '/images/w/t2005/tijdlooskleur3.gif';
		this.template ['tijdloos']['kleur4'] = '/images/w/t2005/tijdlooskleur4.gif';
		
		this.template ['functioneel'] = new Object();
		this.template ['functioneel']['kleur1'] = '/images/w/t2005/functioneelkleur1.gif';
		this.template ['functioneel']['kleur2'] = '/images/w/t2005/functioneelkleur2.gif';
		this.template ['functioneel']['kleur3'] = '/images/w/t2005/functioneelkleur3.gif';
		this.template ['functioneel']['kleur4'] = '/images/w/t2005/functioneelkleur4.gif';
		
		this.template ['stijlvol'] = new Object();
		this.template ['stijlvol']['kleur1'] = '/images/w/t2005/stijlvolkleur1.gif';
		this.template ['stijlvol']['kleur2'] = '/images/w/t2005/stijlvolkleur2.gif';
		this.template ['stijlvol']['kleur3'] = '/images/w/t2005/stijlvolkleur3.gif';
		this.template ['stijlvol']['kleur4'] = '/images/w/t2005/stijlvolkleur4.gif';
	}


