//<!--
/*************************** GENERAL INFO ***************************
 Description:  Flynet JavaScript Functions - "w"   
 Copyright  :  © Flynet s.r.o., www.flynet.cz. All Rights Reserved. 
 Version ID : 1.2.1.7 / 1.9.2010 22:06:26 / FlynetLAN
*********************************************************************/

function w(s)
{
 document.write(s);
}

function ent()
{
 if (event.keyCode == 13)
  event.keyCode = 9;
 return this;
}
var
 is_net = false,
 pom_lok = "";
pom_lok = self.location;
pom_lok = pom_lok.toString();
if (pom_lok.substring(0, 4) == "http")
{
 is_net = true;
}


function nic()
{
 // nic
}


function zavri_okno()
{
 self.document.close();
 return this;
}


//-->
