function lastModified() {
	if (Date.parse(document.lastModified) != 0) {
	            var modiDate = new Date(document.lastModified);
	            var modiYear = modiDate.getYear();
	            modiYear = (modiYear < 2000) ? modiYear + 1900 : modiYear;
	            var monthName = new Array("January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December");
	            document.write("<p><i>Last modified: " + monthName[modiDate.getMonth()] + " ");
	            document.write(modiDate.getDate() + ", " + modiYear + "</i></p>");
	}
}

function footerFront(){
	document.writeln("<span class='redlink'><center><br><br>");
	document.writeln("<img src='../imgs/hlogo250.jpg' ALT='Montclair State University Logo'><br>");
	document.writeln("<img src='../imgs/line.jpg' ALT='Line'><br><a href='http://www.montclair.edu' TARGET='_BLANK'><b>Montclair State University</b></a>, ");
	document.writeln("<a href='http://www.csam.montclair.edu/' TARGET='_BLANK'><b>College of Science and Mathematics</b></a><br>");
	document.writeln("<font class='address'>1 Normal Avenue, Montclair, N.J. 07043, USA<br>");
	document.writeln("<a href='http://www.montclair.edu/webmaster.html' target='_blank'>Webmaster</a> | <a href='http://www.montclair.edu/search.shtml' target='_blank'>Search</a></font><br>");
	document.writeln("</span></center>");
}

function footer(name,url){
	document.writeln("<span class='redlink'><center><br><br>");
	if (url=="undergraduatemain.html" || url=="graduatemain.html"){
		lastModified();
	}
	document.writeln("<img src='../imgs/hlogo250.jpg' ALT='Montclair State University Logo'><br>");
	document.writeln("<img src='../imgs/line.jpg' ALT='Line'><br><a href='http://www.montclair.edu' TARGET='_BLANK'><b>Montclair State University</b></a>, ");
	document.writeln("<a href=" + url + "><b>" + name + "</b></a><br>");
	document.writeln("<font class='address'>1 Normal Avenue, Montclair, N.J. 07043, USA<br>");
	document.writeln("<a href='http://www.montclair.edu/webmaster.html' target='_blank'>Webmaster</a> | <a href='http://www.montclair.edu/search.shtml' target='_blank'>Search</a></font><br>");
	document.writeln("</center></span>");
}


function openWindow(cod){
	var url = "../course_desc.php3?cod=" + cod;
	window.open(url,"Description", "toolbar=no, menubar=no,scrollbars=yes,resizable=yes,width=680,height=200");
}


function sidenav(){
	document.writeln("<span class=menu><br><a href='../mathsci.html' target='_top'>Department<br>Home</a><br><br>");
	document.writeln("<a href='http://mathinfo.montclair.edu/people/people.php3' target='_top'>Faculty &amp; Staff</a><br><br>");
	document.writeln("<a href='../undergraduate/undergraduate.html' target='_top'>Undergraduate<br>Programs</a><br><br>");
	document.writeln("<a href='../graduate/graduate.html' target='_top'>Graduate<br>Programs</a><br><br>");
	document.writeln("<a href='http://mathinfo.montclair.edu/news/news.php3' target='_top'>Department<br>News</a><br><br>");
	document.writeln("<a href='http://mathinfo.montclair.edu/seminars/seminars.php3' target='_top'>Seminars<br>& Events</a><br><br>");
        document.writeln("<a href='http://www.csam.montclair.edu/mathlab/' target='_top'>Basic Skills<br>MathLab</a><br><br>"); 
	document.writeln("<a href='../sigs/MAAMsigs.html' target='_top'>Mathematics<br>&amp; Applied Mathematics</a><br><br>");
	document.writeln("<a href='../sigs/MTEDsigs.html' target='_top'>Mathematics<br>Education</a><br><br>");
	document.writeln("<a href='../sigs/PHYSsigs.html' target='_top'>Physics</a><br><br>");
	document.writeln("<a href='../sigs/STATsigs.html' target='_top'>Statistical<br>Science</a><br><br>");
        document.writeln("<a href='http://www.csam.montclair.edu/~yecko/dicom' target='_top'>Complex Fluids</a><br><br>");
	document.writeln("<a href='http://mathinfo.montclair.edu/contact/contact.php3' target='_top'>Contact Information</a></span>");
}
