var P = {
	goRW: function(u) {
		document.location.href = '/products/'+u+'/review/';	
	},
	goNAv: function(ids) {
		document.location.href = '/products/notify/'+ids;	
	}
}