var params =  	
{	
   CloseBoxWidth : 11, 
   InnerBorderWidth : 0, 
   BorderColor : 'Transparent', 
   ContentColor : '#ffffcc', 
   ContentLeftBorderWidth : 1, 
   ContentPadding : 13, 
   ContentRightBorderColor : '#cccccc', 
   ContentRightBorderWidth : 1, 
   ContentTopBorderColor : '#cccccc', 
   ContentTopBorderWidth : 1, 
   ContentFontSize : 11, 
   TitleBarHeight : 25, 
   StatusBarHeight : 0, 
   OuterBorderWidth : 0, 
   TitleColor : 'transparent', 
   Height : 370, 
   Resizable : 'VerticalOnly', 
   ContentLeftBorderColor : '#cccccc', 
   StatusBarAlign : 'left', 
   BorderWidth : 0, 
   CloseBoxSrc : '../includes/scripts/close11transparent.gif', 
   CloseBoxHeight : 11, 
   StatusFontColor : 'white', 
   TitleBarHTML : '<table height=25 width=268 border=0 cellpadding=0 cellspacing=0 background="../includes/scripts/btop.gif">   <tr>  <td    valign=middle align=center  style=\"font-size:12px; font-family:\'verdana, sans-serif\'; font-color:\'#ffffcc\';\"  ><font color=white><b>Assignment Details</b></font></td>  </tr></table>', 
   TitleBarAlign : 'left', 
   Width : 268, 
   ContentBottomBorderColor : '#cccccc', 
   ContentBottomBorderWidth : 1, 
   Id  : 'AssignmentDetails'
} 
var AssignmentDetails = new FerantDHTMLWindow(params);