﻿$(document).ready(function(){
	$(".product a").click(function(event){
		openWin(this.href,'product',640,640);
		event.preventDefault();
	});
});