﻿// product.js

$(function(){
		   
//easy tooltip

	//ett_01
	
	$("#subNavi li a").easyTooltip();
	$('ul.productSpl li a').lightBox();  

});
