
function insertMenu()
{
	document.writeln('<br>');
	document.writeln('<a href="demographics.htm">');
	document.writeln('<Font style="font-family:Arial; font-size:12px;"><b>Student Information</b></Font></a>');
	document.writeln('<br>');
	document.writeln('<a href="communication.htm">');
	document.writeln('<Font style="font-family:Arial; font-size:12px;" >Parental Communication</Font></a>');
	document.writeln('<br>');
	document.writeln('<a href="gradebook.htm">');
	document.writeln('<Font style="font-family:Arial; font-size:12px;" >Grade Book</Font></a>');
	document.writeln('<br>');
	document.writeln('<a href="attendance.htm">');
	document.writeln('<Font style="font-family:Arial; font-size:12px;"><b>Attendance</b></Font></a>');
	document.writeln('<br>');
	document.writeln('<a href="discipline.htm">');
	document.writeln('<Font style="font-family:Arial; font-size:12px;" ><b>Discipline</b></Font></a>');
	document.writeln('<br>');
	document.writeln('<a href="statereports.htm">');
	document.writeln('<Font style="font-family:Arial; font-size:12px;" ><b>State Reports</b></Font></a>');
	document.writeln('<br>');
	document.writeln('<a href="features.htm">');
	document.writeln('<Font style="font-family:Arial; font-size:12px;" ><b>Other Features</b></Font></a>');
	document.writeln('<br>');
	document.writeln('<a href="peoplesaying.htm">');
	document.writeln('<Font style="font-family:Arial; font-size:10px; font-weight:normal;" >What Are People Saying?</Font></a>');
	document.writeln('<br>');
	document.writeln('<a href="whoislki.htm">');
	document.writeln('<Font style="font-family:Arial; font-size:10px; font-weight:normal;" >Who is Logic Key?</Font></a>');
	document.writeln('<br><br>');
	document.writeln('<a href="harmony.htm">');
	document.writeln('<Font style="font-family:Arial; font-size:10px; font-weight:bold;" >Harmony Home</Font></a>');
	document.writeln('<br>');
	document.writeln('<a href="index.htm">');
	document.writeln('<Font style="font-family:Arial; font-size:10px; font-weight:bold;" >Logic Key Home</Font></a>');
	document.writeln('<br>');
	document.writeln('<br>');
	document.writeln('<div style="line-height:normal;color:#000000;background-color:#FFFFFF; border:solid 1px #CCCCCC; margin-right:5px; font-weight:normal;"><b>For more information, contact us!</b><br>Phone: 317.704.7215<br>');
	document.writeln('E-mail: <a href="mailto:sales@logickey.com">sales@logickey.com</a>');
	document.writeln('</div>');
};