function openwin(url,win,f) {
  window.open(url,win,f);
}

function openwin2(txt) {
  w=window.open('','Reszletek','scrollbars=yes,width=400,height=200');
  d=w.document;
  d.open();
  d.write('<'+'html><'+'head>');
  d.write('<'+'meta http-equiv="Content-Type" content="text/html; charset=windows-1250">');
  d.write('<'+'link href="epinfo.css" rel="StyleSheet" type="text/css">');
  d.write('</'+'head>');
  d.write('<body style="margin:16px;">');
  d.write('<p>'+txt+'</p>');
  d.write('</'+'body></'+'html>');
  d.close();
}

function fullSearch() {
  keresendo=document.forms[0].elements['keresendo'].value;
  window.open("talalat.php?keresendo="+keresendo,"Talalatablak","scrollbars=yes,width=600,height=500,left=50,top=50");
}

function incBannerStat( Id )
{
	var _u = "counter2.php?type=banner&id=" + Id;
	document.write( "<div style='visibility:hidden;position:absolute;left:0px;top:0px;'>" +
	"<img style='visibility:hidden;width:0px;height:0px' src='" + _u + "'></div>" );
}

function incPageStat( Id )
{
	var _u = "counter2.php?type=page&id=" + Id;
	document.write( "<div style='visibility:hidden;position:absolute;left:0px;top:0px;'>" +
	"<img style='visibility:hidden;width:0px;height:0px' src='" + _u + "'></div>" );
}

function incTopicStat( Id )
{
	var _u = "counter2.php?type=topic&id=" + Id;
	document.write( "<div style='visibility:hidden;position:absolute;left:0px;top:0px;'>" +
	"<img style='visibility:hidden;width:0px;height:0px' src='" + _u + "'></div>" );
}
