﻿g_nbtnShippingUpdate = null;




function showCatalog(categoryId)
{
	MultiPage1.goLast();
	callBCatalog.Callback(categoryId);
}

function tvCategories_NodeSelect( sender, e)
{
	
}



function setBtnShippingUpdateControl( control )
{
	g_nbtnShippingUpdate = control;
}

function setAreaCodeEvents( control )
{
	control.onkeyup = function()
	{
		g_nbtnShippingUpdate.style.visibility = 'hidden';
	};
}