﻿function open_new(w,h) 
{
Okno=window.open("","JSL",'toolbar=0,location=0,scrollbars=0,width='+w+',height='+h+',resizable=0,top=50,left=50');
Okno.focus();
}

