function open_add1(path,title,xx,yy)
{
open(path, ''+title, 'width='+xx+', height='+yy+',scrollbars=yes');
}