function HideIn(cont_in, out1, out2, out3, out4, out5, out6) {
	
	document.getElementById(cont_in).style.display = 'block';
	document.getElementById(out1).style.display = 'none';
    
	document.getElementById(out2).style.display = 'none';
	
	document.getElementById(out3).style.display = 'none';
	
	document.getElementById(out4).style.display = 'none';
	document.getElementById(out5).style.display = 'none';
	document.getElementById(out6).style.display = 'none';
	document.getElementById('adresy').style.display = 'none';
	
    
}

function change_cat(lp)
{
	
	var miasto = document.getElementById('miasto'+lp).value;
	var marka = document.getElementById('seo_marka'+lp).value;
	//alert('/siec_sprzedazy/' + marka + ','+ miasto + '.html');
	window.location.href = '/siec_sprzedazy/' + marka + ','+ miasto + '.html';	
}

function change_cat2(lp)
{
	
	var miasto = document.getElementById('miasto'+lp).value;
	var marka = document.getElementById('seo_marka'+lp).value;
	//alert('/siec_sprzedazy/' + marka + ','+ miasto + '.html');
	window.location.href = '/oddzialy/' + marka + ','+ miasto + '.html';	
}

function change_cat3()
{
	
	var miasto = document.getElementById('miasto').value;
	var marka = document.getElementById('seo_marka').value;
	//alert('/nasze_marki/' + marka + ','+ miasto + '.html');
	window.location.href = '/nasze_marki/' + marka + ','+ miasto + '.html#oddzialy';	
}
