";
window.print();
window.close();
jQuery("body").html(csbwfsdivElements1);
});
jQuery("div.csbwfs-show").hide();
jQuery("div.csbwfs-show a").click(function(){
jQuery("div#csbwfs-social-inner").show();
jQuery("div.csbwfs-show").hide();
jQuery("div.csbwfs-hide").show();
csbwfsSetCookie("csbwfs_show_hide_status","active","1");
});
jQuery("div.csbwfs-hide a").click(function(){
jQuery("div.csbwfs-show").show();
jQuery("div.csbwfs-hide").hide();
jQuery("div#csbwfs-social-inner").hide();
csbwfsSetCookie("csbwfs_show_hide_status","in_active","1");
});var button_status=csbwfsGetCookie("csbwfs_show_hide_status");
if (button_status =="in_active") {
jQuery("div.csbwfs-show").show();
jQuery("div.csbwfs-hide").hide();
jQuery("div#csbwfs-social-inner").hide();
} else {
jQuery("div#csbwfs-social-inner").show();
jQuery("div.csbwfs-show").hide();
jQuery("div.csbwfs-hide").show();
}});