var IE = (document.all)||(document.getElementById);
var NS4 = (document.layers);

var theActiveObj = null;
var theActiveObj1 = null;
var menuTimer = null;

function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)>3)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
function changeLOC(loc)
{
	var theObj = MM_findObj(loc);
	if(IE)
		location.href=loc;
	if(NS4)
		location.href=loc;
}

function changeBG(bgCol)
{
	var theObj = MM_findObj(bgCol);
	if(IE)
	{
		if(theObj.id.indexOf("solutionsMenu") != -1)
			theObj.style.backgroundColor = "#336699";
		if(theObj.id.indexOf("productsMenu") != -1)
			theObj.style.backgroundColor = "#336699";
		if(theObj.id.indexOf("companyMenu") != -1)
			theObj.style.backgroundColor = "#336699";
		if(theObj.id.indexOf("busconMenu") != -1)
			theObj.style.backgroundColor = "#336699";	
		if(theObj.id.indexOf("sageMenu") != -1)
			theObj.style.backgroundColor = "#336699";
		if(theObj.id.indexOf("communicationsMenu") != -1)
			theObj.style.backgroundColor = "#336699";				
		if(theObj.id.indexOf("dataMenu") != -1)
			theObj.style.backgroundColor = "#336699";							
		if(theObj.id.indexOf("voiceMenu") != -1)
			theObj.style.backgroundColor = "#336699";
		if(theObj.id.indexOf("SecurityMenu") != -1)
			theObj.style.backgroundColor = "#336699";										
	}
	if(NS4)
	{
		if(theObj.id.indexOf("solutionsMenu") != -1)
			theObj.bgColor = "#994f66";
		if(theObj.id.indexOf("productsMenu") != -1)
			theObj.style.backgroundColor = "#003366";
		if(theObj.id.indexOf("companyMenu") != -1)
			theObj.style.backgroundColor = "#003366";
		if(theObj.id.indexOf("busconMenu") != -1)
			theObj.style.backgroundColor = "#003366";
		if(theObj.id.indexOf("sageMenu") != -1)
			theObj.style.backgroundColor = "#003366";						
		if(theObj.id.indexOf("voiceMenu") != -1)
			theObj.style.backgroundColor = "#003366";									
		if(theObj.id.indexOf("communicationsMenu") != -1)
			theObj.style.backgroundColor = "#003366";			
		if(theObj.id.indexOf("dataMenu") != -1)
			theObj.style.backgroundColor = "#003366";						
	}
}

function restoreBG(bgCol)
{
	var theObj = MM_findObj(bgCol);
	if(IE)
		{
		if(theObj.id.indexOf("solutionsMenu") != -1)
			theObj.style.backgroundColor = "#ffffff";
		if(theObj.id.indexOf("productsMenu") != -1)
			theObj.style.backgroundColor = "#ffffff";
		if(theObj.id.indexOf("companyMenu") != -1)
			theObj.style.backgroundColor = "#ffffff";
		if(theObj.id.indexOf("busconMenu") != -1)
			theObj.style.backgroundColor = "#ffffff";
		if(theObj.id.indexOf("sageMenu") != -1)
			theObj.style.backgroundColor = "#ffffff";
		if(theObj.id.indexOf("voiceMenu") != -1)
			theObj.style.backgroundColor = "#ffffff";			
		if(theObj.id.indexOf("communicationsMenu") != -1)
			theObj.style.backgroundColor = "#ffffff";				
		if(theObj.id.indexOf("dataMenu") != -1)
			theObj.style.backgroundColor = "#ffffff";							
	}
	if(NS4)
		if(theObj.id.indexOf("solutionsMenu") != -1)
			theObj.bgColor = "#9e6d78";
		if(theObj.id.indexOf("productsMenu") != -1)
			theObj.style.backgroundColor = "#ffffff";
		if(theObj.id.indexOf("companyMenu") != -1)
			theObj.style.backgroundColor = "#ffffff";
		if(theObj.id.indexOf("busconMenu") != -1)
			theObj.style.backgroundColor = "#ffffff";
		if(theObj.id.indexOf("voiceMenu") != -1)
			theObj.style.backgroundColor = "#ffffff";						
		if(theObj.id.indexOf("sageMenu") != -1)
			theObj.style.backgroundColor = "#ffffff";						
		if(theObj.id.indexOf("communicationsMenu") != -1)
			theObj.style.backgroundColor = "#ffffff";
		if(theObj.id.indexOf("dataMenu") != -1)
			theObj.style.backgroundColor = "#ffffff";											
}

