include_js( 'scripts/jquery/tools/tooltip_slide_effect.js' );

$(function()
{
	
	$("#list_menu_style001 li[id*='n1']").tooltip(
	{
		tip: '#product_menu',
		position: 'bottom center',
		opacity: 1,
		effect: 'slide'
	}); 
	
	// --------------------------------------------------------------------
	
	$("#list_menu_style001 li[id*='n2']").tooltip(
	{
		tip: '#support_menu',
		position: 'bottom center',
		opacity: 1,
		effect: 'slide'
	}); 
 		
	// --------------------------------------------------------------------
 	
});
