function update_price ( _stock_id, price)
{	
	document.getElementById('Price_'+_stock_id).innerHTML = "<small>Our price:</small>&pound;"+price;
}

function update_size ( _stock_size_id)
{
	document.location.href="?so="+_stock_size_id;
}