function ujablak(w, h, u, p, c, s)
{
 most = new Date();
 x = (screen.availWidth - 12 - w) / 2;
 y = (screen.availHeight + 20 - h) / 2;
 window.open('http://www.standard-team.com/' + u + p, c, "width=" + w + ",height=" + h + ",status=1,left=" + x + ",top=" + y + ",resizable=0,scrollbars=" + s);
}

