function be() {

$(document).ready(calcpos); $(window).resize(calcpos);

}

function calcpos() {

if (this.busy) {alert('reentry detected'); return;} this.busy=1;
$("#e7").css("left",Math.max(0,Math.floor(50*($("#e7").offsetParent().width())/100-($("#e7").width())*50/100+0.5+(0)))+"px");


$("#b9").css('min-height',$("#h7").height()+$("#h7").position().top-$("#b9").position().top+(60)+"px");


$("#e9").css("left",Math.floor($("#e7").position().left+0*($("#e7").width())/100+0.5+(10))+"px");


$("#f9").css("left",Math.floor($("#e7").position().left+0*($("#e7").width())/100+0.5+(12))+"px");


$("#g9").css("left",Math.floor($("#e7").position().left+0*($("#e7").width())/100+0.5+(0))+"px");


$("#g9").css("top",Math.floor($("#e7").position().top+100*($("#e7").height())/100+0.5+(2))+"px");


$("#h9").css("left",Math.floor($("#e7").position().left+0*($("#e7").width())/100+0.5+(7))+"px");


$("#h9").css("top",Math.floor($("#e7").position().top+100*($("#e7").height())/100+0.5+(2))+"px");


$("#h9").width(Math.floor(100*($("#e7").width())/100+0.5+(-5))+"px");


$("#i9").css("left",Math.floor($("#e7").position().left+100*($("#e7").width())/100+0.5+(2))+"px");


$("#i9").css("top",Math.floor($("#e7").position().top+100*($("#e7").height())/100+0.5+(2))+"px");


$("#j9").css("left",Math.floor($("#e7").position().left+100*($("#e7").width())/100+0.5+(2))+"px");


$("#j9").css("top",Math.floor($("#e7").position().top+0*($("#e7").height())/100+0.5+(0))+"px");


$("#k9").css("left",Math.floor($("#e7").position().left+100*($("#e7").width())/100+0.5+(2))+"px");


$("#k9").css("top",Math.floor($("#e7").position().top+0*($("#e7").height())/100+0.5+(12))+"px");


$("#k9").height(Math.floor(100*($("#e7").height())/100+0.5+(-10))+"px");


this.busy=0;

}
