// JavaScript Document
function changeTab(box,order)
	{
		//alert(box);
		sendresponse(ajax_file_to_call+"&function=changeTab&box="+box+"&order="+order ,"GET","box"+box);
	}

