function ActPush(PuSw) {
	if (PuSw.name== "Cat") {toCat()}
	if (PuSw.name=="AddLinks") { AddLinks()}
	if (PuSw.name=="Board") { toBoard()}
	if (PuSw.name== "Links") {toLinks()}
	if (PuSw.name== "Day") {toDay()}
	if (PuSw.name== "Guess") {toGuess()}
	if (PuSw.name== "Mail") {ActMail()}
	if (PuSw.name== "Main") {toMain()}
	if (PuSw.name== "Teach") {toPrice()}
	if (PuSw.name== "History") { toHistory()}
	if (PuSw.name== "Catalog") { toCatalog()}
}
function toBoard() {document.location.href ="http://ad.alvild.ru"; }
function toLinks() {document.location.href ="http://alvild.ru/links/index.php"; }
function AddLinks() {document.location.href = "http://alvild.ru/links/add.php";}	
function toGuess() {document.location.href = "../Cardsm/ATvbrGuess.htm";}
function toDay() {document.location.href = "../PagesTaro/ATDCardOfDay.htm";}	
function toPrice() {document.location.href = "../Taroteach.htm";}	
function toMain()  {document.location.href = "../switch.htm";}
function toCat() {document.location.href = "http://akcat.narod.ru";}
function ActMail() {document.location.href = "mailto:alvild@narod.ru";}
function toHistory() {document.location.href = "../TaroHistory.htm";}	
function toCatalog() {document.location.href = "../Catalog.htm";}	
