function showWaiting(){var totalHeight=0;totalHeight=$("footer").positionedOffset()[1]-$("footer").getHeight()+100;totalHeight=totalHeight<0?660:totalHeight;try{$("waitingPanel").setStyle({height:totalHeight+"px",width:pageWidth+"px"})}catch(e){$("waitingPanel").setStyle({height:totalHeight+"px",width:762+"px"})}$("waitingIcon").show();$("waitingPanel").show()}function hideWaiting(){$("waitingPanel").hide();$("waitingIcon").hide();$("waitingPanel").setStyle({height:0+"px"});positionFooter()}function showWhiteFade(pWidth){var totalHeight=0;totalHeight=$("footer").positionedOffset()[1]-$("footer").getHeight()+100;totalHeight=totalHeight<0?660:totalHeight;try{$("waitingPanel").setStyle({height:totalHeight+"px",width:pWidth+"px"})}catch(e){$("waitingPanel").setStyle({height:totalHeight+"px",width:pWidth+"px"})}$("waitingPanel").show()}function hideWhiteFade(){$("waitingPanel").hide();$("waitingPanel").setStyle({height:0+"px"});positionFooter()};
