// JavaScript Document


 function noveokno()
 {
  window.open("http://www.vipets.cz/cs/mail","mail",
  "toolbar=no, locaton=yes, directories=no, status=yes, menubar=yes,"+
  "srollbars=no, resizable=no, copyhistory=no, width=368, height=520"); 
 }


//--------------------------------------------------------------------------------

function noveokno_en()
 {
  window.open("http://www.vipets.cz/en/mail","mail",
  "toolbar=no, locaton=yes, directories=no, status=yes, menubar=yes,"+
  "srollbars=no, resizable=no, copyhistory=no, width=368, height=520"); 
 }

//--------------------------------------------------------------------------------

function openCredits()
 {
  window.open("http://www.vipets.cz/cs/credits","credits",
  "toolbar=no, locaton=yes, directories=no, status=yes, menubar=yes,"+
  "srollbars=no, resizable=no, copyhistory=no, width=368, height=520"); 
 }

//--------------------------------------------------------------------------------

function openCredits_en()
 {
  window.open("http://www.vipets.cz/en/credits","credits",
  "toolbar=no, locaton=yes, directories=no, status=yes, menubar=yes,"+
  "srollbars=no, resizable=no, copyhistory=no, width=368, height=520"); 
 }
