/** MAIL TO **/
function mailto(b) {domain="soluta";document.location.href="mailto:"+b+"@"+domain+".net"};

/** AGENDA* */
//pnlSoleyAbstract
$(function(){
$("#pnlSoleyAbstract div").toggle (
		function () {
			$("#pnlSoleyAbstract p").show("slow");
		},
		function () {
			$("#pnlSoleyAbstract p").hide("slow");
		}
	);
	}
);

//pnlWhiteAbstract
$(function(){
$("#pnlWhiteAbstract div").toggle (
		function () {
			$("#pnlWhiteAbstract p").show("slow");
		},
		function () {
			$("#pnlWhiteAbstract p").hide("slow");
		}
	);
	}
);

//pnlBrownAbstract
$(function(){
$("#pnlBrownAbstract div").toggle (
		function () {
			$("#pnlBrownAbstract p").show("slow");
		},
		function () {
			$("#pnlBrownAbstract p").hide("slow");
		}
	);
	}
);

//pnlMellorAbstract
$(function(){
$("#pnlMellorAbstract div").toggle (
		function () {
			$("#pnlMellorAbstract p").show("slow");
		},
		function () {
			$("#pnlMellorAbstract p").hide("slow");
		}
	);
	}
);

//pnlJensenAbstract
$(function(){
$("#pnlJensenAbstract div").toggle (
		function () {
			$("#pnlJensenAbstract p").show("slow");
						//$(this).css("color", "black");
		},
		function () {
			$("#pnlJensenAbstract p").hide("slow");
		}
	);
	}
);

//pnlAFT1Abstract
$(function(){
$("#pnlAFT1Abstract div").toggle (
		function () {
			$("#pnlAFT1Abstract p").show("slow");
		},
		function () {
			$("#pnlAFT1Abstract p").hide("slow");
		}
	);
	}
);

//pnlAFT2Abstract
$(function(){
$("#pnlAFT2Abstract div").toggle (
		function () {
			$("#pnlAFT2Abstract p").show("slow");
		},
		function () {
			$("#pnlAFT2Abstract p").hide("slow");
		}
	);
	}
);

//pnlAFT3Abstract
$(function(){
$("#pnlAFT3Abstract div").toggle (
		function () {
			$("#pnlAFT3Abstract p").show("slow");
		},
		function () {
			$("#pnlAFT3Abstract p").hide("slow");
		}
	);
	}
);

//pnlAFT4Abstract
$(function(){
$("#pnlAFT4Abstract div").toggle (
		function () {
			$("#pnlAFT4Abstract p").show("slow");
		},
		function () {
			$("#pnlAFT4Abstract p").hide("slow");
		}
	);
	}
);

//pnlAFT5Abstract
$(function(){
$("#pnlAFT5Abstract div").toggle (
		function () {
			$("#pnlAFT5Abstract p").show("slow");
		},
		function () {
			$("#pnlAFT5Abstract p").hide("slow");
		}
	);
	}
);
/** END AGENDA **/



/** VENUE SLIDESHOW **/
$(document).ready(function() {
    $('.slideshow').cycle({
		fx: 'fade', // choose your transition type, ex: fade, scrollUp, shuffle, etc...
		speed:  4000
	});
});


