function productclick( cmd, from_cache )
{
	m = document.forms.main;

	if ( from_cache )
	{
		m.fromcache.value = '1';
		d = document.getElementById( 'buttons' );
		d.innerHTML = '<div id="verifying">Verifying availability and pricing...</div>';

	}

	if ( 'add'==cmd )
		m.action='/cart';

//	collectvariations();
	return docmd(cmd);
}
