var params =  	
{	
   BorderWidth : 2, 
   CloseBoxSrc : '/main/img/Closebox.gif', 
   ContentHTML : '<br>  An active member is either one who is a Premium Member or one who has submitted a photo or a critique within the last 60 days.', 
   ContentPadding : 13, 
   Height : 160, 
   InnerBorderColor : '#cccccc', 
   InnerBorderWidth : 0, 
   OuterBorderColor : '#3973ad', 
   ResizeBoxHeight : 7, 
   ResizeBoxSrc : '/main/img/resize.gif', 
   ResizeBoxWidth : 7, 
   Shadow : true, 
   StatusBarHeight : 17, 
   StatusBarText : 'You may move the help window.', 
   StatusBarAlign : 'center', 
   StatusColor : 'silver', 
   TitleBarText : 'Photo Page Active Member Help', 
   TitleBarAlign : 'center', 
   TitleColor : '#3973ad', 
   Top : 10, 
   Width : 290, 
   TitleFontSize : 12, 
   ContentFontColor : 'Navy', 
   Id  : 'ActiveMemberHelp'
} 
var ActiveMemberHelp = new FerantDHTMLWindow(params); 

