﻿function doTreeWin(url,h) {  
  window.open (url,'treeWin','directories=0,location=0,menubar=0,status=0,titlebar=0,toolbar=0,scrollbars=1,width=400,height=' + h + ',left=10,top=10,resizable=1');
}

