if (((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) >=3 )) || ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4 )))
{
	version = "supported";
}
else
{
	version = "notsupported";
}
if (version == "supported")
{
	navbar5on = new Image();
	navbar5on.src = "../images/netservb.gif";
	navbar5off = new Image();
	navbar5off.src = "../images/netservm.gif";
	navbar6on = new Image();
	navbar6on.src = "../images/webservb.gif";
	navbar6off = new Image();
	navbar6off.src = "../images/webservm.gif";
	navbar7on = new Image();
	navbar7on.src = "../images/webdesb.gif";
	navbar7off = new Image();
	navbar7off.src = "../images/webdesm.gif";
	navbar8on = new Image();
	navbar8on.src = "../images/doc-over.gif";
	navbar8off = new Image();
	navbar8off.src = "../images/doc.gif";
	navbar9on = new Image();
	navbar9on.src = "../images/contactb.gif";
	navbar9off = new Image();
	navbar9off.src = "../images/contactm.gif";
	homeon = new Image();
	homeon.src = "../images/home-over.gif";
	homeoff = new Image();
	homeoff.src = "../images/home.gif";
	aboutuson = new Image();
	aboutuson.src = "../images/aboutus-over.gif";
	aboutusoff = new Image();
	aboutusoff.src = "../images/aboutus.gif";
	linkson = new Image();
	linkson.src = "../images/links-over.gif";
	linksoff = new Image();
	linksoff.src = "../images/links.gif";
	sitemapon = new Image();
	sitemapon.src = "../images/sitemap-over.gif";
	sitemapoff = new Image();
	sitemapoff.src = "../images/sitemap.gif";
	contactuson = new Image();
	contactuson.src = "../images/contactus-over.gif";
	contactusoff = new Image();
	contactusoff.src = "../images/contactus.gif";
	navbar12on = new Image();
	navbar12on.src = "../images/clientserv-over.gif";
	navbar12off = new Image();
	navbar12off.src = "../images/clientserv.gif";
	doc1on = new Image();
	doc1on.src = "../images/docbutton1a-over.gif";
	doc1off = new Image();
	doc1off.src = "../images/docbutton1a.gif";
	doc2on = new Image();
	doc2on.src = "../images/docbutton2a-over.gif";
	doc2off = new Image();
	doc2off.src = "../images/docbutton2a.gif";
	doc3on = new Image();
	doc3on.src = "../images/docbutton3a-over.gif";
	doc3off = new Image();
	doc3off.src = "../images/docbutton3a.gif";
	step1picon = new Image();
	step1picon.src = "../images/step1-over.gif";
	step1picoff = new Image();
	step1picoff.src = "../images/step1.gif";
	step2picon = new Image();
	step2picon.src = "../images/step2-over.gif";
	step2picoff = new Image();
	step2picoff.src = "../images/step2.gif";
	step3picon = new Image();
	step3picon.src = "../images/step3-over.gif";
	step3picoff = new Image();
	step3picoff.src = "../images/step3.gif";
	step4picon = new Image();
	step4picon.src = "../images/step4-over.gif";
	step4picoff = new Image();
	step4picoff.src = "../images/step4.gif";
	step5picon = new Image();
	step5picon.src = "../images/step5-over.gif";
	step5picoff = new Image();
	step5picoff.src = "../images/step5.gif";
	step6picon = new Image();
	step6picon.src = "../images/step6-over.gif";
	step6picoff = new Image();
	step6picoff.src = "../images/step6.gif";
}
function img_act1(imgName)
{
	if (version == "supported")
	{
		imgOn = eval(imgName + "on.src");
		document [imgName].src = imgOn;
	}
}
function img_act1a(imgName)
{
	if (version == "supported")
	{
		imgOn = eval(imgName + "on.src");
		document [imgName + "a"].src = imgOn;
	}
}
function img_act1b(imgName)
{
	if (version == "supported")
	{
		imgOn = eval(imgName + "on.src");
		document [imgName + "b"].src = imgOn;
	}
}
function img_act1c(imgName)
{
	if (version == "supported")
	{
		imgOn = eval(imgName + "on.src");
		document [imgName + "c"].src = imgOn;
	}
}
function img_act1d(imgName)
{
	if (version == "supported")
	{
		imgOn = eval(imgName + "on.src");
		document [imgName + "d"].src = imgOn;
	}
}
function img_act1e(imgName)
{
	if (version == "supported")
	{
		imgOn = eval(imgName + "on.src");
		document [imgName + "e"].src = imgOn;
	}
}
function img_act1f(imgName)
{
	if (version == "supported")
	{
		imgOn = eval(imgName + "on.src");
		document [imgName + "f"].src = imgOn;
	}
}
function img_inact1(imgName)
{
	if (version == "supported")
	{
		imgOff = eval(imgName + "off.src");
		document [imgName].src = imgOff;
	}
}
function img_inact1a(imgName)
{
	if (version == "supported")
	{
		imgOff = eval(imgName + "off.src");
		document [imgName + "a"].src = imgOff;
	}
}
function img_inact1b(imgName)
{
	if (version == "supported")
	{
		imgOff = eval(imgName + "off.src");
		document [imgName + "b"].src = imgOff;
	}
}
function img_inact1c(imgName)
{
	if (version == "supported")
	{
		imgOff = eval(imgName + "off.src");
		document [imgName + "c"].src = imgOff;
	}
}
function img_inact1d(imgName)
{
	if (version == "supported")
	{
		imgOff = eval(imgName + "off.src");
		document [imgName + "d"].src = imgOff;
	}
}
function img_inact1e(imgName)
{
	if (version == "supported")
	{
		imgOff = eval(imgName + "off.src");
		document [imgName + "e"].src = imgOff;
	}
}
function img_inact1f(imgName)
{
	if (version == "supported")
	{
		imgOff = eval(imgName + "off.src");
		document [imgName + "f"].src = imgOff;
	}
}
function img_act2(imgName1,imgName2)
{
	if (version == "supported")
	{
		imgOn1 = eval(imgName1 + "on.src");
		document [imgName1].src = imgOn1;
		imgOn2 = eval(imgName2 + "on.src");
		document [imgName2].src = imgOn2;
	}
} 
function img_inact2(imgName1,imgName2)
{
	if (version == "supported")
	{
		imgOff1 = eval(imgName1 + "off.src");
		document [imgName1].src = imgOff1;
		imgOff2 = eval(imgName2 + "off.src");
		document [imgName2].src = imgOff2;
	}
}
function open_small_window(url, window_name, setwidth, setheight)
{
	window.open(url,window_name,'width=' + setwidth + ',height=' + setheight + ',toolbar=no,scrollbars=1,directories=no,location=no,status=no,menubar=no,resizable=1');
}
function setContent(menu)
{

	var stylestart = "";
	var styleon = "";
	var styleoff = "";
	var cellstyle = "";

	stylestart = "style='color: #003399; text-decoration: none; font-weight: bold'"
	styleon = "this.style.color=\"#006633\"; this.style.textDecoration=\"none\";this.style.fontWeight=\"bold\"; return true"
	styleoff = "this.style.color=\"#003399\"; this.style.textDecoration=\"none\"; return true"
	cellstyle = "style='background-image: url(../images/divbg1.gif); background-repeat: repeat'";

	var arraySize = "";
	var links = "";
	var linknames = "";
	var content = "";
	var set_code = "";
	var tablesize = "";
	var cellsize = "";
	var picchange = "";
	var layerInfo = "";

	switch(menu)
	{
		case "net":
			arraySize = 4;
			links = new Array(arraySize);
			if(location == "net")
			{
				links[0] = "overview.asp";
				links[1] = "consult.asp";
				links[2] = "studies.asp";
				links[3] = "monitoring.asp";
			}
			else
			{
				links[0] = "../net/overview.asp";
				links[1] = "../net/consult.asp";
				links[2] = "../net/studies.asp";
				links[3] = "../net/monitoring.asp";
			}

			linknames = new Array(arraySize);
			linknames[0] = "&nbsp;&nbsp;<b>Overview</b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;";
			linknames[1] = "&nbsp;&nbsp;<strong>Network Consulting</strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;";
			linknames[2] = "&nbsp;&nbsp;<strong>Case Studies</strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;";
			linknames[3] = "&nbsp;&nbsp;<strong>Network Monitoring</strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;";
						
			tablesize = "158";
			cellsize = "156";
			picchange = "navbar1";
			break;

		case "web":
			arraySize = 5;
			links = new Array(arraySize);
			if(location == "web")
			{
				links[0] = "overview.asp";
				links[1] = "webdesign.asp";
				links[2] = "portfolio.asp";
				links[3] = "sitehost.asp";
				links[4] = "servhost.asp";
				links[5] = "monitoring.asp";
			}
			else
			{
				links[0] = "../web/overview.asp";
				links[1] = "../web/webdesign.asp";
				links[2] = "../web/portfolio.asp";
				links[3] = "../web/sitehost.asp";
				links[4] = "../web/servhost.asp";
				links[5] = "../web/monitoring.asp";
			}
			
			linknames = new Array(arraySize);
			linknames[0] = "&nbsp;&nbsp;<strong>Overview</strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;";
			linknames[1] = "&nbsp;&nbsp;<strong>Website Design</strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;";
			linknames[2] = "&nbsp;&nbsp;<strong>Portfolio</strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;";
			linknames[3] = "&nbsp;&nbsp;<strong>Website Hosting</strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;";
			linknames[4] = "&nbsp;&nbsp;<strong>Server Hosting</strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;";
			linknames[5] = "&nbsp;&nbsp;<strong>Website Monitoring</strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;";
			
			tablesize = "158";
			cellsize = "156";
			picchange = "navbar3";
			break;

		case "doc":
			arraySize = 5;
			links = new Array(arraySize);
			if(location == "doc")
			{
				links[0] = "overview.asp";
				links[1] = "consult.asp";
				links[2] = "industry.asp";
				links[3] = "technology.asp";
				links[4] = "articles.asp";
			}
			else
			{
				links[0] = "../doc/overview.asp";
				links[1] = "../doc/consult.asp";
				links[2] = "../doc/industry.asp";
				links[3] = "../doc/technology.asp";
				links[4] = "../doc/articles.asp";
			}
			
			linknames = new Array(arraySize);
			linknames[0] = "&nbsp;&nbsp;<b>Overview</b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;";
			linknames[1] = "&nbsp;&nbsp;<strong>Consulting Services</strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;";
			linknames[2] = "&nbsp;&nbsp;<strong>Industry Applications</strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;";
			linknames[3] = "&nbsp;&nbsp;<strong>Technology Defined</strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;";
			linknames[4] = "&nbsp;&nbsp;<strong>Articles & Papers</strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;";
						
			tablesize = "158";
			cellsize = "156";
			picchange = "navbar4";
			break;

		case "oth":
			arraySize = 4;
			links = new Array(arraySize);
			if(location == "oth")
			{
				links[0] = "overview.asp";
				links[1] = "email.asp";
				links[2] = "hardware.asp";
				links[3] = "cvault.asp";			}
			else
			{
				links[0] = "../oth/overview.asp";
				links[1] = "../oth/email.asp";
				links[2] = "../oth/hardware.asp";
				links[3] = "../oth/cvault.asp";
			}

			linknames = new Array(arraySize);
			linknames[0] = "&nbsp;&nbsp;<strong>Overview</strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;";
			linknames[1] = "&nbsp;&nbsp;<strong>Email Solutions</strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;";
			linknames[2] = "&nbsp;&nbsp;<strong>Hardware</strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;";
			linknames[3] = "&nbsp;&nbsp;<strong>Online Backup</strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;";
			
			tablesize = "158";
			cellsize = "156";
			picchange = "";
			break;
	}

	content = "<table width='" + tablesize + "' border='0' cellspacing='0' cellpadding='0'>";
	content  += "<tr><td bgcolor='#003399' height='1' colspan='3'><a href='" + links[0] +"' onmouseOver='showLayer(contentObj);";
	if(picchange = "")
	{
		content += "img_act1(\"" + picchange + "\"); return true' onmouseOut='hideLayer(contentObj); img_inact1(\"" + picchange + "\"); return true'><img src='../images/clear.gif' width='" + tablesize + "' height='1' border='0'></a></td></tr>\n";
	}
	else
	{
		content += " return true' onmouseOut='hideLayer(contentObj); return true'><img src='../images/clear.gif' width='" + tablesize + "' height='1' border='0'></a></td></tr>\n";
	}
	for (var i=0; i<links.length; i++)
	{
		content += "<tr><td bgcolor='#003399' width='1'><img src='../images/clear.gif' width='1' height='1'></td>\n";
		content += "<td width='" + cellsize + "' " + cellstyle +">";
		content += "<a href='" + links[i] + "' " + stylestart + " onmouseOver='showLayer(contentObj);";
		if(picchange != "")
		{
			content += "img_act1(\"" + picchange + "\"); " + styleon + "' onmouseOut='hideLayer(contentObj); img_inact1(\"" + picchange +"\");" + styleoff + "'><span style='font-family:Arial;font-size:8pt;font-weight:normal'>" + linknames[i] + "</span></a></td>";
		}
		else
		{
			content += " " + styleon + "' onmouseOut='hideLayer(contentObj); " + styleoff + "'><span style='font-family:Arial;font-size:8pt;font-weight:normal'>" + linknames[i] + "</span></a></td>";
		}
		content += "<td bgcolor='#003399' width='1'><img src='../images/clear.gif' width='1' height='1'></td></tr>\n";
	}
	content += "</table>\n";

	layerInfo = content;
	return layerInfo;
}

