<!--// 
/* Written by: Dennis Howe (C) Dennis Howe - Borgatomic */
/* Last Update: 04/15/2008 */
var IE4 = (document.all && document.getElementById) ? true : false;  var NS6 = (!document.all && document.getElementById) ? true : false; 
var divLayer=""; var divRef=""; var outMsg=""; var xray=""; var geom=""; var crittersIn = ""; var spread = ""; var size="720";
var nothing = "<a href='mailto:dennis@borgatomic.com'>Dennis</a>";
function checkbrowser(){ if(IE4 || NS6)	{ showemail(); } else { alert("Sorry, my website is not quite ready for your browser."); return;} }
function toggledivoff(divRef){ divLayer=document.getElementById(divRef); divLayer.style.visibility="hidden"; } 
function toggledivon(divRef){ divLayer=document.getElementById(divRef); divLayer.style.visibility="visible"; }
function displaycontent(outMessage, divRef){ divLayer = document.getElementById(divRef); divLayer.style.visibility="visible"; divLayer.innerHTML = ""; divLayer.innerHTML = outMessage; }
function chgimg(imgField, newImg){ if(document.images)	{ document[imgField].src=eval(newImg+".src") } }
function shownewurl(newURL){ window.location = newURL; }
function clearmain(){ outMsg=""; displaycontent(outMsg,'main'); }
function clearphotodiv(){ outMsg=""; displaycontent(outMsg,'photodiv'); }

function showemail()
{
	outMsg="";
	outMsg+="Email: ";
	outMsg+= nothing ;
	displaycontent(outMsg,'spacediv');
}

//-->
