var userStartPlace;
var map;

window.onload = function(){
    //try{
  
        maputil.initMap();
        //ef.bubbleInit();
    //}catch(e){}
}

window.onunload = function(){
    GUnload();
}

/*
//bug: atmeretezesnel kovesse a hater az ablak merete
window.onresize = function(){
    popuplayer.resizeBack();
    reSizeLayers();
}

function reSizeLayers(){
    var mapObj = document.getElementById('map');
    //terkep layer meretezes
    //[492, 729, 492, 101, 476, 729, 0, 0]
    var screenSize = popuplayer.getPageSize();
    mapObj.style.width = (screenSize[0] - 340) + 'px';
    mapObj.style.height = (screenSize[3] - 114) + 'px';
    document.getElementById('infowin').style.height = (screenSize[3] - 114) + 'px';
    document.getElementById('infowin').style.display = 'block';
    
    document.getElementById('infowinList').style.height = (screenSize[3] - 164) + 'px';
}
*/
