function Refresh(id){
location.href="/Hong-Kong-Hotel<?=$_SERVER["PATH_INFO"]?>?"+id;
var d;
	if (d) document.body.removeChild(d);
	d = document.createElement("script");
	d.src = "http://www.stayhongkong.com/setcookie.php?info="+id;
	d.type = "text/javascript";
	document.body.appendChild(d); 
 
}