var params = { BorderWidth:0, ContentColor:'#eff3f7', ContentPadding:13, Height:430, InnerBorderColor:'#6b8ec6', InnerBorderWidth:2, Left:10, OuterBorderWidth:0, Shadow:true, StatusBarText:'', StatusBarAlign:'center', StatusColor:'#cccccc', TitleBarHeight:18, TitleBarText:'License Statistics', TitleBarAlign:'center', TitleColor:'#6b8ec6', Top:155, Width:550, ContentFontSize:11, Id :'poplist' }
var poplist = new FerantDHTMLWindow(params); 

var params = { BorderWidth:0, ContentColor:'#eff3f7', ContentPadding:13, Height:200, InnerBorderColor:'#6b8ec6', InnerBorderWidth:2, Left:570, OuterBorderWidth:0, Shadow:true, StatusBarText:'Click user to create', StatusBarAlign:'left', StatusColor:'#cccccc', TitleBarHeight:18, TitleBarText:'New Users', TitleBarAlign:'left', TitleColor:'#6b8ec6', Top:155, Width:150, ContentFontSize:11, Id :'newuser' }
var newuser = new FerantDHTMLWindow(params); 

var params = { BorderWidth:0, ContentColor:'#eff3f7', ContentPadding:13, Height:200, InnerBorderColor:'#6b8ec6', InnerBorderWidth:2, Left:730, OuterBorderWidth:0, Shadow:true, StatusBarText:'Click user to update', StatusBarAlign:'left', StatusColor:'#cccccc', TitleBarHeight:18, TitleBarText:'Changed machines:user - old&gt;new', TitleBarAlign:'left', TitleColor:'#6b8ec6', Top:155, Width:400, ContentFontSize:11, Id :'newmc' }
var newmc = new FerantDHTMLWindow(params); 

var params = { BorderWidth:0, ContentColor:'#eff3f7', ContentPadding:13, Height:220, InnerBorderColor:'#6b8ec6', InnerBorderWidth:2, Left:570, OuterBorderWidth:0, Shadow:true, StatusBarText:'', StatusBarAlign:'left', StatusColor:'#cccccc', TitleBarHeight:18, TitleBarText:'', TitleBarAlign:'left', TitleColor:'#6b8ec6', Top:365, Width:560, ContentFontSize:11, Id :'popusers' }
var popusers = new FerantDHTMLWindow(params); 