function displayMenu(menuName, hideAll)
{

	if(hideAll == "true")
	{	
		clearTimeout(menuTimer);
		hide();
	}
	else
		clearTimeout(menuTimer);

	theActiveObj = MM_findObj(menuName);
	if(IE)
		theActiveObj.style.visibility = "visible";
	if(NS4)
		theActiveObj.visibility = "show";
	
}

function hideMenu(menuName)
{
	theActiveObj = MM_findObj(menuName);
	menuTimer = setTimeout("hide();", 50);	
}

function hideMenu1(menuName)
{
	theActiveObj1 = MM_findObj(menuName);
	hide1();
}

function hide1()
{
	if(IE)
	{
		if(theActiveObj1)
			theActiveObj1.style.visibility = "hidden";
	}
	if(NS4)
	{
		if(theActiveObj1)
			theActiveObj1.visibility = "hide";	
	}
}

function hide()
{
	if(IE)
	{
		if(theActiveObj)
			theActiveObj.style.visibility = "hidden";
	}
	if(NS4)
	{
		if(theActiveObj)
			theActiveObj.visibility = "hide";	
	}
}

function MM_findObj(n, d) { //v4.0
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&id.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && document.getElementById) x=document.getElementById(n); return x;
}

function MM_showHideLayers() { //v3.0
  var i,p,v,obj,args=MM_showHideLayers.arguments;
  for (i=0; i(args.length-2); i+=3) if ((obj=MM_findObj(args[i]))!=null) { v=args[i+2];
    if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v='hide')?'hidden':v; }
    obj.visibility=v; }
}

