src="js/jquery.js"
type=text/javascript></SCRIPT>
<SCRIPT type="text/javascript">
$(document).ready(function(){
//
//
//Following events are applied to the slideMenu itself (moving slideMenu up and down)
$(this).parent().find("ul.slideMenu").slideDown('fast').show(); //Drop down the slideMenu on click
$(this).parent().hover(function() {
}, function(){
$(this).parent().find("ul.slideMenu").slideUp('fast'); //When the mouse hovers out of the slideMenu, move it back up
});
//
$('td.catlink').hover(function(e) {
$(this).children().filter('a.navTrigger').css(aOverStyle);
$(this).children().filter('ul.slideMenu').css('display', 'block')
},
function(e) {
$(this).children().filter('a.navTrigger').css(aLeaveStyle);
$(this).children().filter('ul.slideMenu').css('display', 'none')
});
switch (document.site) {
case 'zenith':
aOverStyle = {
'background': '#6ea2af',
'border-top': '1px solid gray',
'border-left': '1px solid gray',
'border-right': '1px solid gray',
'color': 'White'
};
aLeaveStyle = {
'background': 'transparent',
'border-top': '1px solid transparent',
'border-left': '1px solid transparent',
'border-right': '1px solid transparent',
'color': '#d1d1d2'
};
break;
case 'pinnacle':
default:
aOverStyle = {
'background': '#dae5ed',
'border-top': '1px solid gray',
'border-left': '1px solid gray',
'border-right': '1px solid gray'
};
aLeaveStyle = {
'background': 'transparent',
'border-top': 'none',
'border-left': 'none',
'border-right': 'none'
};
}
});
</SCRIPT>
<DIV id=mainWrapper>
<DIV class=navLinks id=topCatLinks style="z-index:100">
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<td class="catlinkLeft catlink"><A class="navTrigger" >http://www.corange.cn/archives/2010/07/3667.html