
var simpleBodyBlocker={"obj":null,'on':false,'create':function()
{var oBlock;if(!$j('#global_blocker').length)
{$j('<div id="global_blocker"></div>').appendTo(document.body);}
oBlock=$('global_blocker');if('undefined'!=typeof(box)&&'undefined'!=typeof(box.block_click))box.block_click=true;oBlock.style.zIndex=1000;oBlock.style.opacity=0.8;oBlock.style.filter='alpha(opacity=80)';oBlock.style.top='0px';oBlock.style.left='0px';oBlock.style.width=$j(document).width()+'px';oBlock.style.height=$j(document).height()+'px';oBlock.style.display='block';simpleBodyBlocker.obj=oBlock;simpleBodyBlocker.on=true;},'destroy':function()
{$j('#global_blocker').hide();if(typeof(box)!='undefined'&&typeof(box.block_click)!='undefined')
{box.block_click=false;}
simpleBodyBlocker.on=false;}};