<!--

/***********************************************
* AnyLink Drop Down Menu- Dynamic Drive (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit http://www.dynamicdrive.com/ for full source code
***********************************************/

var homedir='' //home directory
var menuwidth='225px' //default menu width
var menubgcolor='#007b86'  //menu bgcolor
var disappeardelay=250  //menu disappear speed onMouseout (in miliseconds)
var hidemenu_onclick="yes" //hide menu when user clicks within menu?

var solutions_array=new Array();
solutions_array[0]='<a href="'+homedir+'/int/solutions/">Overview</a>';
solutions_array[1]='<a href="'+homedir+'/int/solutions/logmanagement.asp">Log Management</a>';
solutions_array[2]='<a href="'+homedir+'/int/solutions/compliance.asp">Compliance</a>';
solutions_array[3]='<a href="'+homedir+'/int/solutions/threatmanagement.asp">Threat Management</a>';
solutions_array[4]='<a href="'+homedir+'/int/solutions/incidentresponse.asp">Incident Response</a>';
solutions_array[5]='<a href="'+homedir+'/int/solutions/securitymetrics.asp">Security Metrics</a>';
var products_array=new Array();
products_array[0]='<a href="'+homedir+'/int/products/">Overview</a>';
products_array[1]='<a href="'+homedir+'/int/products/securitymanager.asp">Intellitactics Security Manager (ISM)</a>';
products_array[2]='<a href="'+homedir+'/int/products/enterprisevue.asp">Intellitactics EnterpriseVue</a>';
products_array[3]='<a href="'+homedir+'/int/products/safe.asp">Intellitactics SAFE</a>';
products_array[4]='<a href="'+homedir+'/int/products/sam.asp">Intellitactics SAM</a>';
products_array[5]='<a href="'+homedir+'/int/products/advancedanalytics.asp">Intellitactics Advanced Analytics</a>';
products_array[6]='<a href="'+homedir+'/int/products/clientvuemssp.asp">Intellitactics ClientVue MSSP</a>';
products_array[7]='<a href="http://forms.intellitactics.com/MTC_v50_2000/Data/mtcTemplate/mtcURLSrv.aspx?ID=4605&amp;Key=7280E89D-6347-4D11-A997-CEFBB240E6BD&amp;URLID=188" target="_blank">Request a demo</a>';
var support_array=new Array();
support_array[0]='<a href="'+homedir+'/int/support/">Overview</a>';
support_array[1]='<a href="'+homedir+'/int/support/customercenter.asp">Customer Center</a>';
support_array[2]='<a href="'+homedir+'/int/support/technicalassistance.asp">Technical Assistance</a>';
support_array[3]='<a href="'+homedir+'/int/support/professionalservices.asp">Professional Services</a>';
support_array[4]='<a href="'+homedir+'/int/support/training.asp">Training</a>';
support_array[5]='<a href="'+homedir+'/int/support/securityconsulting.asp">Security Consulting</a>';
support_array[6]='<a href="'+homedir+'/int/support/supporteddevices.asp">Supported Devices</a>';
support_array[7]='<a href="'+homedir+'/int/support/vpat.asp">Voluntary Product Accessibility Template (VPAT)</a>';
var public_array=new Array();
public_array[0]='<a href="'+homedir+'/int/public/">Overview</a>';
public_array[1]='<a href="'+homedir+'/int/public/customers.asp">Public Sector Customers</a>';
public_array[2]='<a href="'+homedir+'/int/public/standards.asp">Controls &amp; Standards</a>';
public_array[3]='<a href="'+homedir+'/int/public/certifications.asp">Certifications</a>';
public_array[4]='<a href="'+homedir+'/int/partners/publicsector.asp">Partners</a>';
var research_array=new Array();
research_array[0]='<a href="'+homedir+'/int/research/">Collateral</a>';
research_array[1]='<a href="'+homedir+'/int/research/whitepapers.asp">White Papers</a>';
research_array[2]='<a href="'+homedir+'/int/research/customersuccess.asp">Customer Success</a>';
research_array[3]='<a href="'+homedir+'/int/research/analysts.asp">Analysts</a>';
research_array[4]='<a href="'+homedir+'/int/research/podcasts.asp">Podcasts</a>';
research_array[5]='<a href="'+homedir+'/int/research/webcasts.asp">Webcasts</a>';
research_array[6]='<a href="'+homedir+'http://blog.intellitactics.com" target="_blank">Blog</a>';
research_array[7]='<a href="'+homedir+'/int/research/rss.asp">RSS Feeds</a>';
var partners_array=new Array();
partners_array[0]='<a href="'+homedir+'/int/partners/">Overview</a>';
partners_array[1]='<a href="'+homedir+'/int/partners/northamerican.asp">North American Business Partners</a>';
partners_array[2]='<a href="'+homedir+'/int/partners/international.asp">International Business Partners</a>';
partners_array[3]='<a href="'+homedir+'/int/partners/mssp.asp">Service Provider Partners</a>';
partners_array[4]='<a href="'+homedir+'/int/partners/publicsector.asp">Public Sector Business Partners</a>';
partners_array[5]='<a href="'+homedir+'/int/partners/airtechnology.asp">AIR Technology Partners</a>';
partners_array[6]='<a href="'+homedir+'/int/partners/technology.asp">Technology Partners</a>';
partners_array[7]='<a href="'+homedir+'/reg.asp?PageID=84&amp;rpid=45">Apply for Partnership</a>';
var about_array=new Array();
about_array[0]='<a href="'+homedir+'/int/about/">Overview</a>';
//about_array[1]='<a href="'+homedir+'/int/about/management.asp">Management Team</a>';
//about_array[2]='<a href="'+homedir+'/int/about/board.asp">Board of Directors &amp; Investors</a>';
about_array[1]='<a href="'+homedir+'/int/about/inthenews.asp">In the News</a>';
//about_array[4]='<a href="'+homedir+'/blue_int.asp?PageID=55&NewsType=1">Press Releases</a>';
about_array[2]='<a href="'+homedir+'/int/about/pr/">Press Releases</a>';
about_array[3]='<a href="'+homedir+'/int/about/events.asp">Events</a>';
about_array[4]='<a href="'+homedir+'/int/about/careers/">Careers</a>';
about_array[5]='<a href="'+homedir+'/int/about/contact.asp">Contact Us</a>';
/////No further editting needed

