var suburl = location.pathname;
var bg
	if (suburl.indexOf('nl') >= 0)
	{
		bg = "bg_topnl";
	}
	else if (suburl.indexOf('eng') >= 0)
	{
		bg = "bg_topeng";
	}


document.write('<table width="100%" border="0" cellspacing="0" cellpadding="0" height="100%">'+
  		  '<tr>'+
    		    '<td>'+
                      '<table width="100%" border="0" cellspacing="0" cellpadding="0">'+
                        '<tr>'+ 
                           '<td background="../../common/img/common/'+ bg +'.jpg" valign="top" height="58" width="600" >&nbsp;</td>'+
                           '<td background="../../common/img/common/fill_top.jpg" align="right" height="58">'+
		               '&nbsp;'+
                           '</td>'+
				'<td background="../../common/img/common/silhouet.jpg" align="right" height="58" width="100">'+
		               '&nbsp;'+
                           '</td>'+
                         '</tr>'+
                      '</table>'+
                    '</td>'+
                  '</tr>');
