var smf_theme_url = "//www.superfuntime.org/forum/Themes/default"; var smf_default_theme_url; smf_default_theme_url = "//www.superfuntime.org/forum/Themes/default"; var smf_images_url = "//www.superfuntime.org/forum/Themes/SFT/images"; var smf_scripturl = "//www.superfuntime.org/forum/index.php"; var smf_iso_case_folding = false; var smf_charset = "UTF-8"; var ajax_notification_text = "Loading..."; var ajax_notification_cancel_text = "Cancel"; var sp_images_url = "//www.superfuntime.org/forum/Themes/SFT/images/sp"; function divshowhide(id) { var div_style = document.getElementById(id).style.display; if (div_style.toLowerCase() == "block" || div_style == "") { document.getElementById(id).style.display = "none"; } else { document.getElementById(id).style.display = "block"; } } function sp_collapseBlock(id) { var mode = document.getElementById("sp_block_" + id).style.display == "" ? 0 : 1; smf_setThemeOption("sp_block_" + id, mode ? 0 : 1, null, "7a37198ccca428c652f408de51791f2b"); document.getElementById("sp_collapse_" + id).src = smf_images_url + (mode ? "/collapse.gif" : "/expand.gif"); document.getElementById("sp_block_" + id).style.display = mode ? "" : "none"; } function sp_collapseSide(id) { var sp_sides = []; sp_sides[1] = "sp_left"; sp_sides[4] = "sp_right"; var mode = document.getElementById(sp_sides[id]).style.display == "" ? 0 : 1; smf_setThemeOption(sp_sides[id], mode ? 0 : 1, null, "7a37198ccca428c652f408de51791f2b"); document.getElementById("sp_collapse_side" + id).src = sp_images_url + (mode ? "/collapse.png" : "/expand.png"); document.getElementById(sp_sides[id]).style.display = mode ? "" : "none"; } window.addEventListener("load", sp_image_resize, false);