function be() {

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

}

function calcpos() {

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


$("#eb").css('min-height',$("#ca").height()+$("#ca").position().top-$("#eb").position().top+(0)+"px");


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


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


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


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


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


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


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


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


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


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


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


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


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


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


this.busy=0;

}

