<!--
	//##### Field label declaration
	var infoUid = 'Email (user ID):';
	var errorUidFormat = 'Email format not correct:';
	var infoPwd = 'Password:';
	var infoFirst = 'First Name:';
	var infoLast = 'Last Name:';
	var infoDealer = 'Dealer Name:';
	var infoSSStoreNumber = 'Store:';
	var infoProvince = 'Province:';
	var infoContactPermission = 'Would you like us to communicate with you?';
	var infoDealerSelect = 'Select Dealer:';
	var infoProvinceSelect = 'Select Province:';
	var infoAddress = 'Address:';
	var infoCity = 'City:';
	var infoProvince = 'Province:';
	var infoPostal = 'Postal Code:';
	
	//##### Page title declaration
	var title_login_page = 'Welcome to Convergineer!';
	var title_new_registration = 'New Registration';
	var title_edit_registration = 'My Settings';
	var title_forgot_password = 'Forgot your password?';	
	var title_home_page = 'Software Download';
	var title_exam_history ='Exam history for';
	var title_exam_detail = 'Exam details for';
	var title_certification_roadmap = 'Convergineer Certification Roadmap';
	var title_certification_history = 'My Certification History';
	var title_request_certification_copy = 'Certification Copy Request';
	var title_download_window = 'Terms and Conditions';
	
	//##### Page buttons caption declarationi
	var btn_login = 'Login';
	var btn_create  = 'Create';
	var btn_update  = 'Update';
	var btn_clear  = 'Clear';
	var btn_post  = 'Post';
	var btn_cancel  = 'Cancel';
	var btn_submit  = 'Submit';
	var btn_register  = 'Register';
	var btn_send_pass  = 'Send Password';
	
	//##### Page table headers declaration
	var th_download = 'Downloads';
	var th_category = 'Category';
	var th_status = 'Status';
	var th_history = 'History';
	var th_your_score = 'Your score';	
	var th_total_score = 'Total score?';	
	var th_passing_score = 'Passing score';
	var th_passed ='Passed';
	var th_exam_date = 'Exam date';
	var th_certification = 'Certification';
	var th_certification_date = 'Certification date';
	var th_required_exams ='Required Exams';
	var th_description = 'Description';
	var th_certification_print = 'Print';
	var th_certification_copy = 'Printed copy';
	
	//##### Menu text declarations
	var menu_login = 'Login';
	var menu_new_registration = 'New Registration';
	var menu_forgot_password = 'Forgot you password?';
	var menu_logout = 'Logout';
	var menu_home = 'Home';
	var menu_my_settings = 'My Settings';
	var menu_my_history = 'My Exam History';
	var menu_certification_history = 'My Certification History';
	var menu_go_back = 'Go back';
	var menu_contactus = 'Contact Us';
	var menu_conditions = 'Terms and Conditions';
	var menu_privacy = 'Privacy Code';
	
	//##### Content text declarations
	var text_password_sent = 'Your password has been sent to';
	var text_intro_login_page = 'This area of the site is where you can take exams for Convergineer certification. Certification is only available for those working at companies authorized to sell Sony products in Canada. For more information about our training program, please read our <a href="http://convergineer.sony.ca/english/Lists/Categories/Category.aspx?Name=FAQ" target="_new">FAQ</a> on the main Convergineer site.';




-->