function openNewWin2(url) {
var scrvalue=(screen.availHeight-60);
var scr2value=(screen.availWidth-100);
NewWinP();
windowNote=window.open(url,'DSUnewWIN','scrollbars=1,top=0,left=5,width='+scr2value+',height='+scrvalue);
	return window.windowNote.focus();
}
