	
	function toSite(value)
	{	
		document.getElementById('mini').value = value;		
		
		if(document.all)
		{
			document.szukaj.submit();			
		}
		else
		{
			document.getElementById('szukaj').submit();
		}		
	}
	
	function adv(obj)
	{	
		if(obj.checked)
		{ 
			document.getElementById('adv').style.display='block';
		} 
		else 
		{
			document.getElementById('adv').style.display='none';
		}
	}

	function opnw(id) 
	{
		var width=900;
		var height=700;
 		var Win = window.open("offer.php?id=" + id,'offer','width=' + width + ',height=' + height + ',resizable=1,scrollbars=1,menubar=1');
	}
	
	function opnws(id) 
	{
		var width=900;
		var height=700;
 		var Win = window.open("html/oferta_specjalna.php?id=" + id,'offer','width=' + width + ',height=' + height + ',resizable=1,scrollbars=1,menubar=1');
	}
