function changeBolge()
	{
			var data = 'valRegionId='+document.formHotelPicture.bolge.value;
			//alert(data)
			AjaxLib.ajax(data,'POST','/OtelPuanV2/include/selectionModule.jsp','SelectionDiv');
			
			
	}
	 
	function changeBelde()
	{
			var data = 'valRegionId='+document.formHotelPicture.bolge.value+'&valPlace='+document.formHotelPicture.belde.value;
			AjaxLib.ajax(data,'POST','/OtelPuanV2/include/selectionModule.jsp','SelectionDiv');
			
			
	}
	
	function shortRev()
	{

			AjaxLib.ajax(data,'POST','/OtelPuanV2/include/short_rev_content.jsp','SelectionDiv2');
					
	}
	function longRev()
	{

			AjaxLib.ajax(data,'POST','/OtelPuanV2/include/long_rev_content.jsp','SelectionDiv2');
					
	}
	function hideDiv(divName)
	{
		mydiv = document.getElementById(divName);
		mydiv.style.display = "none";
		document.getElementById("pr1").className = "";
		document.getElementById("pr2").className = "active";
		document.getElementById("pr3").className = "";

	}
	function hideEle(divName)
	{
		mydiv = document.getElementById(divName);
		mydiv.style.display = "none";
	}
	function showEle(divName)
	{
		mydiv = document.getElementById(divName);
		mydiv.style.display = "block";
	}
	
	function changeHotelTab()
	{
			
			AjaxLib.ajax(data,'POST','/OtelPuanV2/include/index_tab_content1.jsp','SelectionDiv');
			
			
	}
	 
	function changePointTab()
	{
			
			AjaxLib.ajax(data,'POST','/OtelPuanV2/include/index_tab_content2.jsp','SelectionDiv');
			
			
	}