function details(transaction, ofert, id)
{
	var transaction;
	var ofert;
	var id;

	var target = './?sh='+transaction+'&sub='+ofert+'&id='+id;

	self.location.href = target;
}