﻿$(document).ready(function() {
	$(".topnav").dropDownPanels({
		speed: 250,
		resetTimer: 1000
	});
});
