$(document).ready(function() {
	$('div.sectionImage').fadeIn(1500);
	if((drop2state==0)&&(drop3state==0)&&(drop5state==0)) {
		$('#leftMenu').show(leftMenuDelay);
	}
});
