var params =  	
{	
   BorderWidth : 2, 
   ContentColor : '#89A3B4', 
   ContentHTML : '<b><center>You are already at home! Thank you.</center></b>', 
   ContentPadding : 13, 
   Height : 80, 
   InnerBorderColor : '#cccccc', 
   InnerBorderWidth : 0, 
   OuterBorderColor : '#3973ad', 
   Resizable : 'None', 
   ResizeBoxHeight : 7, 
   ResizeBoxSrc : 'img/resize7blue.gif', 
   ResizeBoxWidth : 7, 
   Shadow : true, 
   StatusBarHeight : 14, 
   StatusBarText : 'Thanks for visiting us!', 
   StatusColor : 'white', 
   TitleBarText : 'IAT SPORTS', 
   TitleColor : '#00526C', 
   TitleFontSize : 12, 
   ContentFontColor : 'white', 
   Id  : 'home'
} 
var home = new FerantDHTMLWindow(params); 

