// JavaScript Document
$(function(){$('div.indexPro').hover(function(){$(this).children('.indexProInfo').fadeTo('normal',0.85);},function(){$(this).children('.indexProInfo').fadeOut();})});

//contact from product link
function contactFormPro(productId){
	//alert(productId);
}
