document.write('<style type="text/css">');

document.write('a:link			{color: #000000; font-weight: bold;}');
document.write('a:visited		{color: #555555; font-weight: bold;}');

if (waarde['seizoen']=="l"){
	bg=bgl;
	co=col;
	document.write('body		{background-color: #6666dd;}');
	document.write('a:active	{color: #333333; font-weight: normal;background-color: #6666dd;}');
	document.write('a:hover		{color: #333333; background-color: #6666dd;}');
}
if (waarde['seizoen']=="z"){
	bg=bgz;
	co=coz;
	document.write('body		{background-color: #dddd00;}');
	document.write('a:active	{color: #333333; font-weight: normal;background-color: #dddd00;}');
	document.write('a:hover		{color: #333333; background-color: #dddd00;}');
}
if (waarde['seizoen']=="h"){
	bg=bgh;
	co=coh;
	document.write('body		{background-color: #dd0000;}');
	document.write('a:active	{color: #333333; font-weight: normal;background-color: #dd0000;}');
	document.write('a:hover		{color: #333333; background-color: #dd0000;}');
}
if (waarde['seizoen']=="w"){
	bg=bgw;
	co=cow;
	document.write('body		{background-color: #777733;}');
	document.write('a:active	{color: #333333; font-weight: normal;background-color: #777733;}');
	document.write('a:hover		{color: #333333; background-color: #777733;}');
}
document.write('.table		{background-color: '+bg+';}');
document.write('td		{vertical-align: top; padding:0px}');
document.write('body		{color:'+co+';}');
document.write('</style>');

function cc(sei,tl){
	var expiratiedatum = new Date("December 31, 2023");
	SetCookie('seizoen', sei, expiratiedatum);
	SetCookie('taal', tl, expiratiedatum);
}

function tekst(sei,txtnl,txtfr,txtuk){
	if (waarde['seizoen']==sei.substring(0,1)||waarde['seizoen']==sei.substring(1,2)||waarde['seizoen']==sei.substring(2,3)||waarde['seizoen']==sei.substring(3,4)){
		if (waarde['taal']=="nl"){
			document.write(txtnl);
   		}
	   	if (waarde['taal']=="fr"){
			document.write(txtfr);
   		}
		if (waarde['taal']=="uk"){
      			document.write(txtuk);
   		}
	}
}

function nweregel(sei,txtnl,txtfr,txtuk){
	tekst(sei,'<br>','<br>','<br>');
	tekst(sei,txtnl,txtfr,txtuk);
}

function titel(txtnl,txtfr,txtuk){
	document.write('<title>');
	tekst("lzhw",txtnl,txtfr,txtuk);
	document.write('</title>');
}

function par(sei,txtnl,txtfr,txtuk){
	tekst(sei,'<p>','<p>','<p>');
	tekst(sei,txtnl,txtfr,txtuk);
	tekst(sei,'</p>','</p>','</p>');
}
function parbegin(sei,txtnl,txtfr,txtuk){
	tekst(sei,'<p>','<p>','<p>');
	tekst(sei,txtnl,txtfr,txtuk);
}
function pareind(sei,txtnl,txtfr,txtuk){
	tekst(sei,txtnl,txtfr,txtuk);
	tekst(sei,'</p>','</p>','</p>');
}
function pari(sei,txtnl,txtfr,txtuk){
	document.write('<i><small>');
	par(sei,txtnl,txtfr,txtuk);
	document.write('</small></i>');
}

function plaatje(quotient,l,z,h,w,x){
	if (quotient==0){breedte=" "}
	else{
		if (quotient==1)	{breedte='width="696px"';}
		else{
			if (quotient==2){breedte='width="348px"';}
			else		{breedte='width="224px"';}

		}
	}
	if (waarde['seizoen']=="l"){
		if (l==" "){}
		else{
			document.write('<img src="jpeg/')
			document.write(l);
			document.write('.jpg" '+breedte+'>');
		}
	}
	if (waarde['seizoen']=="z"){
		if (z==" "){}
		else{
			document.write('<img src="jpeg/')
			document.write(z);
			document.write('.jpg" '+breedte+'>');
		}
	}
	if (waarde['seizoen']=="h"){
		if (h==" "){}
		else{
			document.write('<img src="jpeg/')
			document.write(h);
			document.write('.jpg" '+breedte+'>');
		}
	}
	if (waarde['seizoen']=="w"){
		if (w==" "){}
		else{
			document.write('<img src="jpeg/')
			document.write(w);
			document.write('.jpg" '+breedte+'>');
		}
	}
}

function kop1(sei,txtnl,txtfr,txtuk){
	document.write('<h1 class="x">');
	tekst(sei,txtnl,txtfr,txtuk);
	document.write('</h1>');
}

function kop2(sei,txtnl,txtfr,txtuk){
	document.write('<h2 class="x">');
	tekst(sei,txtnl,txtfr,txtuk);
	document.write('</h2>');
}
function link(sei,pag,txtnl,txtfr,txtuk){
	document.write('<a href="'+pag+'.html?seizoen='+waarde['seizoen']+'&taal='+waarde['taal']+'">');
	tekst(sei,txtnl,txtfr,txtuk);
	document.write('</a>');
}

function extlink(sei,pag,txtnl,txtfr,txtuk){
	document.write('<p><a href="'+pag+'">');
	tekst(sei,txtnl,txtfr,txtuk);
	document.write('</a></P>');
}
function linkmenu(){
	link("lzhw","00welkom","welkom","bienvenue","welcome");
	document.write('<br>');
	link("lzhw","02prijzen","prijslijst","tarifs","prices");
	document.write('<br>');
	link("lzhw","02boeken","contact / reserveren","contact / r&eacute;server","contact / reservations");
	document.write('<br>');
	link("lzhw","01arrangementen","arrangement","","");
	document.write('<br>');
	document.write('<br>');
	link("lzhw","02voorwaarden","voorwaarden","conditions","conditions");
	document.write('<br>');
	link("lzhw","02route","route","route","route");
	document.write('<br>');
	link("lzhw","02links","links","liens","links");
	document.write('<br>');
	link("lzhw","02nieuwsbrief","nieuwsbrief","","");
	document.write('<br>');
}


