var params =  	
{	
   BorderColor : '#65786C', 
   BorderWidth : 0, 
   CloseBoxHeight : 13, 
   CloseBoxSrc : 'images/clsboxgray.gif', 
   CloseBoxWidth : 13, 
   ContentHTML : '<table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">                      <tr>                            <td width=\"103\" rowspan=\"2\" valign=\"top\" class=\"popup\"><img src=\"images/cvid.gif\" width=\"103\" height=\"130\"></td>                           <td height=\"70\" valign=\"top\" class=\"popup\"> <strong>Visa/MasterCard/Discover</strong><br>                                On the back of your card, look for the final three-digit,                                 non-embossed number on the signature panel.</td>                      </tr>                      <tr>                            <td height=\"70\" valign=\"top\" class=\"popup\"><strong>American Express</strong><br>                                On the front of your card, look for the four-digit, non-embossed                                 number printed above your account number.</td>                      </tr>                 </table>     ', 
   ContentPadding : 13, 
   InnerBorderColor : '#977D48', 
   OuterBorderWidth : 0, 
   Shadow : true, 
   StatusBarHeight : 0, 
   StatusBarAlign : 'left', 
   StatusColor : 'white', 
   TitleBarHeight : 19, 
   TitleBarText : 'Card Verification ID', 
   TitleBarAlign : 'center', 
   TitleColor : '#977D48', 
   Width : 315, 
   TitleFontFamily : 'arial, helvetica, sans-serif', 
   TitleFontColor : '#FFFFFF', 
   ContentFontSize : 10, 
   ContentFontFamily : 'arial, helvetica, sans-serif', 
   ContentFontColor : '#000000', 
   Id  : 'cvid'
} 
var cvid = new FerantDHTMLWindow(params); 


