var params =  	
{	
   BorderWidth : 2, 
   CloseBoxSrc : '/main/img/Closebox.gif', 
   ContentHTML : '<br>  Blocking Feature Help<br><br>This feature allows a photographer to block critiques from a particular person. However, when that is done the photographer will also not be able to critique the person they have blocked.<br><br>This person may have blocked you in error. If you have questions about why you were blocked you may contact the photographer privately. <b>You may not bring the question to the public forums as it is a violation of Site Term #14.</b>', 
   ContentPadding : 13, 
   Height : 220, 
   InnerBorderColor : '#cccccc', 
   InnerBorderWidth : 0, 
   OuterBorderColor : '#3973ad', 
   ResizeBoxHeight : 7, 
   ResizeBoxSrc : '/main/img/resize.gif', 
   ResizeBoxWidth : 7, 
   Shadow : true, 
   StatusBarHeight : 17, 
   StatusBarText : 'Click the X to close the help Window.', 
   StatusBarAlign : 'center', 
   StatusColor : 'silver', 
   TitleBarText : 'Photo Page Being Blocked Help', 
   TitleBarAlign : 'center', 
   TitleColor : '#3973ad', 
   Top : -1, 
   Width : 450, 
   TitleFontSize : 12, 
   ContentFontColor : 'Navy', 
   Id  : 'BeingBlockedHelp'
} 
var BeingBlockedHelp = new FerantDHTMLWindow(params); 

