// Document JavaScript de Koora.com
// CopyRight (c) 2008 MEA EQUINOXES
function getrefparent(id){
	var div = "";
	//alert(id);
	div = document.getElementById('lireart').innerHTML ;
		switch (id){
		case 171: 
			div = 'Football >> ' + div;
			document.getElementById('foot').className = 'foot1';	
		break;
		case 172: 
			div = 'Handball >> ' + div;
			document.getElementById('all').className = 'all1';	

		break;
		case 173: 
			div = 'Euro 2008 >> ' + div;
			document.getElementById('even1').className = 'euro1';
		break;
		case 174: 
			div = 'Roland Garros >> ' + div;
			document.getElementById('even2').className = 'garos1';
		break;
		case 175: 
			div = 'Autre sport >> ' + div;
			document.getElementById('autres').className = 'autres1';
		break;
}
document.getElementById('lireart').innerHTML  = div;
}
function Firstarticle(){
	document.getElementById('articleGd1-1').className = 'affiche-content-center';	
}
function changearticle(selecteddiv,id){
	
		switch (selecteddiv.id){
		case 'article1-'+id: 
				document.getElementById('articleGd1-'+id).className = 'affiche-content-center';	
				document.getElementById('articleGd2-'+id).className = 'affiche-content-centerP';	
				document.getElementById('articleGd3-'+id).className = 'affiche-content-centerP';	
		break;
		case 'article2-'+id: 
				document.getElementById('articleGd1-'+id).className = 'affiche-content-centerP';	
				document.getElementById('articleGd2-'+id).className = 'affiche-content-center';	
				document.getElementById('articleGd3-'+id).className = 'affiche-content-centerP';	
			break;
		case 'article3-'+id: 
				document.getElementById('articleGd1-'+id).className = 'affiche-content-centerP';	
				document.getElementById('articleGd2-'+id).className = 'affiche-content-centerP';	
				document.getElementById('articleGd3-'+id).className = 'affiche-content-center';	
		break;
		default :
				document.getElementById('articleGd1-'+id).className = 'affiche-content-center';	
				document.getElementById('articleGd2-'+id).className = 'affiche-content-centerP';	
				document.getElementById('articleGd3-'+id).className = 'affiche-content-centerP';	
		break;
	}
}
function changearticlnews(selecteddiv,id){
	
		switch (selecteddiv.id){
		case 'article1-'+id: 
				document.getElementById('articleGd1-'+id).className = 'actu-gd1';	
				document.getElementById('articleGd2-'+id).className = 'actu-gd';	
				document.getElementById('articleGd3-'+id).className = 'actu-gd';	
		break;
		case 'article2-'+id: 
				document.getElementById('articleGd1-'+id).className = 'actu-gd';	
				document.getElementById('articleGd2-'+id).className = 'actu-gd1';	
				document.getElementById('articleGd3-'+id).className = 'actu-gd';	
			break;
		case 'article3-'+id: 
				document.getElementById('articleGd1-'+id).className = 'actu-gd';	
				document.getElementById('articleGd2-'+id).className = 'actu-gd';	
				document.getElementById('articleGd3-'+id).className = 'actu-gd1';	
		break;
		default :
				document.getElementById('articleGd1-'+id).className = 'actu-gd1';	
				document.getElementById('articleGd2-'+id).className = 'actu-gd';	
				document.getElementById('articleGd3-'+id).className = 'actu-gd';	
		break;
	}
}
function widgetpicture(selecteddiv){
		switch (selecteddiv.id){
		case 'picture1': 
				document.getElementById('picture1P').className = 'viewer';	
				document.getElementById('picture2P').className = 'hidden';	
				document.getElementById('picture3P').className = 'hidden';	
				document.getElementById('picture4P').className = 'hidden';	
		break;
		case 'picture2': 
				document.getElementById('picture1P').className = 'hidden';	
				document.getElementById('picture2P').className = 'viewer';	
				document.getElementById('picture3P').className = 'hidden';	
				document.getElementById('picture4P').className = 'hidden';	
		break;
		case 'picture3': 
				document.getElementById('picture1P').className = 'hidden';	
				document.getElementById('picture2P').className = 'hidden';	
				document.getElementById('picture3P').className = 'viewer';	
				document.getElementById('picture4P').className = 'hidden';	
		break;
		case 'picture4': 
				document.getElementById('picture1P').className = 'hidden';	
				document.getElementById('picture2P').className = 'hidden';	
				document.getElementById('picture3P').className = 'hidden';	
				document.getElementById('picture4P').className = 'viewer';	
		break;
		case 'picture5': 
				document.getElementById('picture5P').className = 'viewer';	
				document.getElementById('picture6P').className = 'hidden';	
				document.getElementById('picture7P').className = 'hidden';	
				document.getElementById('picture8P').className = 'hidden';	
		break;
		case 'picture6': 
				document.getElementById('picture5P').className = 'hidden';	
				document.getElementById('picture6P').className = 'viewer';	
				document.getElementById('picture7P').className = 'hidden';	
				document.getElementById('picture8P').className = 'hidden';	
		break;
		case 'picture7': 
				document.getElementById('picture5P').className = 'hidden';	
				document.getElementById('picture6P').className = 'hidden';	
				document.getElementById('picture7P').className = 'viewer';	
				document.getElementById('picture8P').className = 'hidden';	
		break;
		case 'picture8': 
				document.getElementById('picture5P').className = 'hidden';	
				document.getElementById('picture6P').className = 'hidden';	
				document.getElementById('picture7P').className = 'hidden';	
				document.getElementById('picture8P').className = 'viewer';	
		break;
	}
}
	function getserverresponse(strURL,type,param) {
					var inst = '';
					inst = 'var xmlHttpReq'+type+'=false;';
					eval(inst) ;
					var self = this;
					// Mozilla/Safari
					if (window.XMLHttpRequest) 
					{
						self.eval('xmlHttpReq'+type+'= new XMLHttpRequest()');
					}
					// IE
					else if (window.ActiveXObject) {
						self.eval('xmlHttpReq'+type+'= new ActiveXObject("Microsoft.XMLHTTP")') ;
					}
					self.eval('xmlHttpReq'+type).open('POST', strURL, true);
					//alert(strURL);
					self.eval('xmlHttpReq'+type).setRequestHeader('Content-Type', 'application/x-www-form-urlencoded');
					self.eval('xmlHttpReq'+type).onreadystatechange = function()
					{
						if (self.eval('xmlHttpReq'+type).readyState == 4) 
						{
							var gridcontent;
									if(type==1){
										retour = self.eval('xmlHttpReq'+type).responseText;
										document.getElementById('affiche1').innerHTML = retour;
										document.getElementById('articleGd1-1').className = 'affiche-gd1';	
												}
									if(type==2){
									retour = self.eval('xmlHttpReq'+type).responseText;
									document.getElementById('tab_Sondage2').innerHTML = document.getElementById('tab_Sondage').innerHTML;
									document.getElementById('tab_Sondage').innerHTML = retour;
									setCookie("Sondage_"+param, 'Le sondage ' + param + ' a été déjà voté', 1);
												}
									if(type==3){
										
										retour = self.eval('xmlHttpReq'+type).responseText;
										document.getElementById('news').innerHTML = retour;
										document.getElementById('articleGd1-3').className = 'actu-gd1';	
												}
									if(type==4){
										retour = self.eval('xmlHttpReq'+type).responseText;
										document.getElementById('picture').innerHTML = retour;
										document.getElementById('picture1P').className = 'viewer';	
												}
									if(type==5){
										retour = self.eval('xmlHttpReq'+type).responseText;
										document.getElementById('blogs').innerHTML = retour;
												}
									if(type==6){
										retour = self.eval('xmlHttpReq'+type).responseText;
										document.getElementById('tag').innerHTML = retour;
												}
									if(type==7){
										retour = self.eval('xmlHttpReq'+type).responseText;
										
										if(param=='comments'){
										document.getElementById('comments').innerHTML = retour;
										}else
										if(param=='minutes'){
										document.getElementById('minutes').innerHTML = retour;
										}		
										}
									if(type==8){
										retour = self.eval('xmlHttpReq'+type).responseText;
										document.getElementById('calender').innerHTML = retour;
												}
									if(type==9){
										retour = self.eval('xmlHttpReq'+type).responseText;
										document.getElementById('picture').innerHTML = retour;
										document.getElementById('picture5P').className = 'viewer';	
												}
									if(type==10){
										retour = self.eval('xmlHttpReq'+type).responseText;
										document.getElementById('content-club').innerHTML = retour;
												}
												
									if(type==11){
									retour = self.eval('xmlHttpReq'+type).responseText;
									document.getElementById('picture'+param).innerHTML = retour;
									//document.getElementById('picture1P'+param).className = 'viewer';	
									}
								if(type==12){
								retour = self.eval('xmlHttpReq'+type).responseText;
								if (retour == "ok"){
								}
								}		
								
								if(type==13){
									retour = self.eval('xmlHttpReq'+type).responseText;
									document.getElementById('tab_Sondage2').innerHTML = document.getElementById('tab_Sondage').innerHTML;
									document.getElementById('tab_Sondage').innerHTML = retour;
									//setCookie("Sondage_"+param, 'Le sondage ' + param + ' a été déjà voté', 1);
												}
								if(type==14){
									retour = self.eval('xmlHttpReq'+type).responseText;
									//document.getElementById('tab_Sondage2').innerHTML = document.getElementById('tab_Sondage').innerHTML;
									alert(retour);
									//setCookie("Sondage_"+param, 'Le sondage ' + param + ' a été déjà voté', 1);
												}
								if(type==15){
									retour = self.eval('xmlHttpReq'+type).responseText;
									//document.getElementById('tab_Sondage2').innerHTML = document.getElementById('tab_Sondage').innerHTML;
									alert(retour);
							
								 // document.getElementById('interne2').innerHTML = retour +  document.getElementById('interne2').innerHTML;
								  
												}
								if(type==16){
									retour = self.eval('xmlHttpReq'+type).responseText;
									//document.getElementById('tab_Sondage2').innerHTML = document.getElementById('tab_Sondage').innerHTML;
									//alert(retour);
							
								document.getElementById('comment333').innerHTML = retour ;
								  
												}


										
						}
					 }
					self.eval('xmlHttpReq'+type).send(strURL);
	}
	
	   function Timer() {
       		url = "../Channels/bewtunisie/templates/Koora/ASP/arabe/timer.asp?";
			getserverresponse(url,14);
       setTimeout("Timer()",100000);
   }
  
  
  function comment222(id) {
	//alert(id);
		var A;
	var B;
	A=document.getElementById('idnom').innerHTML ;
	B=document.getElementById('idmail').innerHTML ;

	if(document.comment.nom.value == "") {
		alert("Remplir le champs du pseudo!");
		
	}else{
		
					if((document.comment.mail.value == "")){
				alert("Remplir le champs du commentaire!");
			}else{	
				url = "../Channels/bewtunisie/templates/Koora/ASP/arabe/comment.asp?";
				url = url + "id="+id;
				url = url + "&A="+A;
				url = url + "&B="+B;
				getserverresponse(url,15);
			}

		
	}}
  function comment333(id) {
	
			url = "../Channels/bewtunisie/templates/Koora/ASP/arabe/comment-title.asp?";
			url = url + "id="+id;
			getserverresponse(url,16);
	
	}

