"},"item_multi_style11":{"item_icon":"","item_title":"Xavier","item_title_color":"#000000","item_circle_color":"#4fc651","item_popup_op":"1","item_popup_text":""},"item_multi_style12":{"item_icon":"","item_title":"Astrid","item_title_color":"#000000","item_circle_color":"#4fc651","item_popup_op":"1","item_popup_text":""},"item_multi_style13":{"item_icon":"","item_title":"Alejandra","item_title_color":"#000000","item_circle_color":"#4fc651","item_popup_op":"1","item_popup_text":""},"item_multi_style14":{"item_icon":"","item_title":"Sage","item_title_color":"#000000","item_circle_color":"#4fc651","item_popup_op":"1","item_popup_text":""},"item_multi_style15":{"item_icon":"","item_title":"Hypnautic","item_title_color":"#000000","item_circle_color":"#4fc651","item_popup_op":"1","item_popup_text":""},"item_multi_style16":{"item_icon":"","item_title":"The Devil","item_title_color":"#000000","item_circle_color":"#4fc651","item_popup_op":"1","item_popup_text":""}};
var popup_title = arrayFromPHP["item_multi_style1"+popupId].item_title;
var popup_html = arrayFromPHP["item_multi_style1"+popupId].item_popup_text;
var applycolorid = 0;
jQuery('#EBSpokeDiagrams-3236 #popup .wheel-spoke-popup-content').removeAttr('style');
if(applycolorid == 1){
jQuery('#EBSpokeDiagrams-3236 #popup').addClass('item_color_apply');
jQuery('#EBSpokeDiagrams-3236 #popup .wheel-spoke-popup-content').css("background-color", colorcode);
}else{
jQuery('#EBSpokeDiagrams-3236 #popup').addClass('default_color_apply');
}
jQuery("#EBSpokeDiagrams-3236 .wheel-spoke-popup .content-one").empty();
jQuery("#EBSpokeDiagrams-3236 .wheel-spoke-popup .content-one").append('
'+popup_title+'
');
jQuery("#EBSpokeDiagrams-3236 .wheel-spoke-popup .content-one").append(popup_html);
jQuery(this).addClass('active');
jQuery('body').addClass('wheel-spoke-popup-open');
jQuery('#EBSpokeDiagrams-3236 #popup').fadeIn(500);
e.stopPropagation();
}
});
jQuery("#EBSpokeDiagrams-3236 .wheel-spoke-popup .close").click(function(e) { jQuery('#popup .wheel-spoke-popup-content').removeAttr('style');
jQuery('body').removeClass('wheel-spoke-popup-open');
jQuery('#EBSpokeDiagrams-3236 div[popup_id]').removeClass('active');
jQuery("#EBSpokeDiagrams-3236 .wheel-spoke-popup").fadeOut(500);
e.stopPropagation();
});
jQuery("#EBSpokeDiagrams-3236 .wheel-spoke-popup-content").click(function(e) {
e.stopPropagation();
});
jQuery("body").click(function() { jQuery('#popup .wheel-spoke-popup-content').removeAttr('style');
jQuery('body').removeClass('wheel-spoke-popup-open')
jQuery('#EBSpokeDiagrams-3236 div[popup_id]').removeClass('active');
jQuery("#EBSpokeDiagrams-3236 .wheel-spoke-popup").fadeOut(500);
});