function dom_init() {
	jQuery.noConflict();

	jQuery('ul.mainmenu').supersubs({ 
		minWidth:	10,
		maxWidth:	20,
		extraWidth:	0
        }).superfish({
		delay:		150,
		animation:	{opacity:'show',height:'show'},
		speed:		'fast',
		autoArrows:	true,
		dropShadows:true
	});

}