function ChybnyInzerat(id)
{
 window.open("http://www.bejbybazar.cz/chybny-inzerat/"+id+"/", "ChybnyInzerat", "width=500,height=300,left=200,top=200");
}

function ChybnaKategorie(id)
{
 window.open("http://www.bejbybazar.cz/chybna-kategorie/"+id+"/", "ChybnaKategorie", "width=500,height=300,left=200,top=200");
}

function Poukazka()
{
 window.open("http://www.bejbybazar.cz/poukazka/", "Poukazka", "width=500,height=300,left=200,top=200");
}

function Heslo(id)
{
 window.open("http://www.bejbybazar.cz/vygenerovat-heslo/"+id+"/", "Heslo", "width=500,height=300,left=200,top=200");
}

function img(selfimage)
{
    if (image = document.getElementById('img-detail'))
    {
      var originalSource = new String(selfimage.src);
      var re = new RegExp('^(http://.*)-nahled-(.*)\.(jpg|JPG)$');
      var newSource = originalSource.replace(re, '$1-detail-$2\.$3');
      image.src = newSource;
    }
}

