trv_blockScreenImage = new Image();trv_blockScreenImage.src="https://news.it-matchmaker.com/core/images/main/loader.gif"; if(typeof isScreenBlocked=='undefined'){var isScreenBlocked=false}var screenBlockCount=0;function blockScreen(a,b){if(a==null)a=false;if(a){screenBlockCount++}if(!isScreenBlocked){isScreenBlocked=true;$.blockUI.defaults.css={};$.blockUI({message:'
Bitte warten ...
',baseZ:10000});if(b!=null)$(".trovarit_wait_dialog").html(b);$("div.blockMsg").css("left",(jQuery(window).width()-$("div.blockMsg").width())/2+'px')}}function unblockScreen(a){if(a==null)a=false;if(a&&screenBlockCount>0){screenBlockCount--}if((screenBlockCount<1)||(!a)){$.unblockUI();isScreenBlocked=false;if(!a){screenBlockCount=0}}}