a1 = 'Vincom Mega Mall Smart City, Nam Từ Liêm, Hà Nội';
p1 = '0868641988';
vnphone = ''+p1+'';
$(".footersmall.vnmap").html(''+a1+'');
$(".footersmall.vnphone").html(vnphone);
if (location.href != parent.location.href) $("#divfooter").css("background", "linear-gradient(to bottom right, #000000,#FFFFFF)");
else $("#divfooter").css("background", "linear-gradient(to bottom right, #4AA8F2,#A3D54C)");
$("#divfooter").css("display", "block");
$("#divfooters").css("background", "linear-gradient(to bottom right, #4AA8F2,#A3D54C)");
$("#divstatusmenu").css("background", "linear-gradient(to bottom right, #4AA8F2,#A3D54C)");
map_show = false;
map_back = false;
function mapani() {
if (map_show == false) {
map_show = true;
oe_type = "";
oe_id = "viewlocation";
oe_ani = "move(x:0,y:0,xa:center,ya:center)+zoom(x:0,y:0,xa:1,ya:1)";
oe_speed = 0.5;
oe_ani_repeat = 1;
oe_keep_in = true;
oe_keep_out = false;
oe_fade_in = 1;
oe_fade_out = 1;
oe_scroll = false;
oe_blur = function() { closemapani(); };
oe_swipe = function() { closemapani(); };
oe_align = "click(center)";
oe_opacity = 0.8;
oe_opacity_bg = "#000";
oe_zindex = "1100";
aie_ani();
if (support_show == true) closesupport();
}
}
function closemapani(mapclose) {
if (map_show == true) {
map_show = false;
close_aie_ani("viewlocation");
if (support_show == false) {
if (map_back == true) support(false);
}
}
}
function vnmap() {
maploc = "Vincom+Mega+Mall+Smart+City,+KĐT+Vinhomes+Smart+City,+Nam+Từ+Liêm,+Hà+Nội+100000,+Việt+Nam";
$("#maplocation").attr("src", "/map?loc="+maploc+"&case="+btoa(Date.now()));
footerid = $(event.target).parents();
footerid = $(footerid[footerid.length-3]).attr("id");
if (footerid == "divfooter") map_back = false;
else map_back = true;
mapani();
}