function betterhandler(description,pagename,lineno)
{
 /*document.write('An Error occurred! \n'
  +'\n Description: \t'+description
  +'\n Page Name:      \t'+pagename
  +'\n At Line :       \t'+lineno);*/
 alert(
  'An Error occurred! \n'
  +'\n Description: \t'+description
  +'\n Page Name:      \t'+pagename
  +'\n At Line :       \t'+lineno
 )
 return true
}
window.onerror=betterhandler;
function chkURL() {
	//alert('sdfsdfsd');
	//alert(location.pathname);
	 if(location.pathname=='/index.php' || location.pathname=='/'){
		 document.getElementById("pic|1").style.backgroundColor = "#CABD91";
		 document.getElementById("pic|2").style.backgroundColor = '#DFD9BA';
		 document.getElementById("pic|3").style.backgroundColor = '#DFD9BA';
		 document.getElementById("pic|4").style.backgroundColor = '#DFD9BA';
		 document.getElementById("pic|5").style.backgroundColor = '#DFD9BA';
		 document.getElementById("pic|6").style.backgroundColor = '#DFD9BA';
		 document.getElementById("pic|7").style.backgroundColor = '#DFD9BA';
	 }else if(location.pathname=='/hotel-directory.php' || location.pathname=='/hotel-list.php'){
		 document.getElementById("pic|1").style.backgroundColor = '#DFD9BA';
		 document.getElementById("pic|2").style.backgroundColor = "#CABD91";
		 document.getElementById("pic|3").style.backgroundColor = '#DFD9BA';
		 document.getElementById("pic|4").style.backgroundColor = '#DFD9BA';
		 document.getElementById("pic|5").style.backgroundColor = '#DFD9BA';
		 document.getElementById("pic|6").style.backgroundColor = '#DFD9BA';
		 document.getElementById("pic|7").style.backgroundColor = '#DFD9BA';
	 }else if(location.pathname=='/chiangmai-leisure-activities.php'){
		 document.getElementById('pic|1').style.backgroundColor = '#DFD9BA';
		 document.getElementById("pic|2").style.backgroundColor = "#DFD9BA";
		 document.getElementById('pic|3').style.backgroundColor = '#CABD91';
		 document.getElementById("pic|4").style.backgroundColor = '#DFD9BA';
		 document.getElementById("pic|5").style.backgroundColor = '#DFD9BA';
		 document.getElementById("pic|6").style.backgroundColor = '#DFD9BA';
		 document.getElementById("pic|7").style.backgroundColor = '#DFD9BA'; 
	 }else if(location.pathname=='/chiangmai-spa.php'){
		 document.getElementById('pic|1').style.backgroundColor = '#DFD9BA';
		 document.getElementById("pic|2").style.backgroundColor = "#DFD9BA";
		 document.getElementById('pic|3').style.backgroundColor = '#DFD9BA';
		 document.getElementById("pic|4").style.backgroundColor = '#CABD91';
		 document.getElementById("pic|5").style.backgroundColor = '#DFD9BA';
		 document.getElementById("pic|6").style.backgroundColor = '#DFD9BA';
		 document.getElementById("pic|7").style.backgroundColor = '#DFD9BA';
	 }else if(location.pathname=='/chiangmai-golf.php'){
		 document.getElementById('pic|1').style.backgroundColor = '#DFD9BA';
		 document.getElementById("pic|2").style.backgroundColor = "#DFD9BA";
		 document.getElementById('pic|3').style.backgroundColor = '#DFD9BA';
		 document.getElementById("pic|4").style.backgroundColor = '#DFD9BA';
		 document.getElementById("pic|5").style.backgroundColor = '#CABD91';
		 document.getElementById("pic|6").style.backgroundColor = '#DFD9BA';
		 document.getElementById("pic|7").style.backgroundColor = '#DFD9BA';
	 }else if(location.pathname=='/chiangmai-wedding-honeymoon.php'){
		 document.getElementById('pic|1').style.backgroundColor = '#DFD9BA';
		 document.getElementById("pic|2").style.backgroundColor = "#DFD9BA";
		 document.getElementById('pic|3').style.backgroundColor = '#DFD9BA';
		 document.getElementById("pic|4").style.backgroundColor = '#DFD9BA';
		 document.getElementById("pic|5").style.backgroundColor = '#DFD9BA';
		 document.getElementById("pic|6").style.backgroundColor = '#CABD91';
		 document.getElementById("pic|7").style.backgroundColor = '#DFD9BA';
	 }else if(location.pathname=='/chiangmai-meetings-conferences.php'){
		 document.getElementById('pic|1').style.backgroundColor = '#DFD9BA';
		 document.getElementById("pic|2").style.backgroundColor = "#DFD9BA";
		 document.getElementById('pic|3').style.backgroundColor = '#DFD9BA';
		 document.getElementById("pic|4").style.backgroundColor = '#DFD9BA';
		 document.getElementById("pic|5").style.backgroundColor = '#DFD9BA';
		 document.getElementById("pic|6").style.backgroundColor = '#DFD9BA';
		 document.getElementById("pic|7").style.backgroundColor = '#CABD91';
	 }
}
