// JavaScript Document
$(document).ready(function(){
	$('#multi-ddm').dropDownMenu({parentMO: 'parent-hover', childMO: 'child-hover1'});
});