function write_header_row(arg_fromadmin)
{
	if(arg_fromadmin==true)
	{
		var bottomline = '../images/layout/bg_bottomline2.jpg';
	}
	else
	{
		var bottomline = 'images/layout/bg_bottomline2.jpg';
	}
	document.write('<tr>');
	document.write('	<td width="100%" height="95" align="center" style="background-image:url('+bottomline+');border-left:1px solid #000000;"><span id="ServiceOpMaat">Service op maat</span></td>');
	document.write('	<td width="180" nowrap class="addressCell" align="left">');
	document.write('		Transtech Industrieservice B.V.<br>');
	document.write('		Zuidbaan 587<br>');
	document.write('		2841 MD  Moordrecht<br>');
	document.write('		Tel. 0182-379222<br>');
	document.write('		Fax. 0182-379223<br>');
	document.write('		Email: <a href="mailto:info@transtech.nl">info@transtech.nl</a>');
	document.write('	</td>');
	document.write('</tr>');
}
