// JavaScript Document

// when the DOM is ready...
$(document).ready(function () {

// enable the main menu and footer menus
$('#jsddm > li').bind('mouseover', jsddm_open)
$('#jsddm > li').bind('mouseout',  jsddm_timer)

});