// JavaScript Document

LButton1_Text = "Schadeherstel";
LButton1_Ref = "hp090506.php";
LButton2_Text = "Airco";
LButton2_Ref = "ac090506.php";
LButton3_Text = "Richten";
LButton3_Ref = "rb090506.php";
LButton4_Text = "Ruitherstel";
LButton4_Ref = "rh090506.php";

document.write('<tr>' +
	'<td  class="kzijkant">' +
			'<img src="images/spkaul1.jpg" border="0" hspace="0px" vspace="0px"><br />');
			


if (Page_Nr == "hp") {
   document.write('<table  id="leftbuttons" align="center" width="184" cellpadding="0px" cellspacing="0px" style="position:relative; top:-368px">' +
			'<tr height="69px">' +
			'<td>&nbsp;' +
			'</td>' +
			'</tr>' +
			'<tr>' +
			'<td class="kmenubutton">' +
				'<img  id="LButton1" src="images/btl1.jpg" border="0" hspace="0px" vspace="0px"><br />' +
			'</td>' +
			'</tr>' +
			'<tr>' +
			'<td class="kmenubutton">' +
				'<img id="LButton2" src="images/btl2.jpg" border="0" hspace="0px" vspace="0px"><br />' +
			'</td>' +
			'</tr>' +
			'<tr>' +
			'<td class="kmenubutton">' +
				'<img id="LButton3" src="images/btl3.jpg" border="0" hspace="0px" vspace="0px"><br />' +
			'</td>' +
			'</tr>' + 
			'<tr>' +
			'<td class="kmenubutton">' +
				'<img id="LButton4" src="images/btl4.jpg" border="0" hspace="0px" vspace="0px"><br />' +
			'</td>' +
			'</tr>' +
			'</table>' +
			
			'<table id="leftbuttontekst" align="center" width="184" cellpadding="0px" cellspacing="0px" style="position:relative; top:-529px">' +
			'<tr height="69px">' +
			'<td>&nbsp;' +
			'</td>' +
			'</tr>' +
			'<tr>' +
			'<td class="kleftbutton">' +
			'<a id="ALButton1" class="kleftbuttondiv" href="' + LButton1_Ref + '" onmouseover="MM_Mouse_Over(' + q + 'LButton' + q + ', 1)" onmouseout="MM_Mouse_Out(' + q +'LButton' + q + ', 1)">' +
			LButton1_Text + '</a>' +
			'</td>' +
			'</tr>' +
			'<tr>' +
			'<td class="kleftbutton">' +
			'<a id="ALButton2"  class="kleftbuttondiv" href="' + LButton2_Ref + '" onmouseover="MM_Mouse_Over(' + q + 'LButton' + q + ', 2)" onmouseout="MM_Mouse_Out(' + q + 'LButton' + q + ', 2)">' +			
			LButton2_Text + '</a>' +
			'</td>' +
			'</tr>' +
			'<tr>' +
			'<td class="kleftbutton">' +
			'<a id="ALButton3"  class="kleftbuttondiv" href="' + LButton3_Ref + '" onmouseover="MM_Mouse_Over(' + q + 'LButton' + q + ', 3)" onmouseout="MM_Mouse_Out(' + q + 'LButton' + q + ', 3)">' +			
			LButton3_Text + '</a>' +
			'</td>' +
			'</tr>' +
			'<tr>' +
			'<td class="kleftbutton">' +
			'<a id="ALButton4"  class="kleftbuttondiv" href="' + LButton4_Ref + '" onmouseover="MM_Mouse_Over(' + q + 'LButton' + q + ', 4)" onmouseout="MM_Mouse_Out(' + q + 'LButton' + q + ', 4)">' +				
			LButton4_Text + '</a>' +
			'</td>' + 
			'</tr>' +
			'</table>');
}

document.write('</td>');
