$(document).ready(function(){
		$(".gallery a[rel^='prettyPhoto']").prettyPhoto({theme:'facebook'});

		$("#sub").click(function(){
			$("#panel").slideToggle("slow");
		});
	
		$("#sub2").click(function(){
			$("#panel2").slideToggle("slow");
		});
	
		$("#sub3").click(function(){
			$("#panel3").slideToggle("slow");
		});
		
		 $('#content2').hide();
	  $('#content3').hide();
	  $('#content4').hide();
	  $('#content5').hide();
	  $('#content6').hide();
	  $('#content7').hide();
	  $('#content8').hide();
	  
	  $('#click').click(function(){
	  		$('#content2').hide();
	 		$('#content3').hide();
	 		$('#content4').hide();
	 		$('#content5').hide();
	 		$('#content6').hide();
	 		$('#content7').hide();
	 		$('#content8').hide();
			$('#content1').show();
			
		   });
	    $('#click2').click(function(){
			$('#content1').hide();
	 		$('#content3').hide();
	 		$('#content4').hide();
	 		$('#content5').hide();
	 		$('#content6').hide();
	 		$('#content7').hide();
	 		$('#content8').hide();
			$('#content2').show();
		   });
		  $('#click3').click(function(){
			$('#content1').hide();
	  		$('#content2').hide();
	 		$('#content4').hide();
	 		$('#content5').hide();
	 		$('#content6').hide();
	 		$('#content7').hide();
	 		$('#content8').hide();
			$('#content3').show();
		   });
		    $('#click4').click(function(){
			$('#content1').hide();
	  		$('#content2').hide();
	 		$('#content3').hide();
	 		$('#content5').hide();
	 		$('#content6').hide();
	 		$('#content7').hide();
	 		$('#content8').hide();
			$('#content4').show();
		   });
			$('#click5').click(function(){
			$('#content1').hide();
	  		$('#content2').hide();
	 		$('#content3').hide();
	 		$('#content4').hide();
	 		$('#content6').hide();
	 		$('#content7').hide();
	 		$('#content8').hide();
			$('#content5').show();
		   });
			$('#click6').click(function(){
			$('#content1').hide();
	  		$('#content2').hide();
	 		$('#content3').hide();
	 		$('#content4').hide();
	 		$('#content5').hide();
	 		$('#content7').hide();
	 		$('#content8').hide();
			$('#content6').show();
		   });
			$('#click7').click(function(){
			$('#content1').hide();
	  		$('#content2').hide();
	 		$('#content3').hide();
	 		$('#content4').hide();
	 		$('#content5').hide();
	 		$('#content6').hide();
	 		$('#content8').hide();
			$('#content7').show();
		   });
			$('#click8').click(function(){
			$('#content1').hide();
	  		$('#content2').hide();
	 		$('#content3').hide();
	 		$('#content4').hide();
	 		$('#content5').hide();
	 		$('#content6').hide();
	 		$('#content7').hide();
	 		$('#content8').show();
		   });
	});


$(
	function()
	{
		// drop shadow effect
		var $outer = $("#outer");
		var width = $outer.css("width");
		var css = {
			"margin": "12px auto",
			"width": $outer.css("width"),
			"background": "#073e8f" 
		}
		$outer.css({"width": "auto", "left": -3, "top": -3, "margin": 0}).wrap(document.createElement("div")).parent().css(css).after(document.createElement("div"));
	}
);


$(document).ready(
	function()
	{
		$("#news").newsTicker();
		parseSamples();
	}
);
