//---------------------------------------------------------------------------------------------------------
// CONTENTS
//---------------------------------------------------------------------------------------------------------
// Insert your contents here. Example:
//
// slsContents[0] = "This is the first page.";
// slsContents[1] = "This is the second page.";
// slsContents[2] = "Here's an image:<br><img src=\"path/to/image\">";
// ...
//
// - You can use HTML-tags.
// - Escape all quotation marks inside your contents with a backslash (\").
// - Use tables or CSS to set a padding where needed.
//
// Just see what I did below, and you'll get the picture. :-)
//---------------------------------------------------------------------------------------------------------

var slsContents = new Array();



slsContents[0] = "<table cellpadding=0 cellspacing=0><tbody><tr><td><a href=\"landing/automated-matching-process.html\"><img src=\"landing/img/app_icons/auto.gif\" width=60 height=60 style=\"margin-right:10px;\" /></a></td><td><a href=\"landing/automated-matching-process.html\" style=\"text-decoration:none\">Reduce the complexity and length of time it takes to match students and preceptors with the <strong>Automated Matching</strong> module which uses a built in algorithm to make the successful match.</a><br /></td></tr></tbody></table>";

slsContents[1] = "<table cellpadding=0 cellspacing=0><tbody><tr><td><a href=\"landing/clinical-evaluations.html\"><img src=\"landing/img/app_icons/clin_eval.gif\" width=60 height=60 style=\"margin-right:10px;\" /></a></td><td><a href=\"landing/clinical-evaluations.html\" style=\"text-decoration:none\">Effectively measure your student's performance through the <strong>Clinical Evaluations</strong> module, where they can evaluate themselves, their teachers and placements, and teachers can evaluate them.</a><br /></td></tr></tbody></table>";

slsContents[2] = "<table cellpadding=0 cellspacing=0><tbody><tr><td><a href=\"landing/clinical-appointments.html\"><img src=\"landing/img/app_icons/clin_app.gif\" width=60 height=60 style=\"margin-right:10px;\" /></a></td><td><a href=\"landing/clinical-appointments.html\" style=\"text-decoration:none\">Eliminate the redundant and error-prone manual process; let your faculty submit their appointments or re-appointments online with the <strong>Clinical Appointments</strong> module.</a><br /></td></tr></tbody></table>";

slsContents[3] = "<table cellpadding=0 cellspacing=0><tbody><tr><td><a href=\"landing/conference-manager.html\"><img src=\"landing/img/app_icons/manager.gif\" width=60 height=60 style=\"margin-right:10px;\" /></a></td><td><a href=\"landing/conference-manager.html\" style=\"text-decoration:none\">Provide a flexible registration process for your conferences and events using the <strong>Conference Manager</strong> module which makes it easy for applicants to register, submit their abstracts and make payment all at one time.</a><br /></td></tr></tbody></table>";

slsContents[4] = "<table cellpadding=0 cellspacing=0><tbody><tr><td><a href=\"landing/e-store.html\"><img src=\"landing/img/app_icons/estore.gif\" width=60 height=60 style=\"margin-right:10px;\" /></a></td><td><a href=\"landing/e-store.html\" style=\"text-decoration:none\">Target your audience and increase your customer base through the <strong>E-Store</strong> module which provides a full-featured secure credit card payment system to help manage your sales.</a><br /></td></tr></tbody></table>";

slsContents[5] = "<table cellpadding=0 cellspacing=0><tbody><tr><td><a href=\"landing/video-sharing.html\"><img src=\"landing/img/app_icons/video_sharing.gif\" width=60 height=60 style=\"margin-right:10px;\" /></a></td><td><a href=\"landing/video-sharing.html\" style=\"text-decoration:none\">Create an e-learning environment and your own online video network, and share video files within your organization with the <strong>Video Sharing</strong> module</strong>.</a><br /></td></tr></tbody></table>";

slsContents[6] = "<table cellpadding=0 cellspacing=0><tbody><tr><td><a href=\"landing/healthcare-electives.html\"><img src=\"landing/img/app_icons/electives.gif\" width=60 height=60 style=\"margin-right:10px;\" /></a></td><td><a href=\"landing/healthcare-electives.html\" style=\"text-decoration:none\">Decrease dependency on administrative staff to collect and disseminate student information by enabling students to register for their electives online with the <strong>Healthcare Electives </strong>module.</a><br /></td></tr></tbody></table>";

slsContents[7] = "<table cellpadding=0 cellspacing=0><tbody><tr><td><a href=\"landing/community.html\"><img src=\"landing/img/app_icons/community.gif\" width=60 height=60 style=\"margin-right:10px;\" /></a></td><td><a href=\"landing/community.html\" style=\"text-decoration:none\">Take the headache out of effective knowledge exchange by providing a space where your healthcare professionals can connect, collaborate and share information through the <strong>Community</strong> module.</a><br /></td></tr></tbody></table>";

slsContents[8] = "<table cellpadding=0 cellspacing=0><tbody><tr><td><a href=\"landing/mentorship.html\"><img src=\"landing/img/app_icons/mentorship.gif\" width=60 height=60 style=\"margin-right:10px;\" /></a></td><td><a href=\"landing/mentorship.html\" style=\"text-decoration:none\">Do you have a need to create a mentorship program for your organization but don't have the staff necessary to administrate the program? Use the <strong>Mentorship</strong> module and get engaged.</a><br /></td></tr></tbody></table>";



