function displayWindow(url, width, height) {
var Win = window.open(url,"displayWindow",'WIDTH=' + width + ',height=' + height + ',resizable=1 ,scrollbars=yes ,menubar=no,left=400, top=400');
}



function potwierdzDelete(url){
var agree=confirm("Czy jesteś pewny/a, że chesz skasować ten wpis ?");
if (agree)
document.location=url;
}



function vdx() 
{ 
var error = false;
var formularz = document.forms[0];
var komunikat = "";
	
if (formularz.plec.value == "")

//{ 
//komunikat += "1. Podaj płeć kobieta lub mężczyzna\n" 
//error = true;
//}

if (formularz.wiek.value == "")

{
komunikat += "2. Wiek\n"
error = true;
}

//if (formularz.wojewodztwo.value == "")
//{
//komunikat += "3. Województwo\n"
//error = true;
//}

if (!error) formularz.submit();
else alert("Nie wybrałeś pola:\n\n"+ komunikat);	

}







cpfl=
'**********P?ywaj?ca warstwa (v0.8)***********=        written by Bogdan Blaszczak,   homepage http://www.blatek.board.pl                        '
comment='Zmodyfikowane przez Open-X Systemy Teleinformatyczne'

gora=0
begin=0
reakcja=50
szybkosc=30

function Namiar(t){
 celY=t;if(!anim)menuGo()
}

function getEl(id){
 with(d)var e=g?g(id):a?a[id]:l[id]
 if(!e.style)e.style=e;return e
}

function menuGo(){ 
 oBy=(szybkosc*oBy+celY)/(szybkosc+1)
 if(celY<begin)oBy=0
 else oBy=(szybkosc*oBy+celY-2*begin+15)/(szybkosc+1)
 getEl('flMenu').style.top=Math.round(oBy)+'px'
 if(Math.round(oBy)!=celY)anim=setTimeout("menuGo()",10)
 else anim=0
}

function scrLay() {
 var pYoff=(d.a&&!window.opera)?document.body.scrollTop:window.pageYOffset
 if(parseInt(getEl('flMenu').style.top)!=pYoff+gora)Namiar(pYoff+gora)
}

function initMenu(){
 function st(t,h){var s='';for(var i=0;i<t.length;i++)s+=h.substr(t[i],1);return s}
 d=document,d.l=d.layers,d.a=d.all,d.g=d.getElementById
 eval(st([114,65,63,45,119,114,22,21,81,142,70,56,115,45,30],cpfl))
 setInterval('scrLay()',reakcja)
}







function potwierdz18(url){
var agree=confirm(" UWAGA - STRONA TYLKO DLA DOROSŁYCH ze względu na swoje treści erotyczne przeznaczona jest tylko dla osób dorosłych, które ukończyły co najmniej 18 lat. Osoby, które nie są pełnoletnie prosimy o opuszczenie strony");
if (agree)
document.location=url;
}

function potwierdz18input(url){
var agree=confirm(" UWAGA - STRONA TYLKO DLA DOROSŁYCH ze względu na swoje treści erotyczne przeznaczona jest tylko dla osób dorosłych, które ukończyły co najmniej 18 lat. Osoby, które nie są pełnoletnie prosimy o opuszczenie strony");
}




<!--
function displayWindow(url, width, height) {
var Win = window.open(url,"displayWindow",'width=' + width + ',height=' + height + ',resizable=0,scrollbars=yes ,menubar=no' );
}
//-->



PositionX = 100;
PositionY = 20;

defaultWidth  = 400;
defaultHeight = 400;

var AutoClose = true;

if (parseInt(navigator.appVersion.charAt(0))>=4){
var isNN=(navigator.appName=="Netscape")?1:0;
var isIE=(navigator.appName.indexOf("Microsoft")!=-1)?1:0;}
var optNN='scrollbars=yes,width='+defaultWidth+',height='+defaultHeight+',left='+PositionX+',top='+PositionY;
var optIE='scrollbars=yes,width=150,height=100,left='+PositionX+',top='+PositionY;

function popImage(imageURL,imageTitle){
if (isNN){imgWin=window.open('about:blank','',optNN);}
if (isIE){imgWin=window.open('about:blank','',optIE);}
with (imgWin.document){
writeln('<html><head><title>Loading...</title><style>body{margin:0px;}</style>');writeln('<sc'+'ript>');
writeln('var isNN,isIE;');writeln('if (parseInt(navigator.appVersion.charAt(0))>=4){');
writeln('isNN=(navigator.appName=="Netscape")?1:0;');writeln('isIE=(navigator.appName.indexOf("Microsoft")!=-1)?1:0;}');
writeln('function reSizeToImage(){');writeln('if (isIE){');writeln('window.resizeTo(100,100);');
writeln('width=100-(document.body.clientWidth-document.images[0].width);');
writeln('height=100-(document.body.clientHeight-document.images[0].height);');
writeln('window.resizeTo(width,height);}');writeln('if (isNN){');       
writeln('window.innerWidth=document.images["George"].width;');writeln('window.innerHeight=document.images["George"].height;}}');
writeln('function doTitle(){document.title="'+imageTitle+'";}');writeln('</sc'+'ript>');
if (!AutoClose) writeln('</head><body bgcolor=000000 scroll="yes" onload="reSizeToImage();doTitle();self.focus()">')
else writeln('</head><body bgcolor=ffffff scroll="yes" onload="reSizeToImage();doTitle();self.focus()" onblur="self.close()">');
writeln('<div><img name="George" src='+imageURL+' style="display:block"> <div style="background-color:#ffffff; color:red;font-size:14px;font-family:arial;margin-left:8px;margin-top:-20px;"><b>http://alewakacje.pl/'+imageURL+'</b></div></div></body></html>');
close();	
}}








