//<!-- TOPIC Javascript Libraries -->
// Used by other JS files (agenindex.js, agen.js, pin.js, validation.js and webdemo.js)
// For English applications

// For failing to open a separate browser 
var szHelpBrowserMsg  = "Your web browser has failed to open a separate window to display the help document.  Close all unused browser windows, and try again.";

// NN 3.x or other unsupported browser
var szPrintMenu = "Select File/Print... from your browser's menu, or press shortcuts Ctrl+P."

// For browser with lower than 128-bit encryption
var szUse128Msg = "The browser is using less than a 128-bit encryption level. While this level of encryption is acceptable, we recommend that you use the 128-bit encryption level to increase the security of the application information."

// For session refresh messages
var szSessionIdleMsg = "You've left the session idle for 25 minutes.  The current time is "
var	szSessionExpireMsg = ".  The session will expire at "
var	szSessionRefreshMsg = ".  If you want to refresh the session for an additional 30 minutes, select 'OK.'  If not, select 'Cancel.'";

// For FAFSA index pages
var szSelectFAFSAMsg = "You must select a FAFSA before continuing.";
var szSelectYearMsg = "Select a school year.";
var szResponseMsg = "You must enter a response for this question before proceeding.";

// Web Demo 
var szDemoName = "CPS Web Applications Demo System"

// Web block message
var szDemoBlockMsg = "Select a 2008-2009 application. The 2007-2008 applications are not supported by the CPS Web Applications Demo system.";

// The PIN apps have their only messages
// PIN application active agreement message
// var szPINAppAgreeMsg = "You cannot submit your PIN Application until you agree with the terms listed on the page.  If you disagree with the terms, close this message and select the 'Cancel' button to cancel your PIN request."

// PIN activate agreement message
// var szPINActAgreeMsg = "You cannot activate your PIN Application until you agree with the terms listed on the page."
    		
// Field contains any invalid character (iMsg = 1)
var szInvalidMsg  = "You have entered an invalid response for this question. Delete the response you entered and then select 'Need Help?' to see valid responses for this question.";

// Field left blank for which blank is an invalid entry (iMsg = 2)
var szBlankMsg    = "You must enter a response for this question before proceeding to the next page. Select 'Need Help?' to see valid responses for this question.";
    
// Invalid message parameter for AlertMsg()
var szInvalidParam = "AlertMsg(): Not a valid AlertMsg number."

// ExitForm - short
var szExitFormShort = "Are you sure you want to exit the application? To exit now, select 'OK.' To return to the form and continue, select 'Cancel.'";
// ExitForm - long
var szExitFormLong = "If you select 'OK,' you will lose all data entered since your last save. To save all data, select 'Cancel' then select 'SAVE.' Note: By selecting 'SAVE' your application is saved but not submitted for processing. Are you sure you want to exit?";

// FAAExit - short
var szFAAExitShort = "Are you sure you want to exit FAA Access to CPS Online? To exit now, select 'OK.' To return to the form and continue, select 'Cancel.'";
// FAAExit - long
var szFAAExitLong = "Are you sure you want to exit FAA Access to CPS Online? If you exit, you will lose all data entered since your last save. To exit now, select 'OK.'  To save the data, select 'Cancel' to return to the form and then select the 'SAVE' option. ";

// FAAMenu - short
var szFAAMenuShort = "Are you sure you want to return to the FAA Main Menu? To return to the Main Menu now, select 'OK.'  To return to the form and continue, select 'Cancel.'";
// FAAMenu - long
var szFAAMenuLong = "Are you sure you want to return to the FAA Main Menu? If you return, you will lose all data entered since your last save. To return to the Main Menu now, select 'OK.'  To save the data, select 'Cancel' to return to the form and then select the 'SAVE' option.";

// ReturnToLogin - short
var szReturnToLoginShort = "Are you sure you want to return to the login page? To return to the login page now, select 'OK.'  To return to the form and continue, select 'Cancel.'";
// ReturnToLogin - long
var szReturnToLoginLong = "Are you sure you want to return to the login page? If you return, you will lose all data entered since your last save. To return to the login page now, select 'OK.'  To save the data, select 'Cancel' to return to the form and then select the 'SAVE' option.";

var szSAWarningMsg = "You are about to exit Student Access Online and you will not be able to return directly. To return, go to the FAFSA on the Web Home Page. Are you sure you want to exit?";
var szSAWarningMsg2 = "You are about to exit Student Access Online. Are you sure you want to exit?";



