var params =  	
{	
   BorderWidth : 2, 
   CloseBoxSrc : '/main/img/Closebox.gif', 
   ContentHTML : '<br>  The Quick Save button allows you to save your ratings and comment without having to refresh the page. When you choose this option, a small window will appear and a message telling you if the rating/comment was saved successfully.', 
   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 Options Help', 
   TitleBarAlign : 'center', 
   TitleColor : '#3973ad', 
   Top : -1, 
   Width : 450, 
   TitleFontSize : 12, 
   ContentFontColor : 'Navy', 
   Id  : 'QuickSaveHelp'
} 
var QuickSaveHelp = new FerantDHTMLWindow(params); 

