
var headerLoaded = false;
var org = window.onload;
onload=headerinit;
function headerinit() {
	if(org) org();
	about.activate();
	mediakit.activate();
	careers.activate();
	investor.activate();
	sixsigma.activate();
	headerLoaded = true;
}
if (navigator.appName=="Netscape" && parseInt(navigator.appVersion)==4) {
	widthCheck = window.innerWidth
	heightCheck = window.innerHeight
	window.onResize = resizeFix
}
function resizeFix() {
	if (widthCheck != window.innerWidth || heightCheck != window.innerHeight)
	document.location.href = document.location.href
}
var headerML = new MouseListener();
headerML.down = function() {
	openList();
}
function mouseIsIn(obj) {
	x1 = eval(obj +'.x');
	x2 = x1 + eval(obj +'.w');
	if((headerML.x >= x1) &&
	   (headerML.y <= x2))
	    return true;
	 else return false;
}
function openList(obj) {
	if(headerLoaded) {
	var o = eval(obj);
	about.hide();
	mediakit.hide();
	careers.hide();
	investor.hide();
	sixsigma.hide();
	if(o) if(o.lyr) o.show();
	}
}
function closeList(obj) {
	if(headerLoaded) {
	var o = eval(obj);
	if(o) if(!mouseIsIn(obj)) if(o.lyr) o.hide();
	}
}

about = new MenuList('aboutA', 180, 18);
mediakit = new MenuList('mediakitA', 180, 18);
careers = new MenuList('careersA', 180, 18);
investor = new MenuList('investorA', 180, 18);
sixsigma = new MenuList('sixsigmaA', 180, 18);

about.list.setImage('/images/list-node0.gif','/images/list-node1.gif');
about.list.add('/about/page1_1.html','Company History');
about.list.add('/about/page1_2.html','Our Culture');
about.list.add('/about/foundation.html','Foundation');
about.list.add("/about/docs/Honeywell_Today.pdf","Today's Honeywell");
about.list.add('/about/page1_3.html','Code Of Business Conduct');
about.list.add('/about/page1_4.html','Our Leadership');
about.list.add('/about/page6_0.html','Our Businesses');
about.list.add('http://www.htc.honeywell.com/labs','Our Technology');
about.build();

mediakit.list.setImage('/images/list-node0.gif','/images/list-node1.gif');
mediakit.list.add('/mediakit/announcement.jsp','Press Releases');
mediakit.list.add('/mediakit/page4_2.html','Background Materials');
mediakit.list.add('/mediakit/page4_3.html','Media Contacts');
mediakit.list.add('/mediakit/page4_4.html','Graphic Library');
mediakit.build();

careers.list.setImage('/images/list-node0.gif','/images/list-node1.gif');
careers.list.add('/careers/page3_5.html','Find A Job');
//careers.list.add('/careers/page3_4.html','Recruiting Events');
careers.list.add('/careers/page3_2.html','On Campus');
//careers.list.add('/careers/page3_1.html','Meet Our People');
careers.list.add('/about/page1_2.html','Learn Our Culture');
careers.build();

investor.list.setImage('/images/list-node0.gif','/images/list-node1.gif');
investor.list.add('http://investor.honeywell.com/ireye/ir_site.zhtml?ticker=HON&script=700','Annual Reports');
investor.list.add('http://investor.honeywell.com/ireye/ir_site.zhtml?ticker=HON&script=2200','Board of Directors');
investor.list.add('http://investor.honeywell.com/ireye/ir_site.zhtml?ticker=HON&script=950','Fundamentals');
investor.list.add('http://investor.honeywell.com/ireye/ir_site.zhtml?ticker=HON&script=200','Stock Quote');
investor.list.add('http://investor.honeywell.com/ireye/ir_site.zhtml?ticker=HON&script=300','Stock Chart');
investor.list.add('http://investor.honeywell.com/ireye/ir_site.zhtml?ticker=HON&script=11978&item_id="proxy.html"','Current Proxy Statement');
investor.list.add('http://investor.honeywell.com/ireye/ir_site.zhtml?ticker=HON&script=400','Earnings Releases');
investor.list.add('/mediakit/announcement.jsp','Press Releases');
investor.list.add('http://investor.honeywell.com/ireye/ir_site.zhtml?ticker=HON&script=1600','Earnings Estimates');
investor.list.add('http://investor.honeywell.com/ireye/ir_site.zhtml?ticker=HON&script=500','Analyst Coverage');
investor.list.add('http://investor.honeywell.com/ireye/ir_site.zhtml?ticker=HON&script=1901','SEC Filings');
investor.list.add('http://investor.honeywell.com/ireye/ir_site.zhtml?ticker=HON&script=1000','Calendar');
investor.list.add('http://investor.honeywell.com/ireye/ir_site.zhtml?ticker=HON&script=1200','Investor Presentations');
investor.list.add('http://investor.honeywell.com/ireye/ir_site.zhtml?ticker=HON&script=1100','Audio Archives');
investor.list.add('/investor/page2_8.html','Shareowner Services');
investor.list.add('http://investor.honeywell.com/ireye/ir_site.zhtml?ticker=HON&script=1900','Email Alerts');
investor.list.add('http://investor.honeywell.com/ireye/ir_site.zhtml?ticker=HON&script=2300','Information Request');
investor.list.add('http://investor.honeywell.com/ireye/ir_site.zhtml?ticker=HON&script=2500','Stock Purchase Service');

investor.build();

sixsigma.list.setImage('/images/list-node0.gif','/images/list-node1.gif');
sixsigma.list.add('/sixsigma/page1_1.html','Methodologies');
sixsigma.list.add('/sixsigma/page2_1.html','Success Snapshots');
sixsigma.list.add('/sixsigma/page3_1.html','Tributes & Honors');
sixsigma.list.add('/sixsigma/page4_1.html','VuGraph Presentation');
sixsigma.build();

writeCSS(
about.css +
mediakit.css +
careers.css +
investor.css +
sixsigma.css
);

// Include this section in the <body>

document.write(
about.div+
mediakit.div +
careers.div +
investor.div +
sixsigma.div
);
