<%@ include file="header_style.jsp" %>
<html>
<head> </head>
<script type="text/javascript">
MakeHoverable = function(navigationDiv){
var liEls = document.getElementById(navigationDiv).getElementsByTagName("LI");
for (var i=0; i<liEls.length; i++) {
liEls[i].onmouseover = function()
{
this.className += " sfhover";
}
liEls[i].onmouseout = function()
{
this.className = this.className.replace(new RegExp(" sfhover\\b"), "");
}
}
}
function exit(){
var url = location.href;
var result = url.search(/saml/i);
if (result != -1)
{
document.location.href = 'https://bmdwas.honeywell.com/irj/portal?NavigationTarget=navurl://43a5aba0b4712f1ad658ce0df1f5b0df';
}
}
</script>
<%-- this is the main navigation section --%>
<body>
<div id="navigation">
<ul>
<li class='Level3'><a href="www.google.com">HOME</a></li>
<%-- About US--%>
<li class='Level3'><a href="www.google.com">ABOUT US</a></li>
<UL>
<li class="Level4">
<Table border=0 CELLSPACING=0 width="100">
<Tr onMouseOver="this.style.backgroundColor='#b5b5b5'"; onMouseOut="this.style.backgroundColor='#999999'";>
<Td width="20">
<img align=center src="<%=componentRequest.getWebResourcePath() + "/images/dot_w.gif" %>">
</TD>
<TD width="80">
<a href="<%=URL%>AboutUs/Overview/">Overview
</a>
</Td>
</Tr>
</Table>
</li>
<li class="Level4">
<Table border=0 CELLSPACING=0 width="100">
<Tr onMouseOver="this.style.backgroundColor='#b5b5b5'"; onMouseOut="this.style.backgroundColor='#999999'";>
<Td width="36">
<img align=center src="<%=componentRequest.getWebResourcePath() + "/images/dot_w.gif" %>">
</TD>
<TD width="132">
<a href="www.google.com">AboutUs/ManagementTeam/">Management Team
</a>
</Td>
</Tr>
</Table>
</li>
</UL>
</ul>
</div>
</body>
<script>MakeHoverable("navigation");
</script>
</html>
preetisiyer 0 Newbie Poster
phper 9 Posting Whiz in Training
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.