function deschide_html (url, w, h, scrollb)
{	open(url, "",'menubar=no,directories=no,location=no,resizable=no,scrollbars=' + scrollb + ',width=' + w + ',height=' + h +',top=0,left=0');	}
