function is18 () {

    if(getCookie('is18')!='true') {

	is18warning();

    }

}



function is18warning () {

    document.getElementById('page').style.display = 'none';

    document.getElementById('aadduulltt').innerHTML = '<div id="is18warning"></div>';

    var d = document.getElementById('is18warning');

    d.innerHTML = '<map name="map1">' 

	+'<area style="cursor:pointer;" shape="rect" coords="113, 268, 214, 303" onClick="if(CheckBox() == true) window.location.reload();">'

	+'<area shape="rect" coords="222,279,300,306" href="http://google.pl" title=""></map>'

	+'<div style="width:591px;margin:auto;">' 

	+'<div style="border:0">' 

	+'<img src="http://panie.com.pl/public/gfx/splash_head.gif" alt="anonse erotyczne" title="anonse erotyczne" hspace="0" style="border:0;display:block;" /></div>' 

	+'<div style="border:0; position:relative;"><div style="position:absolute; margin-left:105px; margin-top:64px; width:205px; height:90px; border:0;">Serwis zawiera <b>sex</b>, <b>anonse erotyczne</b> i <b>ogłoszenia towarzyskie</b> przeznaczone dla osób pełnoletnich. </div>' 

	+'<div style="position:absolute; margin-left:105px; margin-top:150px; width:280px; height:110px; border:0;">' 

	+'Jeśli nie jesteś zainteresowany tego typu tematyką lub jesteś osobą niepełnoletnią powinieneś zrezygnować z korzystania z tego serwisu i opuścić tę stronę! Wejście na stronę oznacza, że akceptujesz jego zawartość.' 

	+'</div>' 

	+'<img src="http://panie.com.pl/public/gfx/splash_body.gif" alt="sex" title="sex" usemap="#map1" hspace="0" style="border:0;display:block;" /></div>' 

	+'<div style="border:0; position:relative;">' 

	+'<form id="ptw" name="akcept" action="" method="post">' 

	+'<div id="tab_18">Oświadczam, że jestem pełnoletni (ukończyłem 18 lat) i akceptuję regulamin<br/><input type="checkbox" name="reg" value="" /><br/>' 

	+'<div id="warn"><img class="arrow" name="arrow" src="http://panie.com.pl/public/gfx/images/arrow.jpg" alt="Zaznacz kwadrat"/><br/>Zaakceptuj regulamin, aby przeglądać zawartość naszego serwisu.</div></div>' 

	+'</form>' 

	+'<img src="http://panie.com.pl/public/gfx/splash_foot.gif" alt="ogłoszenia towarzyskie" title="ogłoszenia towarzyskie" hspace="0" style="border:0;display:block;" /></div>' 

	+'</div>';

}



function CheckReg()

{

  if(document.forms.akcept.reg.checked != true)

  {

    	document.getElementById('warn').style.color = '#F00';

    	document.getElementById('warn').style.fontSize = '13px';

    	document.arrow.src = 'http://panie.com.pl/public/gfx/images/arrow_2.gif';

  }

  else

  	is18prompt();

}



function CheckBox()

{

  if(document.forms.akcept.reg.checked != true)

  {

    document.getElementById('warn').style.color = '#F00';

    	document.getElementById('warn').style.fontSize = '13px';

    	document.arrow.src = 'http://panie.com.pl/public/gfx/images/arrow_2.gif';

    return false;

  }

  else

  {

    setCookie('is18', 'true', 3600*24);

    return true;

  }

}



function is18prompt () {

    document.body.style.overflow = '';

    document.getElementById('page').style.display = 'block';

    document.getElementById('aadduulltt').style.display='none';

    setCookie('is18', 'true', 3600*24);

}



// funkcje do obslugi cookie pobrane z w3c



function setCookie(c_name,value,expiredays) {

    var exdate = new Date();

    exdate.setDate(exdate.getDate() + expiredays);

    document.cookie=c_name + "=" +escape(value) + ((expiredays==null) ? "" : ";expires=" + exdate.toGMTString() + ";path=/");

}



function getCookie(c_name) {

    if (document.cookie.length>0) {

        c_start=document.cookie.indexOf(c_name + "=");

        if (c_start!=-1) {

            c_start=c_start + c_name.length+1;

            c_end=document.cookie.indexOf(";",c_start);

            if (c_end==-1) c_end=document.cookie.length;

            return unescape(document.cookie.substring(c_start,c_end));

        }

    }

    return "";

}

