//******************************************************************************** // The following object is a default Dictionary object for running in Hosted mode // when the GWT tomcat server does not recognize jsp pages. // The include at the bottom will pull in a file which will retrieve properties // file(s) as needed, and create a dictionary object similar to the one below // This will only happen when running against a full application server //******************************************************************************** var custom_properties = { vt_key_wait_image_url: "images/wait_ani.gif", vt_key_wait_image_width: "145", vt_key_wait_image_height: "145", vt_key_copyright: "EnvisionPharma 2007 v2.0.3", vt_key_logo_image: "images/logo.gif", vt_key_motto_image: "images/motto.jpg", vt_key_company_disclosure_required: "true", vt_key_company_disclosure_filename: "CompanyDisclosure.html", /* vt_contactus_text:"Contact Tech Support", */ vt_genhelp_items: "Grant Concept|http://www.envisionpharma.com;Company Disclosure|CompanyDisclosure.html;Grant Disclosure|GrantDisclosure.html", vt_loginhelp_items: "How to login?|HelpLogin.html", vt_registerhelp_items: "How to register?|HelpRegister.html", vt_homehelp_items: "How to apply?|HelpApply.html;How to update Profile?|HelpProfile.html;How to register?|HelpRegister.html", vt_key_grant_new_status_ids: "1", vt_key_grant_addlinfo_status_ids: "30,35,40", vt_key_grant_statusupdate_status_ids: "75,77,79", vt_key_grant_active_status_ids: "56,60,50,55", vt_key_grant_reviewneeded_status_ids: "25,53,26,27", vt_key_grant_new_status_functions: "920,900,910", vt_key_grant_addlinfo_status_functions: "920,900,910,101,110", vt_key_grant_statusupdate_status_functions: "920,900,910,101,110", vt_key_grant_active_status_functions: "920,900,910,101,110", vt_key_grant_reviewneeded_status_functions: "900,910,110,5", vt_key_grant_start_text: "Apply?", vt_key_grant_start_concept_text: "Apply with Concept only?", vt_key_grant_register_text: "Register new User?", vt_key_grant_profile_text: "Update your Profile?", vt_key_grant_portfolio_text: "View History/Portfolio?", vt_key_grant_new_status_text: "Finish Application?", vt_key_grant_addlinfo_status_text: "Provide Additional Information?", vt_key_grant_statusupdate_status_text: "Update Status?", vt_key_grant_active_status_text: "Work with Application?", vt_key_grant_reviewneeded_status_text: "Review Application?", vt_key_grant_user_applicant_ids: "3", vt_key_grant_user_msl_ids: "10", vt_key_grant_user_analyst_ids: "11", vt_key_grant_user_admin_ids: "2,9", vt_key_grant_user_reviewer_ids: "1,9", vt_key_grant_tab1: "Enter general information regarding this grant.", vt_key_grant_tab2: "Add, edit, or delete site and contact information.", vt_key_grant_tab3: "Enter proposal specific information.", vt_key_grant_tab4: "Enter grant details.", vt_key_grant_tab5: "Enter Pfizer required grant information.", vt_key_grant_tab6: "Update statuses, drug shipments, and other grant information.", vt_key_grant_tab7: "Upload attachments for the grant.", vt_key_tab_text_Home: "What would you like to do today?", vt_key_tab_text_Grants: "Select a grant to work with", vt_key_tab_text_Main: "Enter Grant Information", vt_key_tab_text_Contact: "Contact and Site Details", vt_key_tab_text_Proposal: "Enter Proposal Information ", vt_key_tab_text_Details: "Grant Detail Infomration", vt_key_tab_text_Pfizer_Support: "Pfizer Support Information", vt_key_tab_text_Other: "Enter other information", vt_key_tab_text_Attachments: "Provide and view attachments", vt_key_tab_help_Main: "Enter general information regarding this grant.", vt_key_tab_help_Contact: "Add, edit, or delete site and contact information.", vt_key_tab_help_Proposal: "Enter proposal specific information.", vt_key_tab_help_Details: "Enter grant details.", vt_key_tab_help_Pfizer_Support: "Enter Pfizer required grant information.", vt_key_tab_help_Other: "Update statuses, drug shipments, and other grant information.", vt_key_tab_help_Attachments: "Upload attachments for the grant.", vt_key_feedback_label: "Feedback", vt_key_viewdef_version:"1", vt_key_word_grant:"Application", vt_prev_tab_mouseover:"Click [prevtabname] to go back", vt_prev_tab_label:"Click [prevtabname] to go back", vt_next_tab_mouseover:"Click [nexttabname] to continue", vt_next_tab_label:"Click [nexttabname] to continue", use_black_brown_list:"false", tax_Id_propname:"payee_org_taxid", black_list_message:"Your application can not be submitted at this time. Please save your changes and contact (What goes here??)", black_list_resubmit_message:"Your application can not be resubmitted at this time. Please save your changes and contact (What goes here??)" };