function idz(gdzie)
{
if(gdzie=='1') document.location="index.htm";
if(gdzie=='2') document.location="pokoje.htm";
if(gdzie=='3') document.location="dojazd.htm";
if(gdzie=='4') document.location="galeria.htm";
if(gdzie=='5') document.location="cennik.htm";
if(gdzie=='6') document.location="warto-wiedziec.htm";
if(gdzie=='7') document.location="formularz.php";

}

