//<script language="javascript">
//window.onResize = top.frames["if1"].frames["if1"].pginit();
var ifloaded;
window.onload = SetIfSize;
// onload="SetResize()"
function report(message,url,line) {
	alert('Error : ' + message + ' at line ' + line + ' in ' + url);
	return false;
	
}
function CloseWindow(){
	window.close();
}
function preload() {
}
function SetIfSize() {
	/*window.onresize=preload;
		alert(document.all.if1.document.body.scrollHeight);
	alert(document.all.if1.document.body.clientHeight);
	//document.all.if1.style.height = "100px";
	//document.all.if1.pginit();
	//alert(document.all.if1.document.body.clientHeight);
	var pheight = document.all.if1.document.body.clientHeight;
	document.all.if1.style.height = pheight + "px";
	*/
	document.all.if1.src = frames["if1"].document.location
	setTimeout("SetResize()",1000)


}
function SetResize() {
	window.onresize=SetIfSize;
}
function c1c() {
	creset()
	c1center.bgColor="#3c93bc";
	c1left.src =  "http://istf.ucf.edu/Tools/Guidelines/tabs/tab_left-active.gif";
	c1right.src = "http://istf.ucf.edu/Tools/Guidelines/tabs/tab_right-active.gif";

	return true;
}
function c2c() {
	creset()
	c2center.bgColor="#3c93bc";
	c2left.src =  "http://istf.ucf.edu/Tools/Guidelines/tabs/tab_left-active.gif";
	c2right.src = "http://istf.ucf.edu/Tools/Guidelines/tabs/tab_right-active.gif";
}
function c3c() {
	creset()
	c3center.bgColor="#3c93bc";
	c3left.src =  "http://istf.ucf.edu/Tools/Guidelines/tabs/tab_left-active.gif";
	c3right.src = "http://istf.ucf.edu/Tools/Guidelines/tabs/tab_right-active.gif";
}
function creset() {
	c1center.bgColor="#056087";
	c2center.bgColor="#056087";
	c3center.bgColor="#056087";

	c1left.src = "http://istf.ucf.edu/Tools/Guidelines/tabs/tab_left-inactive.gif";
	c2left.src = "http://istf.ucf.edu/Tools/Guidelines/tabs/tab_left-inactive.gif";
	c3left.src = "http://istf.ucf.edu/Tools/Guidelines/tabs/tab_left-inactive.gif";

	c1right.src = "http://istf.ucf.edu/Tools/Guidelines/tabs/tab_right-inactive1.gif";
	c2right.src = "http://istf.ucf.edu/Tools/Guidelines/tabs/tab_right-inactive1.gif";
	c3right.src = "http://istf.ucf.edu/Tools/Guidelines/tabs/tab_right-inactive1.gif";
}
//</script>