function uj_ablak(width1 , height1 , file , a_nev)
{
var ablak=window.open(file,"a_nev","status=no,height="+height1+",width="+width1+"");
}