function Nbvisit(IDRecord){
	//alert(IDRecord);
			url = "../Channels/bewtunisie/templates/Koora/ASP/arabe/insert_visit.asp?";
			url = url + "Action=Nbvisit&"
			url = url + "idarticle="+IDRecord
			getserverresponse(url,12,IDRecord);
}
function infoclub(id){
				url = "../Channels/bewtunisie/templates/Koora/ASP/arabe/infoclub.asp?=";
				url = url + "&theme="+id
				affichebloc2('hideclub');
				setTimeout('getserverresponse(url,10)',500);

					}
function afficheindex(id){
				url = "../Channels/bewtunisie/templates/Koora/ASP/arabe/afficheindex.asp?=";
				url = url + "&theme="+id
				param=id
				getserverresponse(url,1,param);
					}
function affichethemeparent(id){
				url = "../Channels/bewtunisie/templates/Koora/ASP/arabe/affichethemeparent.asp?=";
				url = url + "&theme="+id
				getserverresponse(url,1);
					}
function actthemeparent(id){
				url = "../Channels/bewtunisie/templates/Koora/ASP/arabe/actthemeparent.asp?=";
				url = url + "&theme="+id
				getserverresponse(url,3);
					}
function affichetheme(id){
				url = "../Channels/bewtunisie/templates/Koora/ASP/arabe/affichetheme.asp?=";
				url = url + "&theme="+id
				param=id
				getserverresponse(url,1,param);
				//setCookie("affiche"+id, id, 1);
}
function actindex(id){
				url = "../Channels/bewtunisie/templates/Koora/ASP/arabe/acttheme.asp?=";
				url = url + "&theme="+id
				param=id
				getserverresponse(url,3,param);
}
function calender(id){
				url = "../Channels/bewtunisie/templates/Koora/ASP/arabe/calender.asp?=";
				url = url + "&theme="+id
				param=id
				getserverresponse(url,8,param);
}
function blogs(id){
				url = "../Channels/bewtunisie/templates/Koora/ASP/arabe/blogs.asp?=";
				url = url + "&theme="+id
				param=id
				getserverresponse(url,5,param);
}
function picture(){
				url = "../Channels/bewtunisie/templates/Koora/ASP/arabe/picture.asp?=";
				getserverresponse(url,4);
}
function picture222(){
				url = "../Channels/bewtunisie/templates/Koora/ASP/arabe/picture2.asp?=";
				getserverresponse(url,9);
}
function picturethemeparent(id){
				url = "../Channels/bewtunisie/templates/Koora/ASP/arabe/picturethemeparent.asp?=";
				url = url + "&theme="+id
				getserverresponse(url,4);
}
function picturecat(id,div){
				url = "../Channels/bewtunisie/templates/Koora/ASP/arabe/picturethemeparentcat.asp?=";
				url = url + "&theme="+id;
				param=div;
				getserverresponse(url,11,param);
}
function picturethemeparent222(id){
				url = "../Channels/bewtunisie/templates/Koora/ASP/arabe/picturethemeparent2.asp?=";
				url = url + "&theme="+id
				getserverresponse(url,9);
}

