// JavaScript Document

Button1_Text = "Home";
Button1_Ref = "index.htm";
Button2_Text = "Vervangend vervoer";
Button2_Ref = "vv090506.php";
Button3_Text = "Schadeherstel";
Button3_Ref = "hp090506.php";
Button4_Text = "Samenwerking";
Button4_Ref = "sw090506.php";
Button5_Text = "Beter Bewust";
Button5_Ref = "bw090506.php";
Button6_Text = "Uitdeuken zonder spuiten";
Button6_Ref = "uz090506.php";
Button7_Text = "Contact";
Button7_Ref = "ct090506.php";
Button8_Text = "Werken bij";
Button8_Ref = "wb090506.php";

document.write('<tr>' +
	'<td class="kmenu" colspan="3">' +
	    '<table align="center" cellpadding="0px" cellspacing="0px">' +
		'<tr>' +
		'<td id="TB1" class="kmenubuttons">' +
		'<a id="mtb1" class="kmenubutton" href="' + Button1_Ref + '" target="_top"  onmouseover="TM_Mouse_Over(' + q + 'TB' + q + ', 1)" onmouseout="TM_Mouse_Out(' + q + 'TB' + q + ', 1, Page_Nr)">' + Button1_Text + '</a>' +
		'</td>' +
		'<td id="TB2" class="kmenubuttons">' +
		'<a id="mtb2" class="kmenubutton" href="' + Button2_Ref + '" target="_top"  onmouseover="TM_Mouse_Over(' + q + 'TB' + q + ', 2)" onmouseout="TM_Mouse_Out(' + q + 'TB' + q + ', 2, Page_Nr)">' + Button2_Text + '</a>' +
		'</td>' +
		'<td id="TB3" class="kmenubuttons">' +
		'<a id="mtb3" class="kmenubutton" href="' + Button3_Ref + '" target="_top"  onmouseover="TM_Mouse_Over(' + q + 'TB' + q + ', 3)" onmouseout="TM_Mouse_Out(' + q + 'TB' + q + ', 3, Page_Nr)">' + Button3_Text + '</a>' +
		'</td>' +
		'<td id="TB4" class="kmenubuttons">' +
		'<a id="mtb4" class="kmenubutton" href="' + Button4_Ref + '" target="_top"  onmouseover="TM_Mouse_Over(' + q + 'TB' + q + ', 4)" onmouseout="TM_Mouse_Out(' + q + 'TB' + q + ', 4, Page_Nr)">' + Button4_Text + '</a>' +
		'</td>' +
		'<td id="TB5" class="kmenubuttons">' +
		'<a id="mtb5" class="kmenubutton" href="' + Button5_Ref + '" target="_top"  onmouseover="TM_Mouse_Over(' + q + 'TB' + q + ', 5)" onmouseout="TM_Mouse_Out(' + q + 'TB' + q + ', 5, Page_Nr)">' + Button5_Text + '</a>' +
		'</td>' +
		'<td id="TB6" class="kmenubuttons">' +
		'<a id="mtb6" class="kmenubutton" href="' + Button6_Ref + '" target="_top"  onmouseover="TM_Mouse_Over(' + q + 'TB' + q + ', 6)" onmouseout="TM_Mouse_Out(' + q + 'TB' + q + ', 6, Page_Nr)">' + Button6_Text + '</a>' +
		'</td>' +
		'<td id="TB7" class="kmenubuttons">' +
		'<a id="mtb7" class="kmenubutton" href="' + Button7_Ref + '" target="_top"  onmouseover="TM_Mouse_Over(' + q + 'TB' + q + ', 7)" onmouseout="TM_Mouse_Out(' + q + 'TB' + q + ', 7, Page_Nr)">' + Button7_Text + '</a>' +
/*		'<td id="TB8" class="kmenubuttons">' +
		'<a id="mtb8" class="kmenubutton" href="' + Button8_Ref + '" target="_top"  onmouseover="TM_Mouse_Over(' + q + 'TB' + q + ', 8)" onmouseout="TM_Mouse_Out(' + q + 'TB' + q + ', 8, Page_Nr)">' + Button8_Text + '</a>' +		
		'</td>' + */
		'</tr>' +
		'</table>' +
	'</td>' +
	'</tr>' +
	'<tr>' +
	'<td  class="kmenufoto" colspan="3"  >' +
	'<img src="images/spkzw1.jpg" hspace="0px" vspace="0px"><br>' +
	'</td>' +
	'</tr>');
