$(function(){
    if($('.editMapPopup').length != 0)
    {
        $('.editMapPopup').popwindow({
            menubar:0,
		    height:460,
		    width:760,
		    center:1
        });
    }
});
