
var wdth,scrn;
function dispSize() {
if(window.innerWidth) {	scrn=window.innerWidth;}
	else {if(document.body.clientWidth) {scrn=document.body.clientWidth; }
			}

		if(scrn>1000)  
			{wdth="1000px";}
		else { 
			if(scrn<790) 
				{wdth = "790px";}
		  	else{wdth="100%";}
		   }
if(document.all)  {	document.all["divMain"].style.width=wdth; }
 else {	document.getElementById("divMain").style.width=wdth   } 
}
  	
function sendit(sname,cname,ename,edomain,etld)  {
	var a="";
	var b;
	if(!ename){ename="webmaster"}
	if(!edomain){edomain="roswellfiles"}
	if(!etld){etld="com"}
	b=document.title;
	a= "<a class= "+ "'" + cname + "'" + " href= " + '"' + "mailto:" + ename + "&#64;" + edomain + "." + etld;
	a+= "?subject=AARE- ";
	a+= b + '"' + ">" + sname + "<\/a>";
	document.write(a);
} 

function hilite(p)  {
	if(document.all)  {
		document.all[p].className='sidelistHL';  }
		else{
		document.getElementById(p).className="sidelistHL"; }
		}

var author = new Array();
	 author[0] = new Array();
		author[0][0] = "Matthew Graeber";
		author[0][2] = new Array("Fate of Crash Supposition","FateOfCrash");
		author[0][3] = new Array("A Second Look at 'Fate of Crash'","SecondLook");
		author[0][4] = new Array("Carbondale Chronicles","Carbondale");
		
	 author[1] = new Array();
		author[1][0] = "Wim Van Utrecht";
		author[1][2] = new Array("Earth(Quake) Lights","EarthLights");
	author[2] = new Array();
		author[2][0] = "Bruce Hutchinson";
		author[2][2] = new Array ("The Evolution of a Roswell Witness","JesseMarcel");

var x;
var ct,ct1;
var cont;

function pNav(x)  {
if (x != -1) {author[x][1] = true;}
for (ct=0;ct<author.length;ct++)  {
	cont = '';
	cont = '<a onmouseover=\'pNav(' + ct + ')\'>';
	cont += author[ct][0] + '<\/a>';
	if(author[ct][1])  {
		for (ct1=2;ct1<author[ct].length;ct1++)  {
			cont += '<br \/>';
			cont += '<img src=\'..\/images\/red.gif\' width=\'5px\' height=\'7px\'>'
			cont += '<a class=\'sidenav\' href = \'' + author[ct][ct1][1] + '.htm\'>';
			cont +=  author[ct][ct1][0] + '<\/a>';
			}
		}
			eval('document.getElementById("nav' + ct + '").innerHTML = "' + cont +'"');
	}
//		author[x][1] = false;
}
