$(document).ready(function(){$("#wrapper").corner("35px keep");$(".content").corner("35px keep");$(".third").corner("25px keep");$(".half").corner("25px keep");$(".qms").corner("25px keep");$(".product").corner("25px keep");$(".sitesections li a").corner("5px");$(".contact").corner("25px keep");$(".toggle p").corner("25px keep");$('.imgteam').hide();if($('.portfolio').is('*')){$('.pimg').hide();$('.half h2 a').click(function(){$('.pimg').hide('fast');$(this).parent().nextAll('.pimg').toggle('slow');return false;});}
var showText='>>';var hideText='>>';var is_visible=false;$('.toggle').prev().append(' (<a href="#" class="toggleLink">'+showText+'</a>)');$('.toggle').hide();$('.toggle').first().show();$('a.toggleLink').click(function(){is_visible=!is_visible;$(this).html((!is_visible)?showText:hideText);$(this).parent().next('.toggle').toggle('slow');return false;});$('.team a').click(function(event){$('.imgteam').hide();$(this).nextAll('.imgteam').toggle('slow');});});$(window).load(function() {  document.getElementById("hideAll").style.display = "none"; });

