
<!--W3e JAVAscript Preset
var timerID = null;
var timerRunning = false;
function stopclock()
{
    if(timerRunning)
        clearTimeout(timerID)
    timerRunning = false;
}

function startclock()
{
    stopclock();
    showtime();
}

function showtime()
{
    var now = new Date();
    var hours = now.getHours();
    var minutes = now.getMinutes();
    var seconds = now.getSeconds();
    var timeValue = "" + ((hours > 12) ? hours - 12 : hours);
    timeValue  += ((minutes < 10) ? ":0" : ":") + minutes;
    timeValue  += ((seconds < 10) ? ":0" : ":") + seconds;
    timeValue  += (hours >= 12) ? " P.M." : " A.M.";
    document.clock.face.value = timeValue;
    timerID = setTimeout("showtime()",1000);
    timerRunning = true;
}
//-->




sfHover = function() {
	var sfEls = document.getElementById("dropmenu").getElementsByTagName("LI");
	for (var i=0; i<sfEls.length; i++) {
		sfEls[i].onmouseover=function() {
			this.className+=" sfhover";
		}
		sfEls[i].onmouseout=function() {
			this.className=this.className.replace(new RegExp(" sfhover\\b"), "");
		}
	}
}
if (window.attachEvent) window.attachEvent("onload", sfHover);





function Pokaz(nazwa)
{
  document.getElementById(nazwa).style.visibility = 'visible';
  document.getElementById(nazwa).parentNode.style.backgroundColor = 'yellow';
}
function Ukryj(nazwa)
{
  document.getElementById(nazwa).style.visibility = 'hidden';
  document.getElementById(nazwa).parentNode.style.backgroundColor = 'Transparent';
}
function Oznacz(nazwa)
{
  document.getElementById(nazwa).style.backgroundColor = 'yellow';
}
function Odznacz(nazwa)
{

  document.getElementById(nazwa).style.backgroundColor = 'Transparent';
}






function vdpoczta() { 
var error = false;
var formularz = document.forms[0];
var komunikat = "";

if (formularz.temat.value == ""){
komunikat += "1. Temat\n"
error = true;
}

if (formularz.tekst.value == ""){
komunikat += "1. Tekst\n"
error = true;
}

if (!error)
formularz.submit();
else
alert("Nie wypełnione lub błednie wypełnione pola:\n\n"+ komunikat);	
}
function keyPress(){
if (event.keyCode < 48 || event.keyCode > 57){
event.returnValue = false;
}
}




function openWindow(URL) {
newWindow = window.open(URL,"myNewWindow", "toolbar=1, location=1, directories=1, status=0, menubar=1, scrollbars=1, resizable=1, width=600, height=450, left=200, top=200")
}


function potwierdz(url){
var agree=confirm("Uwaga, czy jesteś pewny/a, że chesz uruchomić ten adres?. Może on potencjalnie zawierać wirusy.");
if (agree)
document.location=url;
}



function potwierdzDelete(url){
var agree=confirm("Uwaga, czy jesteś pewny/a, że chesz skasować ten wpis ?");
if (agree)
document.location=url;
}




function displayWindow(url, width, height) {
var Win = window.open(url,"displayWindow",'WIDTH=' + width + ',height=' + height + ',resizable=1 ,scrollbars=yes ,menubar=no,left=400, top=150');
}


function vdx() 
{ 
var error = false;
var formularz = document.forms[0];
var komunikat = "";
	
if (formularz.plec.value == "")

if (formularz.wiek.value == "")

{
komunikat += "2. Wiek\n"
error = true;
}


if (!error) formularz.submit();
else alert("Nie wybrałeś pola:\n\n"+ komunikat);	

}




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");
}





//fukcja do popupa

PositionX = 300;
PositionY = 200;

defaultWidth  = 500;
defaultHeight = 500;

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=no,width='+defaultWidth+',height='+defaultHeight+',left='+PositionX+',top='+PositionY;
var optIE='scrollbars=no,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="no" onload="reSizeToImage();doTitle();self.focus()">')
else writeln('</head><body bgcolor=ffffff scroll="no" onload="reSizeToImage();doTitle();self.focus()" onblur="self.close()">');
writeln('<img name="George" src='+imageURL+' style="display:block"></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);	
}










var typ = 1;
function zaznacz(typ) 
{
  if (typ % 2 == 1)  {
    for (var i =0; i < 50; i++) {
      document.forms['wczytaj'].elements[i].checked = true;
    }
    document.forms['wczytaj'].zazn.value="odznacz wszystkie";
  }
  else {
    for (var i =0; i < 50; i++) {
      document.forms['wczytaj'].elements[i].checked = false;
    }
    document.forms['wczytaj'].zazn.value="zaznacz wszystkie";
  }
  return typ+1;
}
















/***********************************************
* 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/img/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































function char_counter(max)
{   
 var count=0;
 var char_tmp='';
 var string_tmp_max='';
 
 form = count_form;
 area = count_area;
 info = count_info;

 for (var i = 0; i < area.value.length; i++)
 {
  char_tmp = area.value.substring(i, i + 1);
  
  switch(char_tmp)
  { 
    case '':
case 'Ą':
case 'Ć':
case 'Ę':
case 'Ł':
case 'Ń':
case 'Ó':
case 'Ś':
case 'Ź':
case 'Ż':
case 'ą':
case 'ć':
case 'ę':
case 'ł':
case 'ń':
case 'ó':
case 'ś':
case 'ź':
case 'ż':

    count+=2;
   break;  
  
   default:
    count++;
  }

  if (count>max)
  {
   area.value=string_tmp_max;
   break;
  }
  
  string_tmp_max+=char_tmp;  
 }
 
 if (max-count>0)
  info.value=' '+(max-count);
 else
  info.value=' 0';
 setTimeout('char_counter('+max+')', 1000);   
}

function start_counter(form, area, info, max)
{
 count_form = eval(form);
 count_area = count_form.elements[area];
 count_info = count_form.elements[info];
 
 char_counter(max);
};