function tag(){
				url = "../Channels/bewtunisie/templates/Koora/ASP/arabe/tag.asp?=";
				url = url + "&Action=t"
				getserverresponse(url,6)
				//setTimeout('getserverresponse(url,6,lab)',1000);
}

function widgetAccordion(Action, label, id){
				url = "../Channels/bewtunisie/templates/Koora/ASP/arabe/accordion.asp?=";
				url = url + "&Action="+Action
				url = url + "&theme="+id
				lab=label;
				getserverresponse(url,7,lab);
}
function Close_sondage()
{
					var retour = "";
					retour = document.getElementById('tab_Sondage2').innerHTML
					document.getElementById('tab_Sondage2').innerHTML = '';
					document.getElementById('tab_Sondage').innerHTML = retour;
	
}
function Close_ligue()
{
					document.getElementById('ligue1').className = 'liste-result hidden';	
					document.getElementById('ligue2').className = 'liste-result viewer';	
	
}
function Close_ligue2()
{
					document.getElementById('ligue1').className = 'liste-result viewer';	
					document.getElementById('ligue2').className = 'liste-result hidden';	
	
}
function classement2()
{
					document.getElementById('classement1').className = 'liste-result viewer';	
					document.getElementById('classement2').className = 'liste-result hidden';	
	
}
function classement1()
{
					document.getElementById('classement2').className = 'liste-result viewer';	
					document.getElementById('classement1').className = 'liste-result hidden';	
	
}
function sondage(Question_ID,radiobutton,div){
					var returnValue = "";
					for(i = 0; i < document.forms["FormSondage"].elements.length ; i++) {
					if (document.forms["FormSondage"].elements[i].type == "radio" ) {
					if (document.forms["FormSondage"].elements[i].checked == true)
					returnValue = document.forms["FormSondage"].elements[i].value;
					}
					} 
					Answer_ID = returnValue;
					//alert(Answer_ID);
					var cookieEnabled=(navigator.cookieEnabled)? true : false
					if (typeof navigator.cookieEnabled=="undefined" && !cookieEnabled){ 
					document.cookie="testcookie"
					cookieEnabled=(document.cookie.indexOf("testcookie")!=-1)? true : false
					}
					if (cookieEnabled) {
					CookieSondage=getCookie("Sondage_"+Question_ID);
					if (CookieSondage == ""){
					url = "../Channels/bewtunisie/templates/Koora/ASP/arabe/Sondage.asp?";
					url = url + "Action="+div+"&"
					url = url + "question="+Question_ID+"&"
					url = url + "answer="+Answer_ID+"&"
					getserverresponse(url,2,Question_ID)
					}
					else{
					alert('Vous avez déjà voté pour ce sondage');
					}
					}
					else{
					alert('Pour pouvoir voter, vous devez activer le support des cookies!');
					}
}
function sondage2(Question_ID,radiobutton,div){
					url = "../Channels/bewtunisie/templates/Koora/ASP/arabe/Sondage.asp?";
					url = url + "Action="+div+"&"
					url = url + "question="+Question_ID+"&"
					getserverresponse(url,13,Question_ID)
}
function getCookie(c_name)
{
					if (document.cookie.length>0)
					{
					c_start=document.cookie.indexOf(c_name + "=")
					if (c_start!=-1)
					{ 
					c_start=c_start + c_name.length+1 
					c_end=document.cookie.indexOf(";",c_start)
					if (c_end==-1) c_end=document.cookie.length
					return unescape(document.cookie.substring(c_start,c_end))
					} 
					}
					return ""
}
function setCookie(c_name,value,expiredays)
{
					var exdate=new Date();
					exdate.setDate(exdate.getDate()+expiredays);
					document.cookie=c_name+ "=" + escape(value)+	((expiredays==null) ? "" : ";expires="+exdate.toGMTString())
}
function TrancateBody()
{
chaine=document.getElementById("hidden_div").innerHTML;
var reg=new RegExp("[ ]+", "g");
//var reg2=new RegExp("[ ]+", "g");
var reg2=new RegExp("<br>", "g");
chaine=chaine.replace(reg2, "<br/>");
//alert(chaine);
var tableau=chaine.split(reg);
Nre_Words=tableau.length;
Words_Sup=(Nre_Words/2);
Words_min=(Nre_Words/3);
Content="";
	if (Nre_Words < 120){
	
			for (var i=0; i<Math.round(Words_Sup); i++) {
					Content=Content+tableau[i]+ " ";
			}
	}else{
	
			for (var i=0; i<120; i++) {
					Content=Content+tableau[i]+ " ";
			}
	}
	Content=Content + "...";
	document.getElementById("Show_div").innerHTML=Content;
	document.getElementById("hidden_div").innerHTML=Content;
}


