menus = [ [ [170], [ [" PCI Compliance","http://www.ambersail.com/services/pci_compliance.html", false], [" Security Audit","http://www.ambersail.com/services/audit.html", false]], [menu2x,menu2y]] , [ [170], [ [" Useful Articles","http://www.ambersail.com/useful/articles.html", false], [" News Roundup","http://blog.ambersail.co.uk/wordpress/", false], [" Password Generator","http://www.ambersail.net/random.php", false], [" Virus Alerts","http://www.ambersail.com/useful/virus_alerts.html", false]], [menu3x,menu3y]] , [ [170], [ [" Company Info","http://www.ambersail.com/about/index.html", false], [" Recent Clients","http://www.ambersail.com/about/clients.html", false], [" Our Staff","http://www.ambersail.com/about/people.html", false], [" Affiliates","http://www.ambersail.com/about/affiliates.html", false]], [menu1x,menu1y]]]; menuProperties=new Array(); menuProperties['FontFamily'] = "Arial"; menuProperties['FontSize'] = 8; menuProperties['FontBold'] = 0; menuProperties['FontItalic'] = 0; menuProperties['FontColor'] = "#006eaf"; menuProperties['FontColorOver'] = "#006eaf"; menuProperties['BGColor'] = "#f2f8fb"; menuProperties['BGColorOver'] = "#e5f0f7"; menuProperties['ItemPadding'] = 3; menuProperties['BorderWidth'] = 1; menuProperties['BorderColor'] = "#006eaf"; menuProperties['BorderStyle'] = "solid"; menuProperties['SeparatorSize'] = 1; menuProperties['SeparatorColor'] = "#006eaf"; var numMenus=menus.length; // menus be an array and must have been defined previously (in menuDef) var hiding=false; var timeOut=false; var hasDom=document.getElementById; function getMenu(id) { var layerStyle=false; if (hasDom) { layerStyle = document.getElementById('menu' + id).style; } return layerStyle; } function showMenu(id,hideOthers) { if (hiding==id) { if (timeOut) { window.clearTimeout(timeOut); timeOut=false; } hiding=false; } layerStyle=getMenu(id); if (layerStyle) layerStyle.visibility="visible"; if (hideOthers) { for (var i=0;i