function addToNavTrolley (productString){
	$('ajaxTrolley').innerHTML = '';
	new Ajax.Updater('ajaxTrolley', '/pb/shop/ajaxtrolley.cfm?' + productString, { method: 'get' });
}
