<!-- Create a MenuMatic Instance -->
function menumatic()
{ 
window.addEvent('domready', function() {
var myMenu = new MenuMatic();
});
}