function getrech(url){
				var sourcesearch=document.forms['rech'].sourcesearch.value;
				var datesearch=document.forms['rech'].datesearch.value;
				var datesearch2=document.forms['rech'].date2search.value;
				var motscles=document.forms['rech'].motscles.value;
				//alert(compare(getDate(datesearch),getDate(datesearch2)));
				if((datesearch2!="") || ((datesearch!="") && (datesearch2!=""))){
					if((datesearch!=datesearch2))
					{
							if(compare(getDate(datesearch),getDate(datesearch2))==-1)
							{
								//alert("mono1");
							window.location.href="Koora-all-article?=&s="+sourcesearch+"&d1="+datesearch+"&d2="+datesearch2+"&mot="+motscles+"&P="+url;
							}
							else
							{
								alert("Vérifer les données inserés");
							}
					}else{
					window.location.href="Koora-all-article?=&s="+sourcesearch+"&d="+datesearch+"&mot="+motscles+"&P="+url;
					}
				}else{
					window.location.href="Koora-all-article?=&s="+sourcesearch+"&d1="+datesearch+"&d2="+datesearch2+"&mot="+motscles+"&P="+url;
					}
}
function getrech2(url){
				var sourcesearch=document.forms['rech'].sourcesearch.value;
				var datesearch=document.forms['rech'].datesearch.value;
				var datesearch2=document.forms['rech'].date2search.value;
				var motscles=document.forms['rech'].motscles.value;
				//alert(compare(getDate(datesearch),getDate(datesearch2)));
				if((datesearch2!="") || ((datesearch!="") && (datesearch2!=""))){
					if((datesearch!=datesearch2))
					{
							if(compare(getDate(datesearch),getDate(datesearch2))==-1)
							{
								//alert("mono1");
							window.location.href="home/Koora-all-article?=&s="+sourcesearch+"&d1="+datesearch+"&d2="+datesearch2+"&mot="+motscles+"&P="+url;
							}
							else
							{
								alert("Vérifer les données inserés");
							}
					}else{
					window.location.href="home/Koora-all-article?=&s="+sourcesearch+"&d="+datesearch+"&mot="+motscles+"&P="+url;
					}
				}else{
					window.location.href="home/Koora-all-article?=&s="+sourcesearch+"&d1="+datesearch+"&d2="+datesearch2+"&mot="+motscles+"&P="+url;
					}
}
function getDate(strDate){	  
day = strDate.substring(0,2);
month = strDate.substring(3,5);
year = strDate.substring(6,10);
d = new Date();
d.setDate(day);
d.setMonth(month);
d.setFullYear(year); 
return d;  
}