var ie4=document.all
var ns6=document.getElementById&&!document.all

if (ie4||ns6)
document.write('<div id="dropmenudiv" style="visibility:hidden;width:'+menuwidth+';background-color:'+menubgcolor+'" onMouseover="clearhidemenu();" onMouseout="dynamichide(event)"></div>')

function getposOffset(what, offsettype){
var totaloffset=(offsettype=="left")? what.offsetLeft : what.offsetTop;
var parentEl=what.offsetParent;
while (parentEl!=null){
totaloffset=(offsettype=="left")? totaloffset+parentEl.offsetLeft : totaloffset+parentEl.offsetTop;
parentEl=parentEl.offsetParent;
}
return totaloffset;
}

function showhide(obj, e, visible, hidden, menuwidth){
if (ie4||ns6)
dropmenuobj.style.left=dropmenuobj.style.top="-500px"
if (menuwidth!=""){
dropmenuobj.widthobj=dropmenuobj.style
dropmenuobj.widthobj.width=menuwidth
}
if (e.type=="click" && obj.visibility==hidden || e.type=="mouseover")
obj.visibility=visible
else if (e.type=="click")
obj.visibility=hidden
}

function iecompattest(){
return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
}

function clearbrowseredge(obj, whichedge){
var edgeoffset=0
if (whichedge=="rightedge"){
var windowedge=ie4 && !window.opera? iecompattest().scrollLeft+iecompattest().clientWidth-15 : window.pageXOffset+window.innerWidth-15
dropmenuobj.contentmeasure=dropmenuobj.offsetWidth
if (windowedge-dropmenuobj.x < dropmenuobj.contentmeasure)
edgeoffset=dropmenuobj.contentmeasure-obj.offsetWidth
}
else{
var topedge=ie4 && !window.opera? iecompattest().scrollTop : window.pageYOffset
var windowedge=ie4 && !window.opera? iecompattest().scrollTop+iecompattest().clientHeight-15 : window.pageYOffset+window.innerHeight-18
dropmenuobj.contentmeasure=dropmenuobj.offsetHeight
if (windowedge-dropmenuobj.y < dropmenuobj.contentmeasure){ //move up?
edgeoffset=dropmenuobj.contentmeasure+obj.offsetHeight
if ((dropmenuobj.y-topedge)< dropmenuobj.contentmeasure) //up no good either?
edgeoffset=dropmenuobj.y+obj.offsetHeight-topedge
}
}
return edgeoffset
}

function populatemenu(what){
if (ie4||ns6)
dropmenuobj.innerHTML=what.join("")
}


function dropdownmenu(obj, e, menucontents, menuwidth){
if (window.event) event.cancelBubble=true
else if (e.stopPropagation) e.stopPropagation()
clearhidemenu()
dropmenuobj=document.getElementById? document.getElementById("dropmenudiv") : dropmenudiv
populatemenu(menucontents)

if (ie4||ns6){

showhide(dropmenuobj.style, e, "visible", "hidden", menuwidth)
dropmenuobj.x=getposOffset(obj, "left")
dropmenuobj.y=getposOffset(obj, "top")
dropmenuobj.style.left=dropmenuobj.x-clearbrowseredge(obj, "rightedge")+"px"
dropmenuobj.style.top=dropmenuobj.y-clearbrowseredge(obj, "bottomedge")+obj.offsetHeight+"px"
}

return clickreturnvalue()
}

function clickreturnvalue(){
if (ie4||ns6) return false
else return true
}

function contains_ns6(a, b) {
while (b.parentNode)
if ((b = b.parentNode) == a)
return true;
return false;
}

function dynamichide(e){
if (ie4&&!dropmenuobj.contains(e.toElement))
delayhidemenu()
else if (ns6&&e.currentTarget!= e.relatedTarget&& !contains_ns6(e.currentTarget, e.relatedTarget))
delayhidemenu()
}

function hidemenu(e){
if (typeof dropmenuobj!="undefined"){
if (ie4||ns6)
dropmenuobj.style.visibility="hidden"
//document.getElementById("headernavlink").style.background = "#ffffff";
//return true;
//;this.style.background = '#006bb6';this.style.color = '#ffffff'
}
}

function delayhidemenu(){
if (ie4||ns6)
delayhide=setTimeout("hidemenu()",disappeardelay)
}

function clearhidemenu(){

if (typeof delayhide!="undefined")
clearTimeout(delayhide)
}

//function chBgcolor() {
//document.getElementById("if").style.background = "#000000";
//return true;
//}

if (hidemenu_onclick=="yes")
document.onclick=hidemenu

// -->