	function tip() {
		$('.tip').tooltip();
	}
	function showPhotos() {
				$('.projectJump').append('<br><a  href="#photos" class="jump tip" title="Goto images"><img src="/public/images/imagesSM.png"></a><br>');				
			}
	function showSponsors() {
				$('.projectJump').append('<br><a  href="#sponsorTop" class="jump tip" title="Goto sponsors"><img src="/public/images/sponsor.png"></a><br>');
			}
	
		$(document).ready(function() {
    		$("#body-background").ezBgResize();
    		// initialize scrollable together with the navigator plugin
			$("#browsable").scrollable().navigator(); 
			tip();
			$.easy.popup();
			$.easy.jump();
			simpleCart.checkoutTo = PayPal;
			simpleCart.email = "mills@jhmail.com";
			simpleCart.cartHeaders = ["Thumb_image" , "Quantity_input" , "increment" , "decrement" ];		
		});