function compare(date_1, date_2){
diff = date_1.getTime()-date_2.getTime();
return (diff==0?diff:diff/Math.abs(diff));
}

function fermecontact(){
document.getElementById('hidestatic').style.display='none';
}
function affichselect222(texte) {
		switch (texte){
		case 'f1': 
				window.location.href="home/Koora-Liste-Article?=&t=183&P=171";	
		break;
		case 'f2': 
				window.location.href="home/Koora-Liste-Article?=&t=184&P=171";	
		break;
		case 'f3': 
				window.location.href="home/Koora-info-club?=&t=286&P=171";	
		break;
		case 'f4': 
				window.location.href="home/koora-liste-calender?=&P=171";	
		break;
		case 'f5': 
				window.location.href="home/koora-liste-resultat?=&P=171";	
		break;
		case 'f6': 
				window.location.href="home/koora-liste-classement?=&P=171";	
		break;
		case 'f7': 
				window.location.href="home/Koora-liste-images?=&P=171";	
		break;
		case 'h1': 
				window.location.href="home/Koora-Liste-Article?=&t=188&P=172";	
		break;
		case 'h2': 
				window.location.href="home/Koora-Liste-Article?=&t=189&P=172";	
		break;
		case 'h3': 
				window.location.href="home/Koora-info-club?=&t=287&P=172";	
		break;
		case 'h4': 
				window.location.href="home/koora-liste-calender?=&P=172";	
		break;
		case 'h5': 
				window.location.href="home/koora-liste-resultat?=&P=172";	
		break;
		case 'h6': 
				window.location.href="home/koora-liste-classement?=&P=172";	
		break;
		case 'h7': 
				window.location.href="home/Koora-liste-images?=&P=172";	
		break;
		case 'a1': 
				window.location.href="home/Koora-Liste-Article?=&t=203&P=175";	
		break;
		case 'a2': 
				window.location.href="home/Koora-Liste-Article?=&t=204&P=175";	
		break;
		case 'a3': 
				window.location.href="koora-liste-calender?=&P=175";	
		break;
		case 'a4': 
				window.location.href="home/koora-liste-resultat?=&P=175";	
		break;
		case 'a5': 
				window.location.href="home/koora-liste-classement?=&P=175";	
		break;
		case 'a6': 
				window.location.href="home/Koora-liste-images?=&P=175";	
		break;
		case 'e1': 
				window.location.href="home/Koora-Liste-Article?=&t=193&P=173";	
		break;
		case 'e2': 
				window.location.href="home/koora-liste-calender?=&P=173";	
		break;
		case 'e3': 
				window.location.href="home/koora-liste-resultat?=&P=173";	
		break;
		case 'e4': 
				window.location.href="home/koora-liste-classement?=&P=173";	
		break;
		case 'e5': 
				window.location.href="home/Koora-liste-images?=&P=173";	
		break;
		case 'g1': 
				window.location.href="home/Koora-Liste-Article?=&t=198&P=174";	
		break;
		case 'g2': 
				window.location.href="home/koora-liste-calender?=&P=174";	
		break;
		case 'g3': 
				window.location.href="home/koora-liste-resultat?=&P=174";	
		break;
		case 'g4': 
				window.location.href="home/koora-liste-classement?=&P=174";	
		break;
		case 'g5': 
				window.location.href="home/Koora-liste-images?=&P=174";	
		break;
			}
}
function affichselect2222(texte) {
		switch (texte){
		case 'f1': 
				window.location.href="Koora-Liste-Article?=&t=183&P=171";	
		break;
		case 'f2': 
				window.location.href="Koora-Liste-Article?=&t=184&P=171";	
		break;
		case 'f3': 
				window.location.href="Koora-info-club?=&t=286&P=171";	
		break;
		case 'f4': 
				window.location.href="koora-liste-calender?=&P=171";	
		break;
		case 'f5': 
				window.location.href="koora-liste-resultat?=&P=171";	
		break;
		case 'f6': 
				window.location.href="koora-liste-classement?=&P=171";	
		break;
		case 'f7': 
				window.location.href="Koora-liste-images?=&P=171";	
		break;
		case 'h1': 
				window.location.href="Koora-Liste-Article?=&t=188&P=172";	
		break;
		case 'h2': 
				window.location.href="Koora-Liste-Article?=&t=189&P=172";	
		break;
		case 'h3': 
				window.location.href="Koora-info-club?=&t=287&P=172";	
		break;
		case 'h4': 
				window.location.href="koora-liste-calender?=&P=172";	
		break;
		case 'h5': 
				window.location.href="koora-liste-resultat?=&P=172";	
		break;
		case 'h6': 
				window.location.href="koora-liste-classement?=&P=172";	
		break;
		case 'h7': 
				window.location.href="Koora-liste-images?=&P=172";	
		break;
		case 'a1': 
				window.location.href="Koora-Liste-Article?=&t=203&P=175";	
		break;
		case 'a2': 
				window.location.href="Koora-Liste-Article?=&t=204&P=175";	
		break;
		case 'a3': 
				window.location.href="koora-liste-calender?=&P=175";	
		break;
		case 'a4': 
				window.location.href="koora-liste-resultat?=&P=175";	
		break;
		case 'a5': 
				window.location.href="koora-liste-classement?=&P=175";	
		break;
		case 'a6': 
				window.location.href="Koora-liste-images?=&P=175";	
		break;
		case 'e1': 
				window.location.href="Koora-Liste-Article?=&t=193&P=173";	
		break;
		case 'e2': 
				window.location.href="koora-liste-calender?=&P=173";	
		break;
		case 'e3': 
				window.location.href="koora-liste-resultat?=&P=173";	
		break;
		case 'e4': 
				window.location.href="koora-liste-classement?=&P=173";	
		break;
		case 'e5': 
				window.location.href="Koora-liste-images?=&P=173";	
		break;
		case 'g1': 
				window.location.href="Koora-Liste-Article?=&t=198&P=174";	
		break;
		case 'g2': 
				window.location.href="koora-liste-calender?=&P=174";	
		break;
		case 'g3': 
				window.location.href="koora-liste-resultat?=&P=174";	
		break;
		case 'g4': 
				window.location.href="koora-liste-classement?=&P=174";	
		break;
		case 'g5': 
				window.location.href="Koora-liste-images?=&P=174";	
		break;
			}
}
