PopNoOffMenus = parseInt("3"); PopMenu1=new Array(3, 0, 31, "#333333", "#FFFFFF", "#FFFFFF", "#9C94C6", "#8547D1", "verdana,tahoma,helvetica,arial", 0, 0, 11, 0, 0, 1, "left", .25, .25, 250, 0, "menu_products", 0, "left", "top", "", 5, 10, "", 10, 5, "", 5, 10, 3, 4, 0); PopMenu1_1=new Array("
Files and Wallets
", "http://www.filelineuk.co.uk/products/files-and-wallets/index.htm", "", 0, 25, 175, "", "", "", "", "", "", -1, -1, -1, "left", ""); PopMenu1_2=new Array("
Labels and Accessories
", "http://www.filelineuk.co.uk/products/labels-and-accessories/index.htm", "", 0, 25, 175, "", "", "", "", "", "", -1, -1, -1, "left", ""); PopMenu1_3=new Array("
'Value' Tambour Cabinets
", "http://www.filelineuk.co.uk/products/side-opening-tambour-cabinets/index.htm", "", 0, 25, 175, "", "", "", "", "", "", -1, -1, -1, "left", ""); PopMenu2=new Array(7, 0, 31, "#333333", "#FFFFFF", "#ffffff", "#B4D1B3", "#A3B9A2", "verdana,tahoma,helvetica,arial", 0, 0, 11, 0, 0, 1, "left", .25, .25, 250, 0, "menu_services", 0, "left", "top", "", 5, 10, "", 10, 5, "", 5, 10, 3, 4, 0); PopMenu2_1=new Array("
File Audits
", "http://www.filelineuk.co.uk/services/storage-and-filing-evaluation-file-audits.htm", "", 0, 25, 175, "", "", "", "", "", "", -1, -1, -1, "left", ""); PopMenu2_2=new Array("
Database Compilation
", "http://www.filelineuk.co.uk/services/database-compilation.htm", "", 0, 25, 175, "", "", "", "", "", "", -1, -1, -1, "left", ""); PopMenu2_3=new Array("
File Labelling
", "http://www.filelineuk.co.uk/services/colour-coded-file-labelling.htm", "", 0, 25, 175, "", "", "", "", "", "", -1, -1, -1, "left", ""); PopMenu2_4=new Array("
File Transfer
", "http://www.filelineuk.co.uk/services/file-transfer-conversion-and-move-management.htm", "", 0, 25, 175, "", "", "", "", "", "", -1, -1, -1, "left", ""); PopMenu2_5=new Array("
Document Tracking
", "http://www.filelineuk.co.uk/services/document-tracking.htm", "", 0, 25, 175, "", "", "", "", "", "", -1, -1, -1, "left", ""); PopMenu2_6=new Array("
Additional Services
", "http://www.filelineuk.co.uk/services/additional-services.htm", "", 0, 25, 175, "", "", "", "", "", "", -1, -1, -1, "left", ""); PopMenu2_7=new Array("
Bespoke Files
", "http://www.filelineuk.co.uk/services/bespoke-files.htm", "", 0, 25, 175, "", "", "", "", "", "", -1, -1, -1, "left", ""); PopMenu3=new Array(2, 0, 31, "#333333", "#FFFFFF", "#FFFFFF", "#94AFD8", "#7E9CCF", "verdana,tahoma,helvetica,arial", 0, 0, 11, 0, 0, 1, "left", .25, .25, 250, 0, "menu_case", 0, "left", "top", "", 5, 10, "", 10, 5, "", 5, 10, 3, 4, 0); PopMenu3_1=new Array("
Filing Heaven
", "http://www.filelineuk.co.uk/case-studies/filing-heaven.htm", "", 0, 25, 175, "", "", "", "", "", "", -1, -1, -1, "left", ""); PopMenu3_2=new Array("
More Case Studies...
", "http://www.filelineuk.co.uk/case-studies/index.htm", "", 0, 25, 175, "", "", "", "", "", "", -1, -1, -1, "left", ""); var menu_ids = new Array(); var menu_ids_reverse = new Array(); menu_ids[1] = "menu_products"; menu_ids_reverse["menu_products"] = 1; menu_ids[2] = "menu_services"; menu_ids_reverse["menu_services"] = 2; menu_ids[3] = "menu_case"; menu_ids_reverse["menu_case"] = 3; function DoMenuMouseOver(e) { var src_id; var obj; if (window.event) { if (window.event.srcElement) { obj = window.event.srcElement; if (obj) src_id = obj.id; } } else if (this.id) { src_id = this.id; obj = document.getElementById(src_id); } var evt = e; if (!evt && window.event) evt = window.event; if (obj && evt) { var menu_id = menu_ids_reverse[src_id]; if (menu_id) PopMenu('PopMenu' + menu_id,evt); } } function DoMenuMouseOut(e) { var src_id; var obj; if (window.event) { if (window.event.srcElement) { obj = window.event.srcElement; if (obj) src_id = obj.id; } } else if (this.id) { src_id = this.id; obj = document.getElementById(src_id); } if (obj) { var menu_id = menu_ids_reverse[src_id]; if (menu_id) OutMenu('PopMenu' + menu_id); } } function AddMenuToDivs() { for (var i in menu_ids) { var menu = document.getElementById(menu_ids[i]); if (menu) { if (menu.attachEvent) { menu.attachEvent("onmouseover", DoMenuMouseOver); menu.attachEvent("onmouseout", DoMenuMouseOut); } else if (menu.addEventListener) { menu.addEventListener("mouseover", DoMenuMouseOver, false); menu.addEventListener("mouseout", DoMenuMouseOut, false); } } } } AttachOnload(AddMenuToDivs); /*if (window.attachEvent) window.attachEvent("onload", AddMenuToDivs); else if (window.addEventListener) window.addEventListener('load', AddMenuToDivs, false);*/