﻿$(document).ready(init);function init(){/*@cc_on
     @if   (@_jscript_build < 8832)
     
$('a.am-hoverShw').append('<span></span>');
   /*@end
@*/fixBottom();};function fixBottom(){var height=0;var plusMinus=0;if(document.documentElement){height=document.documentElement.offsetHeight;}else if(window.innerHeight){height=window.innerHeight;}
var dHeight=($('#wrapper').height()+ $('#footer').height())||0;if(dHeight>0&&dHeight<height){$('#footer').css('paddingBottom',(plusMinus+height-dHeight)+'px');}};function dispSubNav(dispId)
{var container=document.getElementById("menuSub");for(var i=0;i<container.childNodes.length;i++){if(container.childNodes[i].nodeName=="UL")
container.childNodes[i].style.display="none";}
document.getElementById(dispId).style.display="inline";};
