// Devs must change this first line to point to the folder which contains
// the implementation-specific folders such as "default" and "lausd"
var FPBASEPATH = 'themes/edusoft/';

var fpContent = new Array();

fpContent["leftBox"] = '<map name="fpBoxLeftMap"><area shape="rect" coords="0,0,195,125" href="http://www.riverpub.com/products/edusoft/" /><area shape="rect" coords="0,125,195,233" href="http://www.riverpub.com/products/a2k/" /></map><img usemap="#fpBoxLeftMap" border="0" src="' + FPBASEPATH + 'img/login/fpBoxLeft.png" alt="Edusoft & assess2Know" />';
fpContent["rightBox"] = '<map name="fpBoxRightMap"><area shape="rect" coords="109,156,154,171" href="http://www.riverpub.com/" /></map><img usemap="#fpBoxRightMap" border="0" src="' + FPBASEPATH + 'img/login/fpBoxRight.png" alt="Edusoft and Riverside Publishing have merged to bring you the Edusoft Assessment Management System, the most comprehensive assessment solution available today. More info [link to www.riverpub.com].  Edusoft users, you can log in as usual by entering your user name and password." />';
fpContent["loginErrorLast"] = '';
fpContent["loginErrorTicket"] = '';

fpContent["troubleBox"] = '<div style="margin-bottom: 10px; "><img src="' + FPBASEPATH + 'img/login/fpTroubleLoggingInHeading.png" alt="Trouble logging in?" width="168" height="19" /></div>' +
	'If you are unable to log in, try the following:' +
	'<ul><li>Check your spelling and Caps Lock key.  To Edusoft, "JaneSmith" and "janesmith" are not the same.</li>' +
	'<li><a href="a">Reset your password</a>.  Edusoft will assign you a new temporary password and e-mail it to you.</li>' +
	'<li>Contact your district\'s Edusoft Administrator.</li>' +
	'<li>Contact Edusoft <a href="contact_support.html">Customer Support</a>.</li></ul>';

fpContent["studentTroubleBox"] = '<div style="margin-bottom: 10px;"><img src="' + FPBASEPATH + 'img/login/fpTroubleLoggingInHeading.png" alt="Trouble logging in?" width="168" height="19" /></div>' +
	'If you are unable to log in, try the following:' +
	'<ul><li>Check your spelling and Caps Lock key.  To Edusoft, "JaneSmith" and "janesmith" are not the same.</li>' +
	'<li><a href="user_registration/reset_password.html">Reset your password</a>.  Edusoft will assign you a new temporary password and e-mail it to you.</li>' +
	'<li>Contact your teacher for help.</li>';