var shopSorts = new Array();
shopSorts[1]='#shopSortName';
shopSorts[2]='#shopSortPrice';
shopSorts[3]='#shopSortLevel';
shopSorts[4]='#shopSortSex';

function shopSetSort(sort,pIsInit){
    document.CurentSort=sort;
		
	AjaxRefreshShop();

}
function setPage(page) {
	document.CurentPage=page;
	AjaxRefreshShop();
}
function setNewCat(cat) {
	document.CurentPage=1;	
	document.CurentCat=cat;
	AjaxRefreshShop();
}
function setId(id) {

	document.CurentId=id;
	AjaxRefreshShop();
}

