|
|
<div id="ChannelNavigatorL1Shadow" class="ChannelNavigatorShadows"></div>
<div id="ChannelNavigatorL2Shadow" class="ChannelNavigatorShadows"></div>
<script>
var ChannelNavigator_L0DeselectTimer;
var ChannelNavigator_L0DeselectEvent;
var ChannelNavigator_L0DeselectTag;
var ChannelNavigator_L0DeselectL0;
var ChannelNavigator_CurrentL0;
function ChannelNavigator_L0SelectWithTimer(event, tag, l0) {
if (ChannelNavigator_L0DeselectTimer != null) {
if (l0 == ChannelNavigator_L0DeselectL0) {
clearTimeout(ChannelNavigator_L0DeselectTimer);
if (ChannelNavigator_L0DeselectTimer != null) {
ChannelNavigator_L0DeselectTimer = null;
ChannelNavigator_L0DeselectL0 = null;
return;
}
}
}
if (ChannelNavigator_L0DeselectTimer != null) {
clearTimeout(ChannelNavigator_L0DeselectTimer);
ChannelNavigator_L0DeselectCallActual();
}
if (ChannelNavigator_CurrentL0 != l0) {
ChannelNavigator_CurrentL0 = l0;
ChannelNavigator_L0Select(event, tag, l0);
}
}
function ChannelNavigator_L0DeselectWithTimer(event, tag, l0) {
ChannelNavigator_L0DeselectEvent=event;
ChannelNavigator_L0DeselectTag=tag;
ChannelNavigator_L0DeselectL0=l0;
ChannelNavigator_L0DeselectTimer=setTimeout('ChannelNavigator_L0DeselectCallActual()', 50);
return false;
}
function ChannelNavigator_L0DeselectCallActual() {
if (ChannelNavigator_L0DeselectTimer != null) {
ChannelNavigator_CurrentL0 = null;
ChannelNavigator_L0Deselect(null, ChannelNavigator_L0DeselectTag, ChannelNavigator_L0DeselectL0);
ChannelNavigator_L0DeselectL0 = null;
ChannelNavigator_L0DeselectTimer = null;
}
}
var ChannelNavigator_L1DeselectTimer;
var ChannelNavigator_L1DeselectEvent;
var ChannelNavigator_L1DeselectTag;
var ChannelNavigator_L1DeselectL0;
var ChannelNavigator_L1DeselectL1;
var ChannelNavigator_CurrentL1;
function ChannelNavigator_L1SelectWithTimer(event, tag, l0, l1) {
if (ChannelNavigator_L1DeselectTimer != null) {
if (l1 == ChannelNavigator_L1DeselectL1) {
clearTimeout(ChannelNavigator_L1DeselectTimer);
if (ChannelNavigator_L1DeselectTimer != null) {
ChannelNavigator_L1DeselectTimer = null;
ChannelNavigator_L1DeselectL0 = null;
ChannelNavigator_L1DeselectL1 = null;
return;
}
}
}
if (ChannelNavigator_L1DeselectTimer != null) {
clearTimeout(ChannelNavigator_L1DeselectTimer);
ChannelNavigator_L1DeselectCallActual();
}
if (ChannelNavigator_CurrentL1 != l1) {
ChannelNavigator_CurrentL1 = l1;
ChannelNavigator_L1Select(event, tag, l0, l1);
}
}
function ChannelNavigator_L1DeselectWithTimer(event, tag, l0, l1) {
ChannelNavigator_L1DeselectEvent=event;
ChannelNavigator_L1DeselectTag=tag;
ChannelNavigator_L1DeselectL0=l0;
ChannelNavigator_L1DeselectL1=l1;
ChannelNavigator_L1DeselectTimer=setTimeout('ChannelNavigator_L1DeselectCallActual()', 50);
return false;
}
function ChannelNavigator_L1DeselectCallActual() {
if (ChannelNavigator_L1DeselectTimer != null) {
ChannelNavigator_CurrentL1 = null;
ChannelNavigator_L1Deselect(null, ChannelNavigator_L1DeselectTag, ChannelNavigator_L1DeselectL0, ChannelNavigator_L1DeselectL1);
ChannelNavigator_L1DeselectL0 = null;
ChannelNavigator_L1DeselectL1 = null;
ChannelNavigator_L1DeselectTimer = null;
}
}
function ChannelNavigator_L0Select(event, tag, l0) {
var tabs = document.getElementById('ChannelNavigator');
var tab = document.getElementById('ChannelNavigatorL0Tab' + l0);
var subtab = document.getElementById('ChannelNavigatorL1Tab' + l0);
var shadow = document.getElementById('ChannelNavigatorL1Shadow');
tab.setAttribute('_backgroundColor', tab.style.backgroundColor);
tab.setAttribute('_color', tab.style.color);
tab.style.backgroundColor = '#eaf8ff';
tab.style.color = '#333333';
tab.style.padding = 4;
tab.style.borderStyle = 'solid';
tab.style.borderLeftColor = '#64beeb';
tab.style.borderRightColor = '#64beeb';
tab.style.borderTopColor = '#64beeb';
if (subtab) {
tab.style.borderBottomColor = '#eaf8ff';
var y = tab.offsetTop + tab.offsetHeight - 1;
for (var parent = tab.offsetParent; parent; parent = parent.offsetParent)
y += parent.offsetTop;
subtab.style.top = y;
var minx = tabs.offsetLeft;
for (var parent = tabs.offsetParent; parent; parent = parent.offsetParent)
minx += parent.offsetLeft;
var maxx = minx + tabs.offsetWidth - subtab.offsetWidth;
var x = tab.offsetLeft;
for (var parent = tab.offsetParent; parent; parent = parent.offsetParent)
x += parent.offsetLeft;
subtab.style.left = Math.max(minx, Math.min(x, maxx));
shadow.style.left = subtab.offsetLeft + 6;
shadow.style.top = subtab.offsetTop + 6;
shadow.style.width = subtab.offsetWidth;
shadow.style.height = subtab.offsetHeight;
shadow.style.zIndex = 7999;
subtab.style.visibility = 'visible';
shadow.style.visibility = 'visible';
}
else tab.style.borderBottomColor = '#64beeb';
}
function ChannelNavigator_L0Deselect(event, tag, l0) {
if ((event != null) && (event.target.nodeName=='#text')) return; var tab = document.getElementById('ChannelNavigatorL0Tab' + l0);
var subtab = document.getElementById('ChannelNavigatorL1Tab' + l0);
var shadow = document.getElementById('ChannelNavigatorL1Shadow');
tab.style.backgroundColor = tab.getAttribute('_backgroundColor');
tab.style.color = tab.getAttribute('_color');
tab.style.padding = 5;
tab.style.borderStyle = 'none';
tab.style.borderColor = '#ffffff';
if (subtab) {
subtab.style.visibility = 'hidden';
}
if (shadow) {
shadow.style.visibility = 'hidden';
}
}
function ChannelNavigator_L1Select(event, tag, l0, l1) {
var subtab = document.getElementById('ChannelNavigatorL1Tab' + l0);
var submenu = document.getElementById('ChannelNavigatorL2Tab' + l1);
var shadow = document.getElementById('ChannelNavigatorL2Shadow');
if (subtab && submenu) {
if (tag) {
var y = tag.offsetTop + 1;
for (var parent = tag.offsetParent; parent; parent = parent.offsetParent)
y += parent.offsetTop;
submenu.style.top = y;
var x = tag.offsetLeft + tag.offsetWidth;
for (var parent = tag.offsetParent; parent; parent = parent.offsetParent)
x += parent.offsetLeft;
submenu.style.left = x;
}
shadow.style.left = submenu.offsetLeft + 6;
shadow.style.top = submenu.offsetTop + 6;
shadow.style.width = submenu.offsetWidth;
shadow.style.height = submenu.offsetHeight;
shadow.style.zIndex = 8999;
submenu.style.visibility = 'visible';
shadow.style.visibility = 'visible';
}
}
function ChannelNavigator_L1Deselect(event, tag, l0, l1) {
var subtab = document.getElementById('ChannelNavigatorL1Tab' + l0);
var submenu = document.getElementById('ChannelNavigatorL2Tab' + l1);
var shadow = document.getElementById('ChannelNavigatorL2Shadow');
if (submenu) {
submenu.style.visibility = 'hidden';
}
if (shadow) {
shadow.style.visibility = 'hidden';
}
}
</script>
<style>
.ChannelNavigatorMenubar {position:relative;z-index:10000;font-size:14pt;font-family:proxima nova;color:#333333;}
.ChannelNavigatorL0Tabs {background-color:transparent;color:#64beeb;padding:5;border:1px none #ffffff;}
.ChannelNavigatorL0TabsCurrent {background-color:#64beeb;color:#000000;padding:5;border:1px none #ffffff;}
.ChannelNavigatorL0Tab {text-align:center;font-size:15pt;font-family:proxima nova;color:#64beeb;font-weight:bold;}
.ChannelNavigatorL0Tab:visited {text-decoration:none;font-size:15pt;font-family:proxima nova;color:#64beeb;font-weight:bold;}
.ChannelNavigatorL0Tab:hover {text-decoration:none;font-size:15pt;font-family:proxima nova;color:#333333;font-weight:bold;}
.ChannelNavigatorL1Tabs {position:absolute;visibility:hidden;left:0px;top:0px;z-index:8000;background-color:#eaf8ff;text-align:left;font-size:14pt;font-family:proxima nova;color:#333333;padding:4;border:1px solid #64beeb;}
.ChannelNavigatorL2Tabs {position:absolute;visibility:hidden;left:0px;top:0px;z-index:9000;background-color:#eeeeee;text-align:left;font-size:14pt;font-family:proxima nova;color:#333333;padding:4;border:1px solid #333333;}
.ChannelNavigatorMenuText {cursor:pointer;text-decoration:none;font-size:14pt;font-family:proxima nova;background-color:transparent;color:#333333;}
.ChannelNavigatorMenuText:visited {cursor:pointer;text-decoration:none;font-size:14pt;font-family:proxima nova;background-color:transparent;color:#333333;}
.ChannelNavigatorMenuText:hover {cursor:pointer;text-decoration:none;font-size:14pt;font-family:proxima nova;background-color:#64beeb;color:#000000;}
.ChannelNavigatorShadows {position:absolute;visibility:hidden;left:0px;top:0px;z-index:9000;background-image:url('mask.dbrez')}
</style>
|
|
|
|
|
|
AIRS is a registered trademark of ADP, Inc. ADP and the ADP logo are registered trademarks of ADP, Inc.All other marks are the property of their respective owners. Copyright © 2020 ADP, Inc. All Rights Reserved.AIRS does not control and is not responsible for the content of any third party sites accessed through links included in this portal.AIRS is not endorsing or recommending anyone.
|
|
|
|
|
|