$(document).ready(function(){

	$('#services_link').mouseover(function() {
		$('#serv_menu').show();
	});

	$('#practitioners_link').mouseover(function() {
		$('#prac_menu').show();
	});
	
	$('#home_link, #products_link, #about_link, #contact_link').mouseover(function() {
		$('#prac_menu').hide();
		$('#serv_menu').hide();
		$('#services_link').css({'background' : 'url(/img/services_off.jpg)'});
		$('#practitioners_link').css({'background' : 'url(/img/practioners_off.jpg)'});
	});

	$('.serv, #services_link').mouseover(function() {
		$('#prac_menu').hide();
		$('#services_link').css({'background' : 'url(/img/services_on.jpg)'});
		$('#practitioners_link').css({'background' : 'url(/img/practioners_off.jpg)'});
	});
	
	$('.prac, #practitioners_link').mouseover(function() {
		$('#serv_menu').hide();
		$('#services_link').css({'background' : 'url(/img/services_off.jpg)'});
		$('#practitioners_link').css({'background' : 'url(/img/practioners_on.jpg)'});
	});	
	

	$('#btn_acu').click(function() {
		$('#aromatherapy, #biofeedback, #biomat, #bioterrain, #cmr, #coreelite, #darkfield, #dove, #eis, #footbath, #lowlevellaser, #psychotherapy, #raindrop, #reiki').hide();
		$('#acupuncture').show();		
	});
	$('#btn_aroma').click(function() {
		$('#acupuncture, #biofeedback, #biomat, #bioterrain, #cmr, #coreelite, #darkfield, #dove, #eis, #footbath, #lowlevellaser, #psychotherapy, #raindrop, #reiki').hide();
		$('#aromatherapy').show();
	});	
	$('#btn_biofeed').click(function() {
		$('#acupuncture, #aromatherapy, #biomat, #bioterrain, #cmr, #coreelite, #darkfield, #dove, #eis, #footbath, #lowlevellaser, #psychotherapy, #raindrop, #reiki').hide();
		$('#biofeedback').show();
	});	
	$('#btn_biomat').click(function() {
		$('#acupuncture, #aromatherapy, #biofeedback, #bioterrain, #cmr, #coreelite, #darkfield, #dove, #eis, #footbath, #lowlevellaser, #psychotherapy, #raindrop, #reiki').hide();
		$('#biomat').show();
	});	
	$('#btn_bioterrain').click(function() {
		$('#acupuncture, #aromatherapy, #biofeedback, #biomat, #cmr, #coreelite, #darkfield, #dove, #eis, #footbath, #lowlevellaser, #psychotherapy, #raindrop, #reiki').hide();
		$('#bioterrain').show();
	});	
	$('#btn_cmr').click(function() {
		$('#acupuncture, #aromatherapy, #biofeedback, #biomat, #bioterrain, #coreelite, #darkfield, #dove, #eis, #footbath, #lowlevellaser, #psychotherapy, #raindrop, #reiki').hide();
		$('#cmr').show();
	});	
	$('#btn_coreelite').click(function() {
		$('#acupuncture, #aromatherapy, #biofeedback, #biomat, #bioterrain, #cmr, #darkfield, #dove, #eis, #footbath, #lowlevellaser, #psychotherapy, #raindrop, #reiki').hide();
		$('#coreelite').show();
	});	
	$('#btn_darkfield').click(function() {
		$('#acupuncture, #aromatherapy, #biofeedback, #biomat, #bioterrain, #cmr, #coreelite, #dove, #eis, #footbath, #lowlevellaser, #psychotherapy, #raindrop, #reiki').hide();
		$('#darkfield').show();
	});	
	$('#btn_dove').click(function() {
		$('#acupuncture, #aromatherapy, #biofeedback, #biomat, #bioterrain, #cmr, #coreelite, #darkfield, #eis, #footbath, #lowlevellaser, #psychotherapy, #raindrop, #reiki').hide();
		$('#dove').show();
	});	
	$('#btn_eis').click(function() {
		$('#acupuncture, #aromatherapy, #biofeedback, #biomat, #bioterrain, #cmr, #coreelite, #darkfield, #dove, #footbath, #lowlevellaser, #psychotherapy, #raindrop, #reiki').hide();
		$('#eis').show();
	});	
	$('#btn_footbath').click(function() {
		$('#acupuncture, #aromatherapy, #biofeedback, #biomat, #bioterrain, #cmr, #coreelite, #darkfield, #dove, #eis, #lowlevellaser, #psychotherapy, #raindrop, #reiki').hide();
		$('#footbath').show();
	});	
	$('#btn_lowlevel').click(function() {
		$('#acupuncture, #aromatherapy, #biofeedback, #biomat, #bioterrain, #cmr, #coreelite, #darkfield, #dove, #eis, #footbath, #psychotherapy, #raindrop, #reiki').hide();
		$('#lowlevellaser').show();
	});	
	$('#btn_psych').click(function() {
		$('#acupuncture, #aromatherapy, #biofeedback, #biomat, #bioterrain, #cmr, #coreelite, #darkfield, #dove, #eis, #footbath, #lowlevellaser, #raindrop, #reiki').hide();
		$('#psychotherapy').show();
	});	
	$('#btn_raindrop').click(function() {
		$('#acupuncture, #aromatherapy, #biofeedback, #biomat, #bioterrain, #cmr, #coreelite, #darkfield, #dove, #eis, #footbath, #lowlevellaser, #psychotherapy, #reiki').hide();
		$('#raindrop').show();
	});	
	$('#btn_reiki').click(function() {
		$('#acupuncture, #aromatherapy, #biofeedback, #biomat, #bioterrain, #cmr, #coreelite, #darkfield, #dove, #eis, #footbath, #lowlevellaser, #psychotherapy, #raindrop').hide();
		$('#reiki').show();
	});	
	

	jQuery('#product_images').jcarousel();
	
});
