var IE4 = document.all;
var IE5 = (IE4 && navigator.appVersion.indexOf("MSIE 5.0") != -1);
var NN4 = document.layers;
var NN7 = !(NN4 || IE4);
if (NN4 && location.href.indexOf("nonstandard.htm") == -1) location.replace("nonstandard.htm");

var copyright = "2004";

function getStyleObject(obj) {
	return (IE4?eval("document.all." + obj + ".style"):document.getElementById(obj).style);
}

function getObject(obj) {
	return (IE4?eval("document.all." + obj):document.getElementById(obj));
}

function showProfile(obj) {
	getStyleObject("intro").display = "none";
	getStyleObject("philinfo").display = "none";
	getStyleObject("andrewinfo").display = "none";
	getStyleObject(obj + "info").display = "block";
}