if (navigator.appName.substring(0,8) == "Netscape")
{ 	// JavaScript here for user agents implementing Netscape layout engine
	document.write("<div id='deptPage' style='PADDING-BOTTOM: 1138700px;'>");
	document.write("<div id='deptHead'><img id='USFlag' height='92' title='Picture of the Flag of the United States of America' src='images/usflag.jpg' width='640'></img></div>");
}
else if (navigator.appName.substring(0,9) == "Microsoft")
{	// JavaScript here for IE 4 and later
	document.write("<div id='deptPage'>");
	document.write("<div id='deptHead'><img id='USFlag' height='92' ALT='Picture of the Flag of the United States of America' src='images/usflag.jpg' width='640'></img></div>");
}
else if (navigator.appName.substring(0,9) == "Opera")
{
	document.write("<div id='deptPage' style='PADDING-BOTTOM: 95px;'>");
	document.write("<div id='deptHead'><img id='USFlag' height='92' title='Picture of the Flag of the United States of America' src='images/usflag.jpg' width='640'></img></div>");
}
else
{
	document.write("<div id='deptPage' style='PADDING-BOTTOM: 1138700px;'>");
	document.write("<div id='deptHead'><img id='USFlag' height='92' title='Picture of the Flag of the United States of America' src='images/usflag.jpg' width='640'></img></div>");
}