$(document).ready(function(){if($.browser.safari){$('#side h3').css('padding-bottom','0.9em');$('#main img:first').css('margin-top','2px');$('#main ul#sub-nav').css('margin-top','0px');}else{}$('.client-item:last').css('margin-bottom','3em');var intMainHeight=$('#main').height();var intSideHeight=$('#side').height();var intAdjustment=14;if(intMainHeight>=intSideHeight){$('#side div.panel:last').css('padding-bottom',(intMainHeight-intSideHeight));}else{$('#footer').css('margin-top',(intSideHeight-intMainHeight)+intAdjustment);}function CenterImage(contID,contHeight,contWidth){$(contID).each(function(){var curWidth=$(this).width();var curHeight=$(this).height();$(this).css({"margin-left": Math.floor(contWidth/2-curWidth/2),"margin-top": Math.floor(contHeight/2-curHeight/2)});});}$('ul#header-items').innerfade({speed: 1000,timeout: 5000,type: 'sequence',containerheight: '110px'});CenterImage('ul#imageGallery img',348,618);$('ul#imageGallery').innerfade({speed: 700,timeout: 3000,type: 'sequence',containerheight: '348px'});function LoadVideo(){$('#vid').flash({src: strFlash,width: 620,height: 349,allowfullscreen: 'true',scale: 'noscale',quality: 'high',wmode: 'transparent',align: 'middle',allowScriptAccess: 'sameDomain',flashvars:{videoSource: $vidPath}},{version: 9});$('#vid .alt').hide();}var $vidPath;var strFlash='http://www.thebank.co.uk/FTP/the-bank-video-player-01.swf';var $vidLink=$('a#video-link');var $imgGal=$('ul#imageGallery');if($imgGal.length&&$vidLink.length){if($vidLink.attr('href').indexOf('#')>-1){$vidPath='/FTP/'+$vidLink.attr('href').replace('#','');strFlash='/FTP/the-bank-video-player-01.swf';}else{$vidPath='http://www.thebank.co.uk/FTP/'+$vidLink.attr('href');strFlash='http://www.thebank.co.uk/FTP/the-bank-video-player-01.swf';}}else if($imgGal.length<1&&$('#vid').length){$vidLink.hide();var $vidPath='/FTP/'+$vidLink.attr('href').replace('#','');LoadVideo()}var blnVid=true;$vidLink.click(function(){if(blnVid){var $imgGal=$('ul#imageGallery');$imgGal.attr('id',$imgGal.attr('id')+'-dead');$(this).text('View Images');$('#top-media').append('<div id="vid">You need to have version 9 of the flash player to view this video.</div>');LoadVideo();blnVid=false;}else{var $imgGal=$('ul#imageGallery-dead');$imgGal.attr('id',$imgGal.attr('id').replace('-dead',''));$('#vid').remove();$(this).text('Play Video');blnVid=true;}return false;});});