d=document;
ctxt = deeper() ? "/" : "";

function writesidemenu(w, h)
{
	bullet = "";

	d.write(
	"<table class=sidemenu align='center' width=" + w + " height=" + h + " cellpadding=10 cellspacing=0 bgcolor=283A64>" +
	"<tr valign=top>");
	d.write( 
	"<td width=" + w + " height=100% valign=top align=center><br>" +
	"<span class=sidemenu>" +
	"<a href=" + ctxt + "index.html>School of Business Home</a><br>" +
	"<a href=" + ctxt + "mission.html>Our Mission</a><br>" +
	"<a href=" + ctxt + "studentboard.html>Dean's Students Advisory Board</a><br>" +
	"<a href=" + ctxt + "alumniboard.html>Dean's Business & Alumni Advisory Board</a><br>" +
	"<a href=" + ctxt + "featured.html>Featured Students, Alumni, Faculty & Staff</a><br>" +
	"<br><br><br><br>" +
	"<a href=" + ctxt + "studentorg.html>Student Organizations</a><br>" +
	"<a href=" + ctxt + "beepprogram.html>BEEP Program</a><br>" +
	"<a href=" + ctxt + "busweek.html>Business Week</a><br>" +
	"<a href=" + ctxt + "dresscode.html>Student Dress Code</a><br>" +
	"<a href=" + ctxt + "conduct.html>Student Code of Ethics & Conduct</a><br>" +
	"<a href=" + ctxt + "labconduct.html>Computer Lab Users Code of Ethics & Conduct </a><br>" +
	"<a href=" + ctxt + "attendancepolicy.html>Attendance Policy</a><br>" +
	"<a href=" + ctxt + "adminwithdrawal.html>Administrative Withdrawal </a><br>" +
	"<a href=" + ctxt + "admission.html>Admission to the School of Business</a><br>" +
	"<br><br><br><br>" +
	"<a href=" + ctxt + "facultystaff.html>Faculty & Staff</a><br>" +
	"<a href='http://www.vsu.edu/pages/125.asp'>Shared Governance in School of Business and VSU</a><br>" +
	"<a href=" + ctxt + "committees.html>School Committees</a><br>" +
	"<a href=" + ctxt + "assurance.html>Assurance of Learning for Teaching Effectiveness</a><br>" +
	"<a href=" + ctxt + "strategicplan.html>Strategic Plan</a><br>" +
	"<a href=" + ctxt + "facultyethics.html>Faculty, Staff, and Administrators Code of Ethics & Conduct</a><br>" +
	"<br><br><br><br>" +
	"<a href=" + ctxt + "departments.html>Departments</a><br>" +
	"<a href=" + ctxt + "advcenter.html>Academic Advisement (Pre-business phase - Freshman, Sophomore)</a><br>" +
	"<a href=" + ctxt + "advcenterjs.html>Academic Advisement (Business phase - Junior, Senior)</a><br>" +
	//"<a href=" + ctxt + "assessmentcenter.html>Assessment Center for Teaching, Research, & Service</a><br>" +
	"<a href=" + ctxt + "faculty/mincitti.html>Assessment Center for Teaching, Research, & Service</a><br>" +
	"<a href=" + ctxt + "dodcenter.html>Department of Defense Center for Science, Mathematics, and Engineering</a><br>" +
	//"<a href=downloads/BizNewsV2N1.pdf>School of Business BizNews</a><br>" +
	//"<a href='http://www.vsu.edu/pages/3409.asp'>Institute for the Study of Race Relations</a><br>" +
	"<a href='http://www.vsu.edu/pages/954.asp'>Career Opportunity</a><br>" +
	"<br><br><br><br>" +
	"<a href=http://www.vsu.edu>VSU Home</a><br>" +
	"</span></td>"); 

	d.write("</tr></table>");
}
