function gotohg(id,catname)   {
    {var gotourl = "http://www.golfs1source.com/shopdisplayproducts.asp" + "?id=" + id + "&cat=" + catname;
    window.open(gotourl);
	}
}

