// JavaScript Document
$(function () {
			var tabcontent1 = $('.hidden1 > div');
			tabcontent1.hide().filter('#contentl1_1').show();
			$('#tabl_1 a').click(function () {
				tabcontent1.hide();
		     	tabcontent1.filter($(this).attr("href")).show();
				$('.tab a').removeClass('selected'); 
				$(this).addClass('selected');  
				return false;                 
			}).filter(':fram1').click();      
		});
$(function () {
			var tabcontent2 = $('.hidden2 > div');
			tabcontent2.hide().filter('#contentr1_1').show();
			$('#tabr_1 a').click(function () {
				tabcontent2.hide();
		     	tabcontent2.filter($(this).attr("href")).show();
				$('.tab a').removeClass('selected'); 
				$(this).addClass('selected');  
				return false;                 
			}).filter(':fram1').click();      
		});
$(function () {
			var tabcontent3 = $('.hidden3 > div');
			tabcontent3.hide().filter('#contentr2_1').show();
			$('#tabr_2 a').click(function () {
				tabcontent3.hide();
		     	tabcontent3.filter($(this).attr("href")).show();
				$('.tab a').removeClass('selected'); 
				$(this).addClass('selected');  
				return false;                 
			}).filter(':fram1').click();      
		});
$(function () {
			var tabcontent4 = $('.hidden4 > div');
			tabcontent4.hide().filter('#contentl4_1').show();
			$('#tab4_2 a').click(function () {
				tabcontent4.hide();
		     	tabcontent4.filter($(this).attr("href")).show();
				$('.tab a').removeClass('selected'); 
				$(this).addClass('selected');  
				return false;                 
			}).filter(':fram1').click();      
		});

$(function () {
$('.op').each(function(){$(this).css("opacity","1")});
		$('.op').mouseover(function()
		{
		$(this).stop(true,true).animate({
		opacity:".8"
						})
		}).mouseout(function()
				{
		$(this).stop(true,true).animate({
		opacity:"1"
		})
	});
});

$(function() {
	$('#toggle1').mouseover(function(){
		this.src="/images/nav1hover.gif";
	});
	$('#toggle1').mouseout(function(){
		this.src="/images/nav1.gif";
	});
});
$(function() {
	$('#toggle2').mouseover(function(){
		this.src="/images/nav2hover.gif";
	});
	$('#toggle2').mouseout(function(){
		this.src="/images/nav2.gif";
	});
});
$(function() {
	$('#toggle3').mouseover(function(){
		this.src="/images/nav3hover.gif";
	});
	$('#toggle3').mouseout(function(){
		this.src="/images/nav3.gif";
	});
});
$(function() {
	$('#toggle4').mouseover(function(){
		this.src="/images/nav4hover.gif";
	});
	$('#toggle4').mouseout(function(){
		this.src="/images/nav4.gif";
	});
});
$(function() {
	$('#toggle5').mouseover(function(){
		this.src="/images/nav5hover.gif";
	});
	$('#toggle5').mouseout(function(){
		this.src="/images/nav5.gif";
	});
});
$(function() {
	$('#toggle6').mouseover(function(){
		this.src="/images/nav6hover.gif";
	});
	$('#toggle6').mouseout(function(){
		this.src="/images/nav6.gif";
	});
});
$(function() {
	$('#toggle7').mouseover(function(){
		this.src="/images/nav7hover.gif";
	});
	$('#toggle7').mouseout(function(){
		this.src="/images/nav7.gif";
	});
});
$(function() {
	$('#toggle8').mouseover(function(){
		this.src="/images/nav8hover.gif";
	});
	$('#toggle8').mouseout(function(){
		this.src="/images/nav8.gif";
	});
});