function showCennik(id)
		{		
		window.open('popup_cennik.php?id='+id,'','toolbar=0,status=0,location=0, scrollbars=yes,resizable=no,width=980,height=340');
		}	
		
		
function showAnfrage(id)
		{		
		window.open('popup_anfrage.php?id='+id,'','toolbar=0,status=0,location=0, scrollbars=yes,resizable=no,width=550,height=530');
		}			

		
function stadtPlan(img)
		{		
		window.open('stadt_plan.php?img='+img,'','toolbar=0,status=0,location=0, scrollbars=yes,resizable=no,width=920,height=700');
		}			
				
		
function showBuchung(id)
		{		
		window.open('popup_buchung.php?id='+id,'','toolbar=0,status=1,location=0, scrollbars=yes,resizable=no,width=790,height=700');
		}			
		

function changeWariant(selectField)
	{
	if (selectField==undefined)
		{
			selectField=document.getElementById('wariantForm').wariant;
		}	
	document.getElementById('pole_ceny').innerHTML=selectField.options[selectField.selectedIndex].getAttribute('szczegoly');	
	document.getElementById('pakietForm').id_wariantu.value=selectField.options[selectField.selectedIndex].getAttribute('id_wariantu');	
	}
	
function showPakietyForm()
	{		
		
		if (document.getElementById('showPakietyBtn').className=='buton_rezerwacja')
			{
			document.getElementById('rezDiv').style.display='block';	
			document.getElementById('showPakietyBtn').className='buton_rezerwacja_gray';
			}
			else
			{
			document.getElementById('rezDiv').style.display='none';	
			document.getElementById('showPakietyBtn').className='buton_rezerwacja';	
			}
			
	}
	
	
function changeData()
	{
	document.getElementById('pakietForm').data_przyjazdu.value=document.getElementById('terminForm').data_przyjazdu.value;
	}	