var navimages={};function mouseover(name){navimages[name]=document.getElementById('img-'+name).src;document.getElementById('img-'+name).src=root_www+'navi/active/'+name+'.png';}
function mouseout(name){document.getElementById('img-'+name).src=navimages[name];}
var faderTimeout=7000;var faderSpeed=2000;function imageFaderPrepare(currentImg){$('.headimages').css('display','none');$("#headimage-"+currentImg).css('display','');if(imageNumber>0){window.setTimeout("imageFader("+currentImg+")",faderTimeout);}}
function imageFader(currentImg){if(currentImg==imageNumber){nextImg=0;}else{nextImg=currentImg+1;}
$("#headimage-"+currentImg).css('z-index',11);$("#headimage-"+currentImg).fadeOut(faderSpeed);$("#headimage-"+nextImg).css('display','');$("#headimage-"+nextImg).css('z-index',10);window.setTimeout("imageFader("+nextImg+")",faderTimeout);$.get(root_www+"includes/ajax.php",{currentImg:nextImg});}
function resized(){var visibleHeight=$(window).height();var contentHeight=$('#main').height();if(visibleHeight<contentHeight){$('#main').css({top:'0'});}
else{$('#main').css({top:((visibleHeight-contentHeight)/2)+'px'});}}
$(window).resize(function(){resized();});$(document).ready(function(){resized();});
