if (navigator.appName.substring(0,8) == "Netscape")
{ 	// JavaScript here for user agents implementing Netscape layout engine
	document.write("<div id='deptNav' style='HEIGHT: 1138993px; WIDTH: 200px;'>");
}
else if (navigator.appName.substring(0,9) == "Microsoft")
{	// JavaScript here for IE 4 and later
	document.write("<div id='deptNav' style='HEIGHT: 526px'>");
}
else if (navigator.appName.substring(0,5) == "Opera")
{
	document.write("<div id='deptNav' style='HEIGHT: 469px; WIDTH: 200px;'>");
}
else
{
	document.write("<div id='deptNav' style='HEIGHT: 1138993px; WIDTH: 200px;'>");
}