var params =  	
{	
   TitleLeftMargin : 4, 
   BorderWidth : 0, 
   Dragable: 'Both',
   ContentHTML : '', 
   ContentPadding : 0, 
   Height : 230, 
   InnerBorderColor : '#A7CB51', 
   OuterBorderColor : 'red', 
   OuterBorderWidth : 0, 
   Resizable : 'None', 
   StatusBarHeight : 0, 
   StatusBarAlign : 'left', 
   StatusColor : 'white', 
   TitleBarHeight : 19, 
   TitleBarText : '', 
   TitleBarHTML : '<table border="0" cellspacing="0" cellpadding="0" height="100%" width="100%" style="background-color: #CAEA77;"><tr><td valign="middle" style="color:#fff; padding-top: 3px">&nbsp;&nbsp;<b>Relations<sup style="font-size: 0.8em;">3</sup></b>&#153;</td></tr></table>', 
   CloseBoxHeight : 17, 
   CloseBoxSrc : 'image/clsboxgray.gif', 
   CloseBoxWidth : 16, 
   TitleBarAlign : 'left', 
   TitleColor : '', 
   Width : 340, 
   TitleFontFamily : 'Verdana', 
   TitleFontWeight : 'Normal', 
   TitleFontColor : '#666666', 
   ContentFontSize : 11, 
   ContentFontFamily : 'Verdana', 
   ContentFontColor : '#000', 
   Id  : 'DHTMLPopup'
}

var params2 =  	
{	
   TitleLeftMargin : 4, 
   BorderWidth : 0, 
   Dragable: 'Both',
   ContentHTML : '', 
   ContentPadding : 0, 
   Height : 350, 
   InnerBorderColor : '#A7CB51', 
   OuterBorderColor : 'red', 
   OuterBorderWidth : 0, 
   Resizable : 'None', 
   StatusBarHeight : 0, 
   StatusBarAlign : 'left', 
   StatusColor : 'white', 
   TitleBarHeight : 19, 
   TitleBarText : '', 
   TitleBarHTML : '<table border="0" cellspacing="0" cellpadding="0" height="100%" width="100%" style="background-color: #CAEA77;"><tr><td valign="middle" style="color:#fff; padding-top: 3px">&nbsp;&nbsp;<b>Relations<sup style="font-size: 0.8em;">3</sup></b>&#153;</td></tr></table>', 
   CloseBoxHeight : 17, 
   CloseBoxSrc : 'image/clsboxgray.gif', 
   CloseBoxWidth : 16, 
   TitleBarAlign : 'left', 
   TitleColor : '', 
   Width : 500, 
   TitleFontFamily : 'Verdana', 
   TitleFontWeight : 'Normal', 
   TitleFontColor : '#666666', 
   ContentFontSize : 11, 
   ContentFontFamily : 'Verdana', 
   ContentFontColor : '#000', 
   Id  : 'DHTMLPopup2'
}


var DHTMLPopup = new FerantDHTMLWindow(params); 
var DHTMLPopup2 = new FerantDHTMLWindow(params2); 