<!--
var adds;
var nude_navigation;
function ShowMe(){
var doc = document.getElementById("PrimeObject");
var ht = doc.offsetHeight;
var totalHeight = 25 + ht.valueOf();

adds = document.getElementById("mad");
nude_navigation = document.getElementById("ArcLinx");
if (window.frameElement) {
	//nude_navigation.style.display = "none";
	window.frameElement.height = space(ht);
	//totalHeight.toString();
	var Page = parent.document.getElementById("dave");
	var pTitle = parent.document.getElementById("don");
	Page.childNodes[0].nodeValue = "Page " + document.getElementById("PageNum").childNodes[0].nodeValue;
	pTitle.childNodes[0].nodeValue = document.title;
	
	//if (nude_navigation.offsetHeight < 30 ) {
	//	nude_navigation.reload;
	//	}

	}else{
	//nude_navigation.src = "../navigator_2.htm";
	adds.src = "../mad";
	}
}

function space(q) {
var total;
if(document.all) {
	total= 25 + q.valueOf();
	return (total.toString());
}else{
	total= q.valueOf();
	return (total.toString());
}
}


function Go_White(obj){
	if ( obj.className == "texBlue" ){
		obj.className = "texWhite";
	}
	if ( obj.className == "tPink" ) {
		obj.className = "tIvory";
	}
}

function Go_Back(obj){
	if ( obj.className == "texWhite" ) {
		obj.className = "texBlue";
	}
	if ( obj.className == "tIvory" ) {
		obj.className = "tPink";
	}
}

function Change_it(obj) {
	obj.className = "tPink";
}

-->