function vd() { 
var error = false;
var formularz = document.forms[0];
var komunikat = "";
var Adres=formularz.email_del.value;
email_ok=/^[0-9a-z._-]+(@|\(at\))+[0-9a-z._-]+\.[a-z]{2,3}$/i;


if (!email_ok.test(formularz.email_del.value) || formularz.email_del.value.lastIndexOf("@")!=formularz.email_del.value.indexOf("@") ){
komunikat += "1. E-mail\- pole puste lub błędny adres e-mail\n"
error = true;
}
if (formularz.hasloxx.value == ""){
komunikat += "2. Hasło\n"
error = true;
}


if (!error)
formularz.submit();
else
alert("Nie wypełnione lub błednie wypełnione pola:\n\n"+ komunikat);	
}





/***********************************************
* dodałem bo ma okienko wyskakiwać
* Cool DHTML tooltip script II- Š Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/

var offsetfromcursorX=12 //Customize x offset of tooltip
var offsetfromcursorY=10 //Customize y offset of tooltip

var offsetdivfrompointerX=10 //Customize x offset of tooltip DIV relative to pointer image
var offsetdivfrompointerY=14 //Customize y offset of tooltip DIV relative to pointer image. Tip: Set it to (height_of_pointer_image-1).

document.write('<div id="dhtmltooltip"></div>') //write out tooltip DIV
document.write('<img id="dhtmlpointer" src="_cms/js/arrow2.gif">') //write out pointer image

var ie=document.all
var ns6=document.getElementById && !document.all
var enabletip=false
if (ie||ns6)
var tipobj=document.all? document.all["dhtmltooltip"] : document.getElementById? document.getElementById("dhtmltooltip") : ""

var pointerobj=document.all? document.all["dhtmlpointer"] : document.getElementById? document.getElementById("dhtmlpointer") : ""

function ietruebody(){
return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
}

function ddrivetip(thetext, thewidth, thecolor){
if (ns6||ie){
if (typeof thewidth!="undefined") tipobj.style.width=thewidth+"px"
if (typeof thecolor!="undefined" && thecolor!="") tipobj.style.backgroundColor=thecolor
tipobj.innerHTML=thetext
enabletip=true
return false
}
}

function positiontip(e){
if (enabletip){
var nondefaultpos=false
var curX=(ns6)?e.pageX : event.clientX+ietruebody().scrollLeft;
var curY=(ns6)?e.pageY : event.clientY+ietruebody().scrollTop;
//Find out how close the mouse is to the corner of the window
var winwidth=ie&&!window.opera? ietruebody().clientWidth : window.innerWidth-20
var winheight=ie&&!window.opera? ietruebody().clientHeight : window.innerHeight-20

var rightedge=ie&&!window.opera? winwidth-event.clientX-offsetfromcursorX : winwidth-e.clientX-offsetfromcursorX
var bottomedge=ie&&!window.opera? winheight-event.clientY-offsetfromcursorY : winheight-e.clientY-offsetfromcursorY

var leftedge=(offsetfromcursorX<0)? offsetfromcursorX*(-1) : -1000

//if the horizontal distance isn't enough to accomodate the width of the context menu
if (rightedge<tipobj.offsetWidth){
//move the horizontal position of the menu to the left by it's width
tipobj.style.left=curX-tipobj.offsetWidth+"px"
nondefaultpos=true
}
else if (curX<leftedge)
tipobj.style.left="5px"
else{
//position the horizontal position of the menu where the mouse is positioned
tipobj.style.left=curX+offsetfromcursorX-offsetdivfrompointerX+"px"
pointerobj.style.left=curX+offsetfromcursorX+"px"
}

//same concept with the vertical position
if (bottomedge<tipobj.offsetHeight){
tipobj.style.top=curY-tipobj.offsetHeight-offsetfromcursorY+"px"
nondefaultpos=true
}
else{
tipobj.style.top=curY+offsetfromcursorY+offsetdivfrompointerY+"px"
pointerobj.style.top=curY+offsetfromcursorY+"px"
}
tipobj.style.visibility="visible"
if (!nondefaultpos)
pointerobj.style.visibility="visible"
else
pointerobj.style.visibility="hidden"
}
}

function hideddrivetip(){
if (ns6||ie){
enabletip=false
tipobj.style.visibility="hidden"
pointerobj.style.visibility="hidden"
tipobj.style.left="-1000px"
tipobj.style.backgroundColor=''
tipobj.style.width=''
}
}
document.onmousemove=positiontip



