function forward_to_link_click_counter(str){
		

		switch (str){
			case "21":		//Demographic indicators 				- select'dakı adı
				str = "1";	//Demographic indicators 	- bazadakı id-ye gore adı
				break;
	
			case "22":		//Labour
				str = "2";	//Labour 
				break;		

			case "16":		//Ecology and health care 
				str = "4";	//Health care
				//str2 = "7";	//Environment
				break;
	
			case "17":		//Education   
				str = "5";	//Education, science and culture
				break;

			case "18":		//Science 	
   				str = "5";	//Education, science and culture
   				break;

			case "19":		//Culture	
   				str = "5";	//Education, science and culture
   				break;

			case "12":		//Budget of households	
   				str = "18";	// ------olacacaq menyuda
   				break;
//-------
			case "20":		//Crimes and offence	
   				str = "7";	//Crimes and offence
   				break;

			case "1":		//National accounts 	
   				str = "8";	//System of national accounts
   				break;

			case "10":		//Finance, credit		
   				str = "9";	//Finance, credit
   				break;

			case "11":		//Price  		
   				str = "10";	//Price statistics
   				break;

			case "2":		//Industry		
   				str = "11";	//Industry 
   				break;

			case "5":		//Agriculture		
   				str = "12";	//Agriculture, forestry and fishing
   				break;

			case "4":		//Construction  	
   				str = "13";	//Construction
   				break;

			case "6":		//Transport&nbsp;  and communication		
   				str = "14";		 //Transport 
				//str2 = "15";	//Communication and information texnologies
   				break;
	
			case "24":		//Information and communication texnologies 
   				str = "15";	//Communication and information texnologies 
   				break;
			
			case "8":		//Consumer market of goods and services		
   				str = "16";	//Trade, service and tourizm  
   				break;
	
			case "9":		//External economic activities	
   				str = "16";	//Trade, service and tourizm  
   				break;
	
			case "23":		//Tourism		
   				str = "16";	//Trade, service and tourizm 
   				break;
	
			case "3":		//Balances of fuel - energy and material	
   				str = "17";	//Balances of   fuel - energy and material
   				break;
		}
		
		//alert("after switch str = " + str);
		//alert("after switch str2 = " + str2);
		

		if (str ==""){
			document.getElementById("txtHint").innerHTML="";
			
			//alert("if1 str = " + str);
		    //alert("if1 str2 = " + str2);
			return;
		}

		
		if (window.XMLHttpRequest){	
			// code for IE7+, Firefox, Chrome, Opera, Safari
			xmlhttp=new XMLHttpRequest();
			
			//alert("if2 str = " + str);
		    //alert("if2 str2 = " + str2);
		}
		else{
			// code for IE6, IE5
			xmlhttp=new ActiveXObject("Microsoft.XMLHTTP");
			
			//alert("else1 str = " + str);
		    //alert("else1 str2 = " + str2);
		}
		
		xmlhttp.onreadystatechange=function(){
			if (xmlhttp.readyState==4 && xmlhttp.status==200){
			    document.getElementById("txtHint").innerHTML=xmlhttp.responseText;
				
			//alert("if3 str = " + str);
		    //alert("if3 str2 = " + str2);
		    }
		}

		//alert("before get str = " + str);
		//alert("before get str2 = " + str2);		
		
		
//		if (str) {
			xmlhttp.open("GET","http://www.azstat.org/~hagigat/azs_work/link_click_counter/click_en.php?id=" + str,true); //http://www.azstat.org/link_click_counter/click_en.php?id=
			xmlhttp.send();
//		}
//		if (str2) {
//			xmlhttp.open("GET","http://www.azstat.org/~hagigat/azs_work/link_click_counter/click_en.php?id=" + str2,true); //http://www.azstat.org/link_click_counter/click_en.php?id=
//			xmlhttp.send();
//		}
		
//		alert("last str = " + str);
//		alert("last str2 = " + str2);
		
//		str = "";
//		str2 = "";
}
