function changeFilterQuery(filterParameterValue)
{
	if(filterParameterValue=='novinki')
	{
		if(document.getElementById('novinki').style.backgroundColor!='#aa3033')
		{
			xajax_ajaxBooks(filterParameterValue);

			document.getElementById('skoroVProdajeTD').innerHTML='	<table border="0" cellpadding="0" cellspacing="0" width="100%">'+
																		'<tr>'+
																			'<td width="1px"></td>'+
																			'<td align="center" id="skoroVProdaje"><div class="filterNotSelectedBtn" style="width: 125px; padding-bottom: 3px;" onclick="changeFilterQuery(\'skoroVProdaje\');"><nobr>Скоро в продаже</nobr></div></td>'+
																			'<td width="1px"><td>'+
																		'</tr>'+
																	'</table>';

			document.getElementById('novinkiTD').innerHTML='	<table border="0" cellpadding="0" cellspacing="0" width="100%">'+
																		'<tr>'+
																			'<td width="1px"><img src="./images/filter.left.corner.jpg" alt="" class="cursorPointer"></td>'+
																			'<td align="center" id="novinki" style="background-color: #aa3033; padding-bottom: 3px;"><span class="filterSelectedBtn" onclick="changeFilterQuery(\'novinki\');">Новинки</span></td>'+
																			'<td width="1px"><img src="./images/filter.right.corner.jpg" alt="" class="cursorPointer"></td>'+
																		'</tr>'+
																	'</table>';

			document.getElementById('lideriProdajTD').innerHTML='	<table border="0" cellpadding="0" cellspacing="0" width="100%">'+
																		'<tr>'+
																			'<td width="1px"></td>'+
																			'<td align="center" id="lideriProdaj"><div class="filterNotSelectedBtn" style="width: 120px; padding-bottom: 3px;" onclick="changeFilterQuery(\'lideriProdaj\');"><nobr>Лидеры продаж</nobr></div></td>'+
																			'<td width="1px"><td>'+
																		'</tr>'+
																	'</table>';

			document.getElementById('filterParameterInput').value='novinki';
		}
	}

	if(filterParameterValue=='lideriProdaj')
	{
		if(document.getElementById('lideriProdaj').style.backgroundColor!='#aa3033')
		{
			xajax_ajaxBooks(filterParameterValue);

			document.getElementById('skoroVProdajeTD').innerHTML='	<table border="0" cellpadding="0" cellspacing="0" width="100%">'+
																		'<tr>'+
																			'<td width="1px"></td>'+
																			'<td align="center" id="skoroVProdaje"><div class="filterNotSelectedBtn" style="width: 125px; padding-bottom: 3px;" onclick="changeFilterQuery(\'skoroVProdaje\');"><nobr>Скоро в продаже</nobr></div></td>'+
																			'<td width="1px"><td>'+
																		'</tr>'+
																	'</table>';

			document.getElementById('lideriProdajTD').innerHTML='	<table border="0" cellpadding="0" cellspacing="0" width="100%">'+
																		'<tr>'+
																			'<td width="1px"><img src="./images/filter.left.corner.jpg" alt="" class="cursorPointer"></td>'+
																			'<td align="center" id="lideriProdaj" style="background-color: #aa3033; padding-bottom: 3px;"><span class="filterSelectedBtn">Лидеры продаж</span></td>'+
																			'<td width="1px"><img src="./images/filter.right.corner.jpg" alt="" class="cursorPointer"></td>'+
																		'</tr>'+
																	'</table>';

			document.getElementById('novinkiTD').innerHTML='	<table border="0" cellpadding="0" cellspacing="0" width="100%">'+
																		'<tr>'+
																			'<td width="1px"></td>'+
																			'<td align="center" id="novinki"><div class="filterNotSelectedBtn" style="width: 65px; padding-bottom: 3px;" onclick="changeFilterQuery(\'novinki\');"><nobr>Новинки</nobr></div></td>'+
																			'<td width="1px"><td>'+
																		'</tr>'+
																	'</table>';

			document.getElementById('filterParameterInput').value='lideriProdaj';
		}
	}

	if(filterParameterValue=='skoroVProdaje')
	{
		if(document.getElementById('skoroVProdaje').style.backgroundColor!='#aa3033')
		{
			xajax_ajaxBooks(filterParameterValue);
			document.getElementById('skoroVProdajeTD').innerHTML='	<table border="0" cellpadding="0" cellspacing="0" width="100%">'+
																		'<tr>'+
																			'<td width="1px"><img src="./images/filter.left.corner.jpg" alt="" class="cursorPointer"></td>'+
																			'<td align="center" id="skoroVProdaje" style="background-color: #aa3033; padding-bottom: 3px;"><span class="filterSelectedBtn">Скоро в продаже</span></td>'+
																			'<td width="1px"><img src="./images/filter.right.corner.jpg" alt="" class="cursorPointer"></td>'+
																		'</tr>'+
																	'</table>';

			document.getElementById('lideriProdajTD').innerHTML='	<table border="0" cellpadding="0" cellspacing="0" width="100%">'+
																		'<tr>'+
																			'<td width="1px"></td>'+
																			'<td align="center" id="lideriProdaj"><div class="filterNotSelectedBtn" style="width: 120px; padding-bottom: 3px;" onclick="changeFilterQuery(\'lideriProdaj\');"><nobr>Лидеры продаж</nobr></div></td>'+
																			'<td width="1px"><td>'+
																		'</tr>'+
																	'</table>';

			document.getElementById('novinkiTD').innerHTML='	<table border="0" cellpadding="0" cellspacing="0" width="100%">'+
																		'<tr>'+
																			'<td width="1px"></td>'+
																			'<td align="center" id="novinki"><div class="filterNotSelectedBtn" style="width: 65px; padding-bottom: 3px;" onclick="changeFilterQuery(\'novinki\');"><nobr>Новинки</nobr></div></td>'+
																			'<td width="1px"><td>'+
																		'</tr>'+
																	'</table>';

			document.getElementById('filterParameterInput').value='skoroVProdaje';
		}
	}
}
