$(document).ready(function() {

	$('#nav a.menu_1').click( function() { 
		$(this.parentNode).find( 'ul:eq(0)').slideToggle(); return( false);
   });

	$(".images").hide();
	$(".images").fadeIn(2500);

	$("#myform label").inFieldLabels();

});

$(function() {
	$('.content').jScrollPane({showArrows: true});
});


$(function(){
	$('.content a').click(function(){
	window.open(this.href);
	return false;
	});
});
