//////////////////////////////////////////////////////

var PATH = "/speech/center";

//////////////////////////////////////////////////////

document.write('<script src="' + PATH + '/js/mm_menu.js"></script>' +
'<script src="' + PATH + '/js/init_menu.js"></script>' +
'<link rel="stylesheet" type="text/css" href="' + PATH + '/style.css">');

function setTitle(title) {
	document.write('<center><span class="title">' + title + '</span></center><br><br><br>');
	document.title = title + ' @ The Speech and Hearing Center of Brooklyn College';
}

function setBanner() {
	document.write('<tr valign="top">' +
	'<td height="155" colspan="3"><img src="' + PATH + '/images/speech.jpg" width="770" height="155" alt=""></td>' +
	'</tr>');
}

function setFooter() {
	document.write('<hr width="70%" size="2" color="#000000" align="center"><font size="1">' +
	'<div class="copyright">' +
	'Designed and Developed by Academic Information Technologies<br>' +
	'Brooklyn College, All Rights Reserved © 2005<br><br>' +
	'</div>');
}

function makeMenus() {
	document.write('<table id="links" width="164" height="254" border="0" cellpadding="0" cellspacing="0" background="' + PATH + '/images/links_bg.jpg">' +
	'  <tr> ' +
	'    <td width="38"> <img src="' + PATH + '/images/links_01.jpg" width="38" height="38" alt="" align="middle">' +
	'	</td>' +
	'    <td width="124" valign="middle">' +
	'	<a href="' + PATH + '/info/list_clinic_info.html" onmouseover="MM_showMenu(window.menu_clinic_info,120,-12,null,\'clinic\')" onmouseout="MM_startTimeout()"><img src="' + PATH + '/images/spacer.gif" id="clinic" border="0">Clinic Info</a></td>' +
	'  </tr>' +
	'  <tr>' +
	'    <td> <img src="' + PATH + '/images/links_03.jpg" width="38" height="38" alt="" align="middle"></td>' +
	'    <td valign="middle"><a href="' + PATH + '/info/list_students.html" onmouseover="MM_showMenu(window.menu_students,120,-12,null,\'students\')" onmouseout="MM_startTimeout()"><img src="' + PATH + '/images/spacer.gif" id="students" border="0">Students</a></td>' +
	'  </tr>' +
	'  <tr>' +
	'    <td> <img src="' + PATH + '/images/links_05.jpg" width="38" height="38" alt="" align="middle"></td>' +
	'    <td valign="middle"><a href="' + PATH + '/info/list_consumers.html" onmouseover="MM_showMenu(window.menu_consumers,120,-12,null,\'consumers\')" onmouseout="MM_startTimeout()"><img src="' + PATH + '/images/spacer.gif" id="consumers" border="0">Consumers</a></td>' +
	'  </tr>' +
	'  <tr>' +
	'    <td> <img src="' + PATH + '/images/links_07.jpg" width="38" height="38" alt="" align="middle"></td>' +
	'    <td valign="middle"><a href="' + PATH + '/info/list_professionals.html" onmouseover="MM_showMenu(window.menu_professionals,120,-12,null,\'professionals\')" onmouseout="MM_startTimeout()"><img src="' + PATH + '/images/spacer.gif" id="professionals" border="0">Professionals</a></td>' +
	'  </tr>' +
	'  <tr>' +
	'    <td valign="middle"> <img src="' + PATH + '/images/links_09.jpg" width="38" height="38" alt="" align="middle"></td>' +
	'    <td valign="middle"><a href="' + PATH + '/info/list_faculty_con.html" onmouseover="MM_showMenu(window.menu_faculty_con,120,-12,null,\'faculty_con\')" onmouseout="MM_startTimeout()"><img src="' + PATH + '/images/spacer.gif" id="faculty_con" border="0">Faculty Contact</a></td>' +
	'  </tr>' +
	'  <tr>' +
	'    <td height="38" valign="middle"> <img src="' + PATH + '/images/links_11.jpg" width="38" height="38" alt="" align="middle"></td>' +
	'    <td valign="middle"><a href="http://depthome.brooklyn.cuny.edu/speech/" onmouseover="MM_showMenu(window.menu_dept,120,-12,null,\'dept\')" onmouseout="MM_startTimeout()"><img src="' + PATH + '/images/spacer.gif" id="dept" border="0">Department of Speech Communication Arts & Sciences</a></td>' +
	'  </tr>' +
	'  <tr>' +
	'    <td height="60" colspan="3" align="center" bgcolor="#9ba0b3" valign="bottom"><a href="' + PATH + '"><b>Speech &amp; Hearing Center Home</b></a></td>' +
	'  </tr>' +
	'  <tr>' +
	'    <td height="30" colspan="3" align="center" bgcolor="#9ba0b3" valign="bottom"><a href="' + PATH + '/../program/"><b>Program Home</b></a></td>' +
	'  </tr>' +
	'</table>');
}