$(document).ready(function(){$("#computers").hide();$("#support").hide();$(".services").click(function(){ $("#services").show(); $("#computers").hide(); $("#support").hide();});$(".computers").click(function(){ $("#services").hide(); $("#computers").show(); $("#support").hide();});$(".support").click(function(){ $("#services").hide(); $("#computers").hide(); $("#support").show();});$("#header #header-contact").cycle({fx: 'fade', speed: 1000, timeout: 6000,pause:1 });});
