<% Dim secure_content, cnv_page, tsize, lisize '=== Conversion Tools page name cnv_page = "db_convert" '=============================== '=== Modify Encode key. Use any string (word) between 10-20 character. tn_encode_key = "change_this_word" '=============================== '=== Logon password to Content Management page secure_content = "admin" '=============================== '*** NOTE: When changing variable values above, make sure to preserve double-quotes enclosure. '*** If changed password to JohnDow for instance, then modified code would look like: secure_content = "JohnDow" %>