/*********************************
* Global Variables
**********************************/
x = "12.219.72.20";
ns4 = (document.layers)? true:false
ie4 = (document.all)? true:false

function init()
{
	if(ie4)
	{
		section = document.blockDiv
		width = document.body.offsetWidth
		height = document.body.offsetHeight
	}
	else if(ns4)
	{
		section = blockDiv.style
		width = window.innerWidth
		height = window.innerHeight
	}		
	alert(width);
}

function nav(d)
{
	var forum;
	forum = "http://" + x + "/boardtopics.php";//register.html";
	d.write("<table border=0 cellpadding=0 cellspacing=0 width=120 bgcolor=000000>");
	d.write("<tr><td><table border=0 cellpadding=3 cellspacing=1 width=100%>");
	d.write("<tr><td background='http://eagor1.home.mchsi.com/images/background.jpg'>");
	d.write("<b>NAVIGATION</b><br></td></tr>");
	d.write("<tr><td bgcolor=FFFFFF><font size=2>");
	d.write("<a href='http://eagor1.home.mchsi.com/index.html'>&nbsp;Home</a><BR>");
	d.write("<a href='http://eagor1.home.mchsi.com/design.html'>&nbsp;Web Design</a><BR>");
	d.write("<a href=" + forum + ">&nbsp;Forums</a><BR>");
	d.write("<a href='mailto:eagor1@mchsi.com?subject=Webpage'>&nbsp;Contact</a><BR>");
	d.write("<a href='http://eagor1.home.mchsi.com/download.html'>&nbsp;Downloads</a><BR>");
	d.write("<a href='http://eagor1.home.mchsi.com/tutorial.html'>&nbsp;Tutorials</a><BR>");
	d.write("<a href='http://eagor1.home.mchsi.com/links.html'>&nbsp;Links</a><BR>");
	d.write("</font></td></tr></table></td></tr></table>");
}

function sblock(header)
{
	size = screen.width - 280;
	document.write("<table border=0 cellpadding=0 cellspacing=0 align=center bgcolor=000000 width=100%>");
	document.write("<tr><td><table border=0 cellpadding=3 cellspacing=1 width=100%>");
	document.write("<tr><td background='http://eagor1.home.mchsi.com/images/background.jpg'>");
	document.write("<b>" + header + "</b>");
	document.write("</td></tr><tr><td bgcolor=FFFFFF><font size=2>");
}




function eblock(bool)
{
	if(bool == "eagor")
		document.write("<br><BR>Updated by: <a href='mailto:eagor1@mchsi.com?subject=Webpage'>Eagor</a>");
	document.write("</font></p></td></tr></table></td></tr></table><BR>");
}



function checkbrowser()
{
	if (navigator.appName.toUpperCase().match(/MICROSOFT INTERNET EXPLORER/) != null)
		document.write("You are using IE.");
	if (navigator.appName.toUpperCase().match(/NETSCAPE/) != null)
		document.write("You are using NS.");
}

function pageStats()
{
	cScreen = screen;
	cWidth = cScreen.width;
	if(ie4)
		res = cScreen.colorDepth;
	else
		res = cScreen.pixelDepth;
	alert(document.referrer);
	
}