function kep_window(path, width, height) 
{
 nagy_kep=window.open(path, "", "width=" + width + ",height="+ height +",scrollbars=no,screenX=100,screeny=100");
 //nagy_kep=window.document.write(path, width, height);
 //nagy_kep.document.close();
}

