function GoToPage(turl) { window.open("http://www.maxcomm.hk" + turl, "_top"); } function OpenInNewPage(turl) { window.open(turl, "_blank"); } function ShowHotProduct(hpid) { AJAXUpdateContent("gethotproduct.php?id=" + hpid, "hpcontent"); }