function goToCat(a) {
	switch (a) {
		case 'register':
			document.location.href = 'http://www.pro-place.ru/register/';
			break;
		case 'index':
			document.location.href = 'http://www.pro-place.ru/';
			break;
	}
}
