function displayTab(a){
	if(a==0){
		document.location.href="howtoplay.html";
	}else if(a==1){
	 	document.location.href="wincash.html";
	}else if(a==2){ 
		document.location.href="security.html";
	}
	else if(a==3){ 
		document.location.href="tourneyInfo.html";
	}
	else if(a==4){ 
		document.location.href="ace2threePromotions.html";
	}
}
