// This scripting is Bolus Inc.
$(window).load(function() {
		if(PAGE_ID == 1 && Ipad != 1){
			
  $('#quickbuttons').animate({
    height: 'toggle'
  }, 1000, function() {
				$('#button1').show();
				$('#button2').show();
				$('#button3').show();
				$('#button4').show();
			});
	}else{
		//
	}
	
	$(window).bind('resize',function(){
		//window.location.href = window.location.href;
	}); 
	
	var width = $(window).width();
	var Cheight = $("#container").height();
	
	if(PAGE_ID != 1){
		if(width >= 1250){
			$('#stickysidebar').toggle('fast');
			//Future things
			//$('body').css({'background-image': 'url('+DIR+'images/breast.jpg)'});
		}
	}
	
	//menu hover function bolus inc
		/*$("#stickysidebar,.sidebarbutton").hover(
  			function () {
  				$('.sidebutton').toggle('fast');
  		}); */
	if(Ipad == 1 && PAGE_ID == 1){
		setInterval(
		function () {
		$('#ipad .logo_ipad').animate({rotate: '+=10deg'}, 300);
		},
		0
		);
	}else if(Ipad == 1 ){
		$('#ipad').css('display', 'block');
		if(Cheight >= 900){
			$('#container').css('margin-top','0px');
		}
		
		if(Cheight <= 900){
			$('#container').css('margin-top','120px');
		}
		
		
	}
});
