// 440x240

var params =  	
{	
   TitleLeftMargin : 4, 
   BorderWidth : 0, 
   CloseBoxHeight : 15, 
   CloseBoxSrc : 'images/close_box.gif', 
   CloseBoxWidth : 14, 
   Dragable: 'Both',
   ContentHTML : '', 
   ContentPadding : 0, 
   Height : 300, 
   InnerBorderColor : '#555555', 
   OuterBorderColor : '#444444', 
   OuterBorderWidth : 0, 
   Resizable : 'None', 
   StatusBarHeight : 0, 
   StatusBarAlign : 'left', 
   StatusColor : '#ffffff', 
   TitleBarHeight : 19, 
   TitleBarText : '', 
   TitleBarHTML : '<table border=0 cellspacing=0 cellpadding=0 height=100%><tr><td valign=middle>&nbsp;&nbsp;<font color=#002139>Spare Parts Live&#153; E-Commerce System</font></td></tr></table>', 
   TitleBarAlign : 'left', 
   TitleColor : '#ffffff', 
   Width : 540, 
   TitleFontFamily : 'Arial, Verdana', 
   TitleFontWeight : 'Normal', 
   TitleFontColor : '#666666', 
   ContentFontSize : 11, 
   ContentFontFamily : 'Arial, Verdana', 
   ContentFontColor : '#999999', 
   Id  : 'DHTMLPopup'
} 
var DHTMLPopup = new FerantDHTMLWindow(params); 
