// JavaScript Document


function do_catalog_list(p,pid,type)
{
	if (set_wait()) x_catalog_list(p,pid,type,'holder_data',fill_html);
	{
		page_var = 'catalog';
	}
}

function do_catalog_select(id,count,ses)
{
	if (page_var=='continue')
	{ fill = fill_html_update;}
	else
	{ fill = fill_html; }
	if (set_wait()) x_catalog_select(id,count,ses,'side_cart',fill);
}