var langFile='English';
//login.html & login_s.html files
var _login=[
		{'_USG_300':'ZyWALL USG 300',
		'_USG_1000':'ZyWALL USG 1000',
		'_USG_2000':'ZyWALL USG 2000',
		'_USG_100':'ZyWALL USG 100',
		'_USG_200':'ZyWALL USG 200',
		'_USG_50H':'ZyWALL USG 50-H',
		'_ZW1050':'ZyWALL 1050',	
		'_Enter_User':'Enter User Name/Password and click to login.',
		'_User_Name':'User Name:',
		'_Password':'Password:',
		'_One_Time':'One-Time Password:',
		'_Optional':'(Optional)',
		'_max_alphanumeric':'( max. 63 alphanumeric, printable characters and no spaces )',
		'_Login_to':'Log into SSL VPN',
		'_Note':'Note:',
		'_Turn_on':'1. Turn on Javascript and Cookie setting in your web browser.',
		'_Turn_off':'2. Turn off Popup Window Blocking in your web browser.',
		'_JRE_on':'3. Turn on Java Runtime Environment (JRE) in your web browser.',
		'_Gears_Allow':'4. Allow Gears if you are using Google Chrome.',
		'_Login':'Login',
		'_Reset':'Reset',
		'_SSL_VPN_Login':'SSL VPN Login'
		}];

//access.html file,  user away login page
var _access=[
		{'_You_now':'You now have logged in.',
		'_Click_the_logout':'Click the logout button to terminate the access session.',
		'_You_could_renew':'You could renew your lease time by clicking the Renew button.',
		'_For_security':'For security reason you must login in again after ',
		'_hours':' hours ',
		'_Close':'Close',
		'_minutes':' minutes.',
		'_Renew':'Renew',
		'_Logout':'Logout',
		'_User_defined':'User-defined lease time (max ',
		'_Minutes':' minutes):',
		'_Updating_lease':'Updating lease time automatically',
		'_Remaining_lease':'Remaining time before lease timeout (hh:mm:ss): ',
		'_Remaining_auth':'Remaining time before auth. timeout (hh:mm): ',
		'_EPS_failure':'EPS Check Failure',
		'_EPS_check':'Check Endpoint Security ...'
		}];					
		
//chgpw.html file 
var _chgpw=[
		{'_Update_Admin_Info':'Update Admin Info',
		'_As_a_security':'As a security precaution, it is highly recommended that you change the admin password.',
		'_New_Password':'New Password',
		'_Retype_to_Confirm':' Retype to Confirm',
		'_max_alphanumeric':'( max. 63 alphanumeric, printable characters and no spaces )',
		'_Apply':'Apply',
		'_Ignore':'Ignore'
		}];	

/* access page(user login) used */
var _Done = true;