var contentObj = "";
var page_loaded = "false";

function init()
{
	contentObj = addLayer('content');
	setLayerBgColor(contentObj,'#003399');
	hideLayer(contentObj);
	page_loaded = true;
}
function showMenu(menu,hcoord,vcoord,nswidth,nsheight,width,height,image1,image2)
{
	if(page_loaded == true)
	{
		var layerContent = "";
		layerContent = setContent(menu);
		moveLayerTo(contentObj,hcoord,vcoord);

		if(ns4)
		{
			setLayerSize(contentObj,nswidth,nsheight);
			setLayerClip(contentObj,0,nswidth,nsheight,0);
		}
		else
		{
			setLayerSize(contentObj,width,height);
			setLayerClip(contentObj,0,width,height,0);
		}
		setLayerHTML(contentObj,layerContent);
		showLayer(contentObj);
		if(image2)
		{
			img_act2(image1,image2);
		}
		else
		{
			img_act1(image1)
		}
	}
}
function hideMenu(image1,image2)
{
	if(page_loaded == true)
	{
		hideLayer(contentObj);
		if(image2)
		{
			img_inact2(image1,image2);
		}
		else
		{
			img_inact1(image1);
		}
	}
}
function resetClass(page,picID,numberPics,secondID)
{
	// set string variables
	var part1			= new String(page);
	var part1a			= new String(secondID);
	var part2			= new String(picID);
	var setClass1		= new String(part1 + part2);
	var setClass1a		= new String(part1a + part2);
	// set number variables
	var iforPicID		= new Number(picID);
	var iforClass		= new Number(0);
	var iforPicCount	= new Number(numberPics);
	
	if(document.getElementById)
	{
		for (iforClass = 0; iforClass < iforPicCount; iforClass++)
		{
			var part2a		= new String(iforClass);
			var setClass2	= new String(part1 + part2a);
			var setClass2a	= new String(part1a + part2a);

			if(iforClass == iforPicID)
			{ 
				document.getElementById(setClass1).style.display = "inline";
				document.getElementById(setClass1a).style.display = "inline";
				//alert("the Class1 that matches is " + setClass1);
				//alert("the Class1a that matches is " + setClass1a);
			}
			if(iforClass != iforPicID)
			{
				if(document.getElementById(setClass2).style.display == "inline")
				{
					document.getElementById(setClass2).style.display = "none";
					document.getElementById(setClass2a).style.display = "none";
					//alert("the Class2 that was originally set to inline was " + setClass2);
					//alert("the Class2a that was originally set to inline was " + setClass2a);
				}
			}
		}

	}
	else
	{																				 																	 
		alert("You are using an older browser that is not supported by our Website./nIn order to view our product details, you must be using one of the/nfollowing browsers:/nInternet Explorer 5.0 and up/nNetscape Navigator 6.0 and up/nAOL version 5.0 and up/n Opera 6.0 and up/n/nWe encourage you to upgrade your browser right away!  Thank you.");
	}
	return;
}
window.onload = init;










