var a_focus=new Array();var a_mask=new Array();var mysTime;var start=0;var moving=false;var scale=45;var tymeWork;var map;var curDiv;var geocoder=false;function init(){resizePage()}function resizePage(){var swidth=parseInt(document.body.offsetWidth,10);var divMain=document.getElementById('divMain');var mwidth=divMain.offsetWidth;var mheight=divMain.offsetHeight;var divFooter=document.getElementById('divFooter');if(swidth<mwidth){divMain.style.marginLeft=0;divMain.style.left='10px';divFooter.style.width=(divMain.offsetWidth+divMain.offsetLeft)+'px'}else if(swidth>=mwidth){divMain.style.marginLeft='50%';divMain.style.left='-'+(divMain.offsetWidth/2)+'px';divFooter.style.width='100%'}var sheight=parseInt(document.body.offsetHeight,10);if(sheight>=mheight){}else{divFooter.style.top=(divMain.offsetTop+mheight-divFooter.offsetHeight)+'px';divFooter.style.visibility='visible'}}
