function go() {
	var gtfo = 'http://www.irr.ru/index.do?s_eq_categories=34&cid=34&s_=1&so_so_x=desc_effective_date';
	gtfo += '&rid='+document.getElementById('rid').value+'&s_eq_regions='+document.getElementById('rid').value;
	gtfo += '&s_eq_offer='+document.getElementById('s_eq_offer').value;
	gtfo += '&s_qu_make='+document.getElementById('s_qu_make').value;
	//gtfo += '&s_ge_mileage='+document.getElementById('s_ge_mileage').value;
	//gtfo += '&s_le_mileage='+document.getElementById('s_le_mileage').value;
	gtfo += '&s_le_year='+document.getElementById('s_le_year').value;
	gtfo += '&s_ge_year='+document.getElementById('s_ge_year').value;
	gtfo += '&s_go_price_usd='+document.getElementById('s_go_price').value;
	gtfo += '&s_lo_price_usd='+document.getElementById('s_lo_price').value;
	gtfo += '&s_ge_photos='+(document.getElementById('s_ge_photos').checked?'1':'');

	//window.location.href = gtfo;
	window.open(gtfo, "_blank", "fullscreen,toolbar,menubar,location,resizable,scrollbars");
}
