function hideAllSubs(){$("#global").css("background-image","url(/Templates/FirstServ/Images/sitebg.png)");$("#mnu-hosting-solutions-sub").hide();$("#mnu-productivity-solutions-sub").hide();$("#mnu-about-us-sub").hide();$("#mnu-news-sub").hide();$("#mnu-store-sub").hide();$("#mnu-our-support-sub").hide();$("#mnu-contact-us-sub").hide()}var showFullMatrix=false;$(document).ready(function(){$("table#pricingmatrix tbody tr td.description").hide();$("table#pricingmatrix tbody tr td.last a").click(function(c){var d=$(this).parents("tr").next("tr").children("td.description");d.toggle();$(this).toggleClass("selected");return false});$("table#pricingmatrix tfoot tr td.footercolspan a").click(function(b){$("table#pricingmatrix tbody tr td.description").show();$("table#pricingmatrix tbody tr td.last a").addClass("selected");if(showFullMatrix==true){$(this).html("SHOW FULL MATRIX");$("table#pricingmatrix tbody tr td.description").hide();$("table#pricingmatrix tbody tr td.last a").removeClass("selected");showFullMatrix=false}else{$(this).html("HIDE FULL MATRIX");$("table#pricingmatrix tbody tr td.description").show();$("table#pricingmatrix tbody tr td.last a").addClass("selected");showFullMatrix=true}return false})});$(document).ready(function(){$("table#pricingmatrix-2coll tbody tr td.description").hide();$("table#pricingmatrix-2coll tbody tr td.last a").click(function(c){var d=$(this).parents("tr").next("tr").children("td.description");d.toggle();$(this).toggleClass("selected");return false});$("table#pricingmatrix-2coll tfoot tr td.footercolspan a").click(function(b){$("table#pricingmatrix-2coll tbody tr td.description").show();$("table#pricingmatrix-2coll tbody tr td.last a").addClass("selected");if(showFullMatrix==true){$(this).html("SHOW FULL MATRIX");$("table#pricingmatrix-2coll tbody tr td.description").hide();$("table#pricingmatrix-2coll tbody tr td.last a").removeClass("selected");showFullMatrix=false}else{$(this).html("HIDE FULL MATRIX");$("table#pricingmatrix-2coll tbody tr td.description").show();$("table#pricingmatrix-2coll tbody tr td.last a").addClass("selected");showFullMatrix=true}return false})});