// JavaScript Document for silver.tibco.com

var api;
$(document).ready(function(){
	
		if($('.scroller').length)
		{
			$('.scroller').scrollable({size:1,circular:true,speed:700}); 
			   $('.displacement .scrollable .slide-img:eq(1)').addClass('active'); 
			 
			 api = $(".scroller").data("scrollable");
			 api.onSeek(function(event, i)  
				{ 
					$('.displacement .scrollable .slide-img').removeClass('active');
					$('.displacement .scrollable .slide-img:eq('+(i+1)+')').addClass('active');
				});
	}
	
	if((navigator.userAgent.match(/iPhone/i)) || (navigator.userAgent.match(/iPod/i)) || (navigator.userAgent.match(/iPad/i))) 
	{
	  $('footer').css({'width':'50%'})
	}
});
function BlankWin (url) {

     blankWin = window.open(url,'_blank');

  }