//Actual menu starts here
if(IE)
{

//Solutions  dropdown menu 
document.write('<div id="solutions" style="position:absolute; left:4px; top:88px; width:150px; height:80px; z-index:2; background-color:#003366; border: 0px; visibility:hidden" onmouseover="displayMenu(\'solutions\')" onmouseout="hideMenu(\'solutions\')">');
document.write('<table width="150" cellspacing="0"  cellpadding="0" bgcolor="#003366" align="center"><tr><td bgcolor="#cccccc">');
document.write('<table align="center" cellspacing="1"  cellpadding="0"  width="150" bgcolor="#cccccc"><tr><td class=\"CaravanColumnTD\">');
document.write('<div width="150px" id="solutionsMenu1" style="background-color:#ffffff; height:20px;" onmouseover="displayMenu(\'solutions\');displayMenu(\'buscon\');changeBG(\'solutionsMenu1\');" onmouseout="hideMenu1(\'buscon\');displayMenu(\'solutions\', true);restoreBG(\'solutionsMenu1\')"> <a href="../Solutions/business_continuity.htm" class="dropdown"> Business Continuity</a></div>');
document.write('</td></tr><tr><td class=\"CaravanColumnTD\">');
document.write('<div width="150px" id="solutionsMenu3" style="background-color:#ffffff; height:20px;" onmouseover="displayMenu(\'solutions\');changeBG(\'solutionsMenu3\');" onmouseout="restoreBG(\'solutionsMenu3\')"> <a href="../Solutions/internet.htm" class="dropdown"> Internet</a></div>')
document.write('</td></tr><tr><td class=\"CaravanColumnTD\">');
document.write('<div width="150px" id="solutionsMenu4" style="background-color:#ffffff; height:20px;" onmouseover="displayMenu(\'solutions\');changeBG(\'solutionsMenu4\');" onmouseout="restoreBG(\'solutionsMenu4\')"> <a href="../Solutions/database.htm" class="dropdown"> Database</a></div>')
document.write('</td></tr><tr><td class=\"CaravanColumnTD\">');
document.write('<div width="150px" id="solutionsMenu5" style="background-color:#ffffff; height:20px;" onmouseover="displayMenu(\'solutions\');changeBG(\'solutionsMenu5\');" onmouseout="restoreBG(\'solutionsMenu5\')"> <a href="../Solutions/integration.htm" class="dropdown"> Integration</a></div>')
document.write('</td></tr><tr><td class=\"CaravanColumnTD\">');
document.write('<div width="150px" id="solutionsMenu6" style="background-color:#ffffff; height:20px;" onmouseover="displayMenu(\'solutions\');changeBG(\'solutionsMenu6\');" onmouseout="restoreBG(\'solutionsMenu6\')"> <a href="../Solutions/bespoke.htm" class="dropdown"> Bespoke Solutions</a></div>')
document.write('</td></tr><tr><td class=\"CaravanColumnTD\">');
document.write('<div width="150px" id="solutionsMenu7" style="background-color:#ffffff; height:20px;" onmouseover="displayMenu(\'solutions\');changeBG(\'solutionsMenu7\');" onmouseout="restoreBG(\'solutionsMenu7\')"> <a href="../Solutions/epos.htm" class="dropdown"> EPOS</a></div>');
document.write('</td></tr></table></td></tr></table></div>');

//products dropdown menu 
document.write('<div id="products" style="position:absolute; left:74px; top:88px; width:160px; height:40px; z-index:2; background-color:#003366; border: 0px; visibility:hidden" onmouseover="displayMenu(\'products\')" onmouseout="hideMenu(\'products\')">');
document.write('<table width="160" cellspacing="0"  cellpadding="0" bgcolor="#003366" align="center"><tr><td bgcolor="#cccccc">');
document.write('<table align="center" cellspacing="1"  cellpadding="0"  width="160" bgcolor="#cccccc"><tr><td class=\"CaravanColumnTD\">');
document.write('<div width="160px" id="productsMenu1" style="background-color:#ffffff; height:20px;" onmouseover="displayMenu(\'products\');displayMenu(\'sage\');changeBG(\'productsMenu1\');" onmouseout="hideMenu1(\'sage\');displayMenu(\'products\', true);restoreBG(\'productsMenu1\');"> <a href="../products/sage_overview.htm" class="dropdown"> Sage</a></div>');
document.write('</td></tr><tr><td class=\"CaravanColumnTD\">');
document.write('<div width="160px" id="productsMenu9" style="background-color:#ffffff; height:20px;" onmouseover="displayMenu(\'products\');changeBG(\'productsMenu9\');" onmouseout="restoreBG(\'productsMenu9\')"> <a href="../products/NHTraining.htm" class="dropdown"> Training</a></div>');
document.write('</td></tr><tr><td class=\"CaravanColumnTD\">');
document.write('<div width="160px" id="productsMenu10" style="background-color:#ffffff; height:20px;" onmouseover="displayMenu(\'products\');displayMenu(\'Security\');changeBG(\'productsMenu10\');" onmouseout="hideMenu1(\'Security\');displayMenu(\'products\', true);restoreBG(\'productsMenu10\');"> <a href="../products/Security.htm" class="dropdown"> Security</a></div>');
document.write('</td></tr><tr><td class=\"CaravanColumnTD\">');
document.write('<div width="160px" id="productsMenu2" style="background-color:#ffffff; height:20px;" onmouseover="displayMenu(\'products\');changeBG(\'productsMenu2\');" onmouseout="restoreBG(\'productsMenu2\')"> <a href="../products/Hardware_Supply.htm" class="dropdown"> Hardware Supply</a></div>');
document.write('</td></tr><tr><td class=\"CaravanColumnTD\">');
document.write('<div width="160px" id="productsMenu3" style="background-color:#ffffff; height:20px;" onmouseover="displayMenu(\'products\');changeBG(\'productsMenu3\');" onmouseout="restoreBG(\'productsMenu3\')"> <a href="../products/Software_Supply.htm" class="dropdown"> Software Supply</a></div>');
document.write('</td></tr><tr><td class=\"CaravanColumnTD\">');
document.write('<div width="160px" id="productsMenu5" style="background-color:#ffffff; height:20px;" onmouseover="displayMenu(\'products\');changeBG(\'productsMenu5\');" onmouseout="restoreBG(\'productsMenu5\')"> <a href="../products/Installation.htm" class="dropdown"> Installation</a></div>');
document.write('</td></tr><tr><td class=\"CaravanColumnTD\">');
document.write('<div width="160px" id="productsMenu6" style="background-color:#ffffff; height:20px;" onmouseover="displayMenu(\'products\');changeBG(\'productsMenu6\');" onmouseout="restoreBG(\'productsMenu6\')"> <a href="../products/Consultancy.htm" class="dropdown"> Consultancy</a></div>');
document.write('</td></tr><tr><td class=\"CaravanColumnTD\">');
document.write('<div width="160px" id="productsMenu7" style="background-color:#ffffff; height:20px;" onmouseover="displayMenu(\'products\');changeBG(\'productsMenu7\');" onmouseout="restoreBG(\'productsMenu7\')"> <a href="../products/HW_Support.htm" class="dropdown"> Support</a></div>');
document.write('</td></tr><tr><td class=\"CaravanColumnTD\">');
document.write('<div width="160px" id="productsMenu8" style="background-color:#ffffff; height:20px;" onmouseover="displayMenu(\'products\');changeBG(\'productsMenu8\');" onmouseout="restoreBG(\'productsMenu8\')"> <a href="../products/Facilities.htm" class="dropdown"> Facilities</a></div>');
document.write('</td></tr></table></td></tr></table></div>');

//Communications dropdown menu
document.write('<div id="communications" style="position:absolute; left:202px; top:88px; width:120px; height:40px; z-index:2; background-color:#003366; border: 0px; visibility:hidden" onmouseover="displayMenu(\'communications\')" onmouseout="hideMenu(\'communications\')">');
document.write('<table width="120" cellspacing="0"  cellpadding="0" bgcolor="#003366" align="center"><tr><td bgcolor="#cccccc">');
document.write('<table align="center" cellspacing="1"  cellpadding="0"  width="120" bgcolor="#cccccc"><tr><td class=\"CaravanColumnTD\">');
document.write('<div width="120px" id="communicationsMenu1" style="background-color:#ffffff; height:20px;" onmouseover="displayMenu(\'communications\');changeBG(\'communicationsMenu1\');" onmouseout="restoreBG(\'communicationsMenu1\')"> <a href="../Communications/Cisco.htm" class="dropdown"> Cisco Solutions</a></div>');
document.write('</td></tr><tr><td class=\"CaravanColumnTD\">');
document.write('<div width="120px" id="communicationsMenu3" style="background-color:#ffffff; height:20px;" onmouseover="displayMenu(\'communications\');changeBG(\'communicationsMenu3\');" onmouseout="restoreBG(\'communicationsMenu3\')"> <a href="../Communications/lowcostpbx.htm" class="dropdown"> Low Cost IP PBX</a></div>');
document.write('</td></tr></table></td></tr></table></div>'); 

//company dropdown menu 
document.write('<div id="company" style="position:absolute; left:314px; top:88px; width:120px; height:40px; z-index:2; background-color:#003366; border: 0px; visibility:hidden" onmouseover="displayMenu(\'company\')" onmouseout="hideMenu(\'company\')">');
document.write('<table width="120" cellspacing="0"  cellpadding="0" bgcolor="#003366" align="center"><tr><td bgcolor="#cccccc">');
document.write('<table align="center" cellspacing="1"  cellpadding="0"  width="120" bgcolor="#cccccc"><tr><td class=\"CaravanColumnTD\">');
document.write('<div width="120px" id="companyMenu1" style="background-color:#ffffff; height:20px;" onmouseover="displayMenu(\'company\');changeBG(\'companyMenu1\');" onmouseout="restoreBG(\'companyMenu1\')"> <a href="../Company/aboutus.htm" class="dropdown"> About Us</a></div>');
document.write('</td></tr><tr><td class=\"CaravanColumnTD\">');
document.write('<div width="120px" id="companyMenu2" style="background-color:#ffffff; height:20px;" onmouseover="displayMenu(\'company\');changeBG(\'companyMenu2\');" onmouseout="restoreBG(\'companyMenu2\')"> <a href="../Company/careers.htm" class="dropdown"> Careers</a></div>');
document.write('</td></tr><tr><td class=\"CaravanColumnTD\">');
document.write('<div width="120px" id="companyMenu3" style="background-color:#ffffff; height:20px;" onmouseover="displayMenu(\'company\');changeBG(\'companyMenu3\');" onmouseout="restoreBG(\'companyMenu3\')"> <a href="../Company/press.htm" class="dropdown"> Press</a></div>');
document.write('</td></tr><tr><td class=\"CaravanColumnTD\">');
document.write('<div width="120px" id="companyMenu4" style="background-color:#ffffff; height:20px;" onmouseover="displayMenu(\'company\');changeBG(\'companyMenu4\');" onmouseout="restoreBG(\'companyMenu4\')"> <a href="../Company/mission.htm" class="dropdown"> Mission</a></div>');
document.write('</td></tr></table></td></tr></table></div>');

//Business Continuity dropdown menu
document.write('<div id="buscon" style="position:absolute; left:124px; top:88px; width:150px; height:40px; z-index:2; background-color:#003366; border: 0px; visibility:hidden" onmouseover="displayMenu(\'buscon\')" onmouseout="hideMenu(\'buscon\')">');
document.write('<table width="150" cellspacing="0"  cellpadding="0" bgcolor="#003366" align="center"><tr><td bgcolor="#cccccc">');
document.write('<table align="center" cellspacing="1"  cellpadding="0"  width="150" bgcolor="#cccccc"><tr><td class=\"CaravanColumnTD\">');
document.write('<div width="150px" id="busconMenu1" style="background-color:#ffffff; height:20px;" onmouseover="displayMenu(\'buscon\');changeBG(\'busconMenu1\');" onmouseout="restoreBG(\'busconMenu1\')"> <a href="../Solutions/nonstop.htm" class="dropdown"> Non Stop Server</a></div>');
document.write('</td></tr><tr><td class=\"CaravanColumnTD\">');
document.write('<div width="150px" id="busconMenu2" style="background-color:#ffffff; height:20px;" onmouseover="displayMenu(\'buscon\');changeBG(\'busconMenu2\');" onmouseout="restoreBG(\'busconMenu2\')"> <a href="../Solutions/workplace_recovery.htm" class="dropdown"> Workplace Recovery</a></div>');
document.write('</td></tr><tr><td class=\"CaravanColumnTD\">');
document.write('<div width="150px" id="busconMenu3" style="background-color:#ffffff; height:20px;" onmouseover="displayMenu(\'buscon\');changeBG(\'busconMenu3\');" onmouseout="restoreBG(\'busconMenu3\')"> <a href="../Solutions/consultancy.htm" class="dropdown"> Consulting</a></div>');
document.write('</td></tr><tr><td class=\"CaravanColumnTD\">');
document.write('<div width="150px" id="busconMenu4" style="background-color:#ffffff; height:20px;" onmouseover="displayMenu(\'buscon\');changeBG(\'busconMenu4\');" onmouseout="restoreBG(\'busconMenu4\')"> <a href="../Solutions/software.htm" class="dropdown"> EZRisk Tool</a></div>');
document.write('</td></tr></table></td></tr></table></div>');

//sage dropdown menu
document.write('<div id="sage" style="position:absolute; left:180px; top:88px; width:120px; height:40px; z-index:2; background-color:#003366; border: 0px; visibility:hidden" onmouseover="displayMenu(\'sage\')" onmouseout="hideMenu(\'sage\')">');
document.write('<table width="120" cellspacing="0"  cellpadding="0" bgcolor="#003366" align="center"><tr><td bgcolor="#cccccc">');
document.write('<table align="center" cellspacing="1"  cellpadding="0"  width="120" bgcolor="#cccccc"><tr><td class=\"CaravanColumnTD\">');
document.write('<div width="120px" id="sageMenu1" style="background-color:#ffffff; height:20px;" onmouseover="displayMenu(\'sage\');changeBG(\'sageMenu1\');" onmouseout="restoreBG(\'sageMenu1\')"> <a href="../products/Line100.htm" class="dropdown"> MMS / Line100</a></div>');
document.write('</td></tr><tr><td class=\"CaravanColumnTD\">');
document.write('<div width="120px" id="sageMenu2" style="background-color:#ffffff; height:20px;" onmouseover="displayMenu(\'sage\');changeBG(\'sageMenu2\');" onmouseout="restoreBG(\'sageMenu2\')"> <a href="../products/Line50.htm" class="dropdown"> Line50</a></div>');
document.write('</td></tr><tr><td class=\"CaravanColumnTD\">');
document.write('<div width="120px" id="sageMenu11" style="background-color:#ffffff; height:20px;" onmouseover="displayMenu(\'sage\');changeBG(\'sageMenu11\');" onmouseout="restoreBG(\'sageMenu11\')"> <a href="../products/crm.htm" class="dropdown"> CRM</a></div>');
document.write('</td></tr><tr><td class=\"CaravanColumnTD\">');
document.write('<div width="120px" id="sageMenu3" style="background-color:#ffffff; height:20px;" onmouseover="displayMenu(\'sage\');changeBG(\'sageMenu3\');" onmouseout="restoreBG(\'sageMenu3\')"> <a href="../products/Bespoke.htm" class="dropdown"> Bespoke</a></div>');
document.write('</td></tr><tr><td class=\"CaravanColumnTD\">');
document.write('<div width="120px" id="sageMenu4" style="background-color:#ffffff; height:20px;" onmouseover="displayMenu(\'sage\');changeBG(\'sageMenu4\');" onmouseout="restoreBG(\'sageMenu4\')"> <a href="../products/Additions.htm" class="dropdown"> Additions</a></div>');
document.write('</td></tr><tr><td class=\"CaravanColumnTD\">');
document.write('<div width="120px" id="sageMenu5" style="background-color:#ffffff; height:20px;" onmouseover="displayMenu(\'sage\');changeBG(\'sageMenu5\');" onmouseout="restoreBG(\'sageMenu5\')"> <a href="../products/Other_Products.htm" class="dropdown"> Other Products</a></div>');
document.write('</td></tr><tr><td class=\"CaravanColumnTD\">');
document.write('<div width="120px" id="sageMenu6" style="background-color:#ffffff; height:20px;" onmouseover="displayMenu(\'sage\');changeBG(\'sageMenu6\');" onmouseout="restoreBG(\'sageMenu6\')"> <a href="../products/Reporting.htm" class="dropdown"> Reporting</a></div>');
document.write('</td></tr><tr><td class=\"CaravanColumnTD\">');
document.write('<div width="120px" id="sageMenu7" style="background-color:#ffffff; height:20px;" onmouseover="displayMenu(\'sage\');changeBG(\'sageMenu7\');" onmouseout="restoreBG(\'sageMenu7\')"> <a href="../products/Support.htm" class="dropdown"> Support</a></div>');
document.write('</td></tr><tr><td class=\"CaravanColumnTD\">');
document.write('<div width="120px" id="sageMenu8" style="background-color:#ffffff; height:20px;" onmouseover="displayMenu(\'sage\');changeBG(\'sageMenu8\');" onmouseout="restoreBG(\'sageMenu8\')"> <a href="../products/Training.htm" class="dropdown"> Training</a></div>');
document.write('</td></tr><tr><td class=\"CaravanColumnTD\">');
document.write('<div width="120px" id="sageMenu9" style="background-color:#ffffff; height:20px;" onmouseover="displayMenu(\'sage\');changeBG(\'sageMenu9\');" onmouseout="restoreBG(\'sageMenu9\')"> <a href="../products/Datasheets.htm" class="dropdown"> Data Sheets</a></div>');
document.write('</td></tr><tr><td class=\"CaravanColumnTD\">');
document.write('<div width="120px" id="sageMenu10" style="background-color:#ffffff; height:20px;" onmouseover="displayMenu(\'sage\');changeBG(\'sageMenu10\');" onmouseout="restoreBG(\'sageMenu10\')"> <a href="../products/Downloads.htm" class="dropdown"> Downloads</a></div>');
document.write('</td></tr></table></td></tr></table></div>');

//Security dropdown menu
document.write('<div id="security" style="position:absolute; left:180px; top:134px; width:180px; height:40px; z-index:2; background-color:#003366; border: 0px; visibility:hidden" onmouseover="displayMenu(\'security\')" onmouseout="hideMenu(\'security\')">');
document.write('<table width="180" cellspacing="0"  cellpadding="0" bgcolor="#003366" align="center"><tr><td bgcolor="#cccccc">');
document.write('<table align="center" cellspacing="1"  cellpadding="0"  width="180" bgcolor="#cccccc"><tr><td class=\"CaravanColumnTD\">');
document.write('<div width="180px" id="securityMenu1" style="background-color:#ffffff; height:20px;" onmouseover="displayMenu(\'security\');changeBG(\'securityMenu1\');" onmouseout="restoreBG(\'securityMenu1\')"> <a href="../products/InternalVul.htm" class="dropdown"> Internal Vulnerability</a></div>');
document.write('</td></tr><tr><td class=\"CaravanColumnTD\">');
document.write('<div width="180px" id="securityMenu2" style="background-color:#ffffff; height:20px;" onmouseover="displayMenu(\'security\');changeBG(\'securityMenu2\');" onmouseout="restoreBG(\'securityMenu2\')"> <a href="../products/ExternalVul.htm" class="dropdown"> External Vulnerability</a></div>');
document.write('</td></tr></table></td></tr></table></div>');

//communications data dropdown menu
document.write('<div id="data" style="position:absolute; left:285px; top:88px; width:120px; height:40px; z-index:2; background-color:#003366; border: 0px; visibility:hidden" onmouseover="displayMenu(\'data\')" onmouseout="hideMenu(\'data\')">');
document.write('<table width="120" cellspacing="0"  cellpadding="0" bgcolor="#003366" align="center"><tr><td bgcolor="#cccccc">');
document.write('<table align="center" cellspacing="1"  cellpadding="0"  width="120" bgcolor="#cccccc"><tr><td class=\"CaravanColumnTD\">');
document.write('<div width="120px" id="dataMenu1" style="background-color:#ffffff; height:20px;" onmouseover="displayMenu(\'data\');changeBG(\'dataMenu1\');" onmouseout="restoreBG(\'dataMenu1\')"> <a href="../Communications/broadband.htm" class="dropdown"> Broadband</a></div>');
document.write('</td></tr><tr><td class=\"CaravanColumnTD\">');
document.write('<div width="120px" id="dataMenu2" style="background-color:#ffffff; height:20px;" onmouseover="displayMenu(\'data\');changeBG(\'dataMenu2\');" onmouseout="restoreBG(\'dataMenu2\')"> <a href="../Communications/internet.htm" class="dropdown"> Internet</a></div>');
document.write('</td></tr><tr><td class=\"CaravanColumnTD\">');
document.write('<div width="120px" id="dataMenu3" style="background-color:#ffffff; height:20px;" onmouseover="displayMenu(\'data\');changeBG(\'dataMenu3\');" onmouseout="restoreBG(\'dataMenu3\')"> <a href="../Communications/hosting.htm" class="dropdown"> Web Hosting</a></div>');
document.write('</td></tr></table></td></tr></table></div>');

//communications voice dropdown menu
document.write('<div id="voice" style="position:absolute; left:285px; top:111px; width:120px; height:40px; z-index:2; background-color:#003366; border: 0px; visibility:hidden" onmouseover="displayMenu(\'voice\')" onmouseout="hideMenu(\'voice\')">');
document.write('<table width="120" cellspacing="0"  cellpadding="0" bgcolor="#003366" align="center"><tr><td bgcolor="#cccccc">');
document.write('<table align="center" cellspacing="1"  cellpadding="0"  width="120" bgcolor="#cccccc"><tr><td class=\"CaravanColumnTD\">');
document.write('<div width="120px" id="voiceMenu1" style="background-color:#ffffff; height:20px;" onmouseover="displayMenu(\'voice\');changeBG(\'voiceMenu1\');" onmouseout="restoreBG(\'voiceMenu1\')"> <a href="../Communications/voip.htm" class="dropdown"> VOIP Solutions </a></div>');
document.write('</td></tr><tr><td class=\"CaravanColumnTD\">');
document.write('<div width="120px" id="voiceMenu2" style="background-color:#ffffff; height:20px;" onmouseover="displayMenu(\'voice\');changeBG(\'voiceMenu2\');" onmouseout="restoreBG(\'voiceMenu2\')"> <a href="../Communications/lcr.htm" class="dropdown"> Least Cost Routing</a></div>');
document.write('</td></tr><tr><td class=\"CaravanColumnTD\">');
document.write('<div width="120px" id="voiceMenu3" style="background-color:#ffffff; height:20px;" onmouseover="displayMenu(\'voice\');changeBG(\'voiceMenu3\');" onmouseout="restoreBG(\'voiceMenu3\')"> <a href="../Communications/cn.htm" class="dropdown"> Contact Numbers</a></div>');
document.write('</td></tr><tr><td class=\"CaravanColumnTD\">');
document.write('<div width="120px" id="voiceMenu4" style="background-color:#ffffff; height:20px;" onmouseover="displayMenu(\'voice\');changeBG(\'voiceMenu4\');" onmouseout="restoreBG(\'voiceMenu4\')"> <a href="../Communications/cc.htm" class="dropdown"> Contact Centres</a></div>');
document.write('</td></tr></table></td></tr></table></div>');
}
