function jumpTo() {
var new_local = document.jump.local.value;
top.location.replace(new_local);
}

function buttondown( buttonname )
{
    if (document.images) {
      document[ buttonname ].src = eval( buttonname + "down.src" );
    }
}
function buttonup ( buttonname )
{
    if (document.images) {
      document[ buttonname ].src = eval( buttonname + "up.src" );
    }
}

if (document.images) {
    statystykibuttonup       = new Image();
    statystykibuttonup.src   = "img/img_na_powaznie_off.gif" ;
    statystykibuttondown     = new Image() ;
    statystykibuttondown.src = "img/img_na_powaznie_on.gif" ;

    roznoscibuttonup       = new Image();
    roznoscibuttonup.src   = "img/img_abc_seksu_off.gif" ;
    roznoscibuttondown     = new Image() ;
    roznoscibuttondown.src = "img/img_abc_seksu_on.gif" ;
    
    sztukabuttonup       = new Image();
    sztukabuttonup.src   = "img/img_sztuka_off.gif" ;
    sztukabuttondown     = new Image() ;
    sztukabuttondown.src = "img/img_sztuka_on.gif" ;
    
    organizmbuttonup       = new Image();
    organizmbuttonup.src   = "img/img_rozrywka_off.gif" ;
    organizmbuttondown     = new Image() ;
    organizmbuttondown.src = "img/img_rozrywka_on.gif" ;
    
    zwiazkibuttonup       = new Image();
    zwiazkibuttonup.src   = "img/img_intermedia_off.gif" ;
    zwiazkibuttondown     = new Image() ;
    zwiazkibuttondown.src = "img/img_intermedia_on.gif" ;
    
    
    
}



function PopupCentrer(page,largeur,hauteur,options) {
  var top=(screen.height-hauteur)/2;
  var left=(screen.width-largeur)/2;
  window.open(page,"","top="+top+",left="+left+",width="+largeur+",height="+hauteur+","+options);
}